Home
last modified time | relevance | path

Searched refs:le32_to_cpu (Results 1 – 11 of 11) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_os_platform.h11 uint32_t le32_to_cpu(uint32_t x);
15 #define cpu_to_le32(x) le32_to_cpu(x)
A Dusb_os_platform.c105 uint32_t le32_to_cpu(uint32_t x) in le32_to_cpu() function
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_misc.h39 #define le32_to_cpu(x) (x) macro
/bsp/loongson/ls2kdev/drivers/ata/
A Data_interface.h33 #define le32_to_cpu macro
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/
A Dendian.h142 #define le32_to_cpu __le32_to_cpu macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci.h755 return le32_to_cpu(x); in hc32_to_cpu()
A Dohci.h640 le32_to_cpu((__force __le32)x);
A Dehci-hcd.c54 uint32_t le32_to_cpu(uint32_t x);
/bsp/samd21/sam_d2x_asflib/sam0/utils/
A Dcompiler.h793 #define le32_to_cpu(x) (x) macro
/bsp/avr32/software_framework/utils/
A Dcompiler.h1116 #define le32_to_cpu(x) swap32(x) macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Class/
A DHidProtocol.c1421 Item->data.Data_u32 = le32_to_cpu(*((unsigned int*)Start)); in HidFetchItem()

Completed in 27 milliseconds