Searched refs:RH_PS_PRS (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-hub.c | 30 (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()
|
H A D | ohci.h | 303 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
|
H A D | isp116x.h | 96 #define RH_PS_PRS (1 << 4) /* port reset status */ macro
|
H A D | isp1362.h | 311 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
|
H A D | ohci-dbg.c | 181 (temp & RH_PS_PRS) ? " PRS" : "", \
|
H A D | isp116x-hcd.c | 985 if (!(tmp & RH_PS_PRS)) in root_port_reset() 996 HCRHPORT1, (RH_PS_PRS)); in root_port_reset()
|
H A D | u132-hcd.c | 2650 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2655 if (RH_PS_PRS & portstat) in u132_roothub_portreset() 2669 RH_PS_PRS); in u132_roothub_portreset()
|
H A D | isp1362-hcd.c | 1699 if (!(tmp & RH_PS_PRS)) in isp1362_hub_control() 1706 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, (RH_PS_PRS)); in isp1362_hub_control()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-hub.c | 30 (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()
|
H A D | isp116x.h | 96 #define RH_PS_PRS (1 << 4) /* port reset status */ macro
|
H A D | ohci.h | 303 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
|
H A D | isp1362.h | 311 #define RH_PS_PRS 0x00000010 /* port reset status */ macro
|
H A D | ohci-dbg.c | 181 (temp & RH_PS_PRS) ? " PRS" : "", \
|
H A D | isp116x-hcd.c | 984 if (!(tmp & RH_PS_PRS)) in root_port_reset() 995 HCRHPORT1, (RH_PS_PRS)); in root_port_reset()
|
H A D | isp1362-hcd.c | 1699 if (!(tmp & RH_PS_PRS)) in isp1362_hub_control() 1706 isp1362_write_reg32(isp1362_hcd, HCRHPORT1 + wIndex, (RH_PS_PRS)); in isp1362_hub_control()
|
Completed in 28 milliseconds