Searched refs:dbg_port (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/usb/early/ |
| D | ehci-dbgp.c | 501 int dbg_port = dbgp_phys_port; in _dbgp_external_startup() local 512 ret = ehci_wait_for_port(dbg_port); in _dbgp_external_startup() 514 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 523 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 525 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 551 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 553 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
|
| /Linux-v5.4/drivers/usb/host/ |
| D | ohci-hub.c | 17 #define dbg_port(hc,label,num,value) \ macro 753 dbg_port(ohci, "GetStatus", wIndex, temp); in ohci_hub_control()
|
| D | ehci-dbg.c | 279 dbg_port(struct ehci_hcd *ehci, const char *label, int port, u32 status) in dbg_port() function 1075 static inline void dbg_port(struct ehci_hcd *ehci, const char *label, in dbg_port() function
|
| D | ehci-hub.c | 1146 dbg_port(ehci, "GetStatus", wIndex + 1, temp); in ehci_hub_control()
|
| D | oxu210hp-hcd.c | 643 #define dbg_port(oxu, label, port, status) { \ macro 3765 dbg_port(oxu, "GetStatus", wIndex + 1, temp); in oxu_hub_control()
|
| D | fotg210-hcd.c | 274 #define dbg_port(fotg210, label, port, status) { \ macro 1686 dbg_port(fotg210, "GetStatus", wIndex + 1, temp); in fotg210_hub_control()
|