Searched refs:ocp_read_byte (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/net/usb/ |
D | r8152.c | 872 static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index) in ocp_read_byte() function 2025 if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST)) in rtl8152_nic_reset() 2041 return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS); in rtl8152_get_speed() 2128 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR); in rtl_enable() 2198 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL); in rtl_disable() 2278 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CONFIG5); in __rtl_get_wol() 2442 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL); in r8152b_exit_oob() 2451 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL); in r8152b_exit_oob() 2462 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL); in r8152b_exit_oob() 2510 ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL); in r8152b_enter_oob() [all …]
|