Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/usb/
Dehci_def.h36 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/Linux-v5.10/drivers/usb/isp1760/
Disp1760-regs.h22 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
/Linux-v5.10/drivers/usb/host/
Dfotg210.h215 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
Doxu210hp-hcd.c99 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
Dxhci.h64 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro