Home
last modified time | relevance | path

Searched defs:HC_LENGTH (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h36 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h22 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/kernel/linux/linux-5.10/drivers/usb/isp1760/
H A Disp1760-regs.h22 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
/kernel/linux/linux-5.10/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.h67 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h213 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-gadget.h68 #define HC_LENGTH(p) (((p) >> 00) & GENMASK(7, 0)) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Doxu210hp-hcd.c99 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
H A Dxhci.h67 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro

Completed in 29 milliseconds