Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h38 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h23 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci.h24 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dfotg210.h217 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
H A Doxu210hp-hcd.c100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
H A Dxhci.h70 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h95 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro