Searched refs:dbg_port (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.15/drivers/usb/early/ |
| D | ehci-dbgp.c | 496 int dbg_port = dbgp_phys_port; in _dbgp_external_startup() local 507 ret = ehci_wait_for_port(dbg_port); in _dbgp_external_startup() 509 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 518 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 520 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 546 portsc = readl(&ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup() 548 writel(portsc, &ehci_regs->port_status[dbg_port - 1]); in _dbgp_external_startup()
|
| /Linux-v5.15/drivers/usb/host/ |
| D | ohci-hub.c | 17 #define dbg_port(hc,label,num,value) \ macro 754 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 | 1009 dbg_port(ehci, "GetStatus", wIndex + 1, temp); in ehci_hub_control()
|
| D | oxu210hp-hcd.c | 644 #define dbg_port(oxu, label, port, status) { \ macro 3768 dbg_port(oxu, "GetStatus", wIndex + 1, temp); in oxu_hub_control()
|
| D | fotg210-hcd.c | 275 #define dbg_port(fotg210, label, port, status) { \ macro 1685 dbg_port(fotg210, "GetStatus", wIndex + 1, temp); in fotg210_hub_control()
|