Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/c67x00/
Dc67x00-hcd.c71 if (status & PORT_CONNECT_CHANGE(i)) in c67x00_hub_status_data()
105 if (status & PORT_CONNECT_CHANGE(port)) in c67x00_hub_control()
204 PORT_CONNECT_CHANGE(port)); in c67x00_hub_control()
Dc67x00.h88 #define PORT_CONNECT_CHANGE(x) ((x) ? 0x0020 : 0x0010) macro
Dc67x00-ll-hpi.c373 c67x00_ll_usb_clear_status(sie, PORT_CONNECT_CHANGE(port)); in c67x00_ll_husb_reset_port()