Home
last modified time | relevance | path

Searched refs:cpu_to_le16 (Results 1 – 15 of 15) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_os_platform.h14 #define cpu_to_le16(x) le16_to_cpu((x)) macro
/bsp/raspberry-pi/raspi-dm2.0/drivers/sdhci/include/
A Dsdhci_misc.h41 #define cpu_to_le16(x) (x) macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A DmscTransport.c264 mscDev->CtrlReq->wValue = cpu_to_le16(Value); // 值, 使用小端字节序 in mscSendCtrlReq()
265 mscDev->CtrlReq->wIndex = cpu_to_le16(Index); // 索引, 使用小端字节序 in mscSendCtrlReq()
266 mscDev->CtrlReq->wLength = cpu_to_le16(BufferLen); // 缓冲区大小, 使用小端字节序 in mscSendCtrlReq()
/bsp/loongson/ls2kdev/drivers/ata/
A Data_interface.h32 #define cpu_to_le16 macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/uvc/Class/
A Duvc_video.c316 *(__u16 *)&data[0] = cpu_to_le16(ctrl->bmHint); in uvc_set_video_ctrl()
320 *(__u16 *)&data[8] = cpu_to_le16(ctrl->wKeyFrameRate); in uvc_set_video_ctrl()
321 *(__u16 *)&data[10] = cpu_to_le16(ctrl->wPFrameRate); in uvc_set_video_ctrl()
322 *(__u16 *)&data[12] = cpu_to_le16(ctrl->wCompQuality); in uvc_set_video_ctrl()
323 *(__u16 *)&data[14] = cpu_to_le16(ctrl->wCompWindowSize); in uvc_set_video_ctrl()
324 *(__u16 *)&data[16] = cpu_to_le16(ctrl->wDelay); in uvc_set_video_ctrl()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/
A Dendian.h143 #define cpu_to_le16 __cpu_to_le16 macro
/bsp/samd21/sam_d2x_asflib/sam0/drivers/usb/stack_interface/
A Dusb_host_uhd.c319 setup_req.wValue = cpu_to_le16(setup_req.wValue); in _uhd_ctrl_phase_setup()
320 setup_req.wIndex = cpu_to_le16(setup_req.wIndex); in _uhd_ctrl_phase_setup()
321 setup_req.wLength = cpu_to_le16(setup_req.wLength); in _uhd_ctrl_phase_setup()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/
A Dehci-hub.c734 desc->wHubCharacteristics = cpu_to_le16(temp); in ehci_hub_descriptor()
A Dohci.h597 (__force __hc16)cpu_to_le16(x);
A Dohci-hub.c560 desc->wHubCharacteristics = cpu_to_le16(temp);
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_core_config.c426 config->desc.wTotalLength = cpu_to_le16(buffer2 - buffer0); in _usb_parse_config_desc()
A Dusb_gen_hub.c929 udev->ep0.desc.wMaxPacketSize = cpu_to_le16(i); in hub_port_init()
/bsp/samd21/sam_d2x_asflib/sam0/utils/
A Dcompiler.h784 #define cpu_to_le16(x) (x) macro
/bsp/avr32/software_framework/utils/
A Dcompiler.h1107 #define cpu_to_le16(x) swap16(x) macro
/bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/
A Dsdio.c805 *(int16_t *)func->tmpbuf = cpu_to_le16(b); in sdio_writew()

Completed in 39 milliseconds