Searched refs:PLA_EEEP_CR (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 58 #define PLA_EEEP_CR 0xe080 macro 2051 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR); in rtl_set_eee_plus() 2053 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data); in rtl_set_eee_plus() 2055 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR); in rtl_set_eee_plus() 2057 ocp_write_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR, ocp_data); in rtl_set_eee_plus()
|