Searched refs:le32 (Results 1 – 8 of 8) sorted by relevance
162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
1051 __le32 le32; in dfx_driver_init() local1101 le32 = cpu_to_le32(data); in dfx_driver_init()1102 memcpy(&bp->factory_mac_addr[0], &le32, sizeof(u32)); in dfx_driver_init()1110 le32 = cpu_to_le32(data); in dfx_driver_init()1111 memcpy(&bp->factory_mac_addr[4], &le32, sizeof(u16)); in dfx_driver_init()
171 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
657 __le32 le32 = cpu_to_le32(BIT(i)); in cdnsp_update_eps_configuration() local659 if ((pdev->eps[i - 1].ring && !(ctrl_ctx->drop_flags & le32)) || in cdnsp_update_eps_configuration()660 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration()
92 * le32: Takes an unsigned 32-bit number and converts it between461 dst = le32(dst)
1036 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set)
2969 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local2971 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth()2972 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()