Home
last modified time | relevance | path

Searched refs:RH_PS_PRS (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/usb/host/
Dohci-hub.c30 (value & RH_PS_PRS) ? " PRS" : "", \
595 ohci_writel(ohci, RH_PS_PRS, &ohci->regs->roothub.portstatus [port]); in ohci_start_port_reset()
642 if (!(temp & RH_PS_PRS)) in root_port_reset()
664 ohci_writel (ohci, RH_PS_PRS, portstat); in root_port_reset()
Dohci.h303 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
Disp116x.h96 #define RH_PS_PRS (1 << 4) /* port reset status */ macro
Disp116x-hcd.c984 if (!(tmp & RH_PS_PRS)) in root_port_reset()
995 HCRHPORT1, (RH_PS_PRS)); in root_port_reset()
Dohci-dbg.c181 (temp & RH_PS_PRS) ? " PRS" : "", \
Disp1362.h311 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
Disp1362-hcd.c1699 if (!(tmp & RH_PS_PRS)) in isp1362_hub_control()
1706 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, (RH_PS_PRS)); in isp1362_hub_control()