Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-hcd.c57 if (status & PORT_CONNECT_CHANGE(i)) in c67x00_hub_status_data()
91 if (status & PORT_CONNECT_CHANGE(port)) in c67x00_hub_control()
190 PORT_CONNECT_CHANGE(port)); in c67x00_hub_control()
H A Dc67x00.h74 #define PORT_CONNECT_CHANGE(x) ((x) ? 0x0020 : 0x0010) macro
H A Dc67x00-ll-hpi.c359 c67x00_ll_usb_clear_status(sie, PORT_CONNECT_CHANGE(port)); in c67x00_ll_husb_reset_port()