Searched refs:le32 (Results 1 – 7 of 7) 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]
658 __le32 le32 = cpu_to_le32(BIT(i)); in cdnsp_update_eps_configuration() 660 if ((pdev->eps[i - 1].ring && !(ctrl_ctx->drop_flags & le32)) || in cdnsp_update_eps_configuration() 661 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration() 657 __le32 le32 = cpu_to_le32(BIT(i)); cdnsp_update_eps_configuration() local
92 * le32: Takes an unsigned 32-bit number and converts it between461 dst = le32(dst)
3019 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local3021 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth()3022 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()