Searched refs:PORT_CSC (Results 1 – 5 of 5) sorted by relevance
| /u-boot/drivers/usb/isp1760/ |
| A D | isp1760-regs.h | 70 PORT_RESUME, PORT_PE, PORT_CSC, PORT_CONNECT, enumerator
|
| A D | isp1760-core.c | 182 [PORT_CSC] = REG_FIELD(ISP176x_HC_PORTSC1, 1, 1), 257 [PORT_CSC] = REG_FIELD(ISP1763_HC_PORTSC1, 1, 1),
|
| A D | isp1760-hcd.c | 193 [PORT_CSC] = BIT(1), 2052 isp1760_hcd_clear(hcd, PORT_CSC); in check_reset_complete() 2160 isp1760_hcd_clear(hcd, PORT_CSC); in isp1760_hub_control() 2174 isp1760_hcd_set(hcd, PORT_CSC); in isp1760_hub_control() 2201 if (isp1760_hcd_is_set(hcd, PORT_CSC)) in isp1760_hub_control() 2212 isp1760_hcd_clear(hcd, PORT_CSC); in isp1760_hub_control()
|
| /u-boot/drivers/usb/host/ |
| A D | xhci.c | 822 status = PORT_CSC; in xhci_clear_port_change_bit() 1010 if (reg & PORT_CSC) in xhci_submit_root()
|
| /u-boot/include/usb/ |
| A D | xhci.h | 308 #define PORT_CSC (1 << 17) macro
|
Completed in 19 milliseconds