Home
last modified time | relevance | path

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

/drivers/usb/chipidea/
Dbits.h66 #define PORTSC_CCS BIT(0) macro
Dotg_fsm.c646 port_conn = hw_read(ci, OP_PORTSC, PORTSC_CCS); in ci_otg_fsm_event()
/drivers/usb/gadget/udc/
Dtegra-xudc.c71 #define PORTSC_CCS BIT(0) macro
727 connected = !!(xudc_readl(xudc, PORTSC) & PORTSC_CCS); in tegra_xudc_device_mode_off()
3012 if (portsc & PORTSC_CCS) in __tegra_xudc_handle_port_status()