Home
last modified time | relevance | path

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

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