Home
last modified time | relevance | path

Searched refs:PORTSC_CCS (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/drivers/usb/chipidea/
Dbits.h66 #define PORTSC_CCS BIT(0) macro
Dotg_fsm.c653 port_conn = hw_read(ci, OP_PORTSC, PORTSC_CCS); in ci_otg_fsm_event()
/linux-6.6.21/drivers/usb/gadget/udc/
Dtegra-xudc.c70 #define PORTSC_CCS BIT(0) macro
728 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off()
3023 if (portsc & PORTSC_CCS) in __tegra_xudc_handle_port_status()