Searched refs:PCUT_STATUS (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/net/usb/
H A Dr8152.c549 #define PCUT_STATUS 0x0001 macro
3804 if (ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0) & PCUT_STATUS) {
3846 if (ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0) & PCUT_STATUS) {
3906 if (ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0) & PCUT_STATUS) {
3927 ocp_data &= ~PCUT_STATUS;
3943 ocp_data &= ~PCUT_STATUS;
5898 if (ocp_data & PCUT_STATUS) {
5899 ocp_data &= ~PCUT_STATUS;
7392 if (ocp_data & PCUT_STATUS) {
7393 ocp_data &= ~PCUT_STATUS;
[all...]

Completed in 301 milliseconds