Home
last modified time | relevance | path

Searched defs:HC_LENGTH (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h36 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h22 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h23 #define HC_LENGTH(p) (((p) >> 0) & 0x00ff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfotg210.h215 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
H A Doxu210hp-hcd.c99 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
H A Dxhci.h68 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h93 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro