Home
last modified time | relevance | path

Searched refs:le32 (Results 1 – 3 of 3) sorted by relevance

/drivers/net/fddi/
Ddefxx.c1051 __le32 le32; in dfx_driver_init() local
1101 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()
/drivers/usb/cdns3/
Dcdnsp-gadget.c657 __le32 le32 = cpu_to_le32(BIT(i)); in cdnsp_update_eps_configuration() local
659 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()
/drivers/usb/host/
Dxhci.c3090 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local
3092 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth()
3093 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()