Searched refs:ocp_read_byte (Results  1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/net/usb/ | 
| D | r8152.c | 886 static u8 ocp_read_byte(struct r8152 *tp, u16 type, u16 index)  in ocp_read_byte()  function 2038 		if (!(ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR) & CR_RST))  in rtl8152_nic_reset() 2054 	return ocp_read_byte(tp, MCU_TYPE_PLA, PLA_PHYSTATUS);  in rtl8152_get_speed() 2139 	ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CR);  in rtl_enable() 2210 		ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);  in rtl_disable() 2290 	ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_CONFIG5);  in __rtl_get_wol() 2506 	ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);  in r8152b_exit_oob() 2515 		ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);  in r8152b_exit_oob() 2526 		ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);  in r8152b_exit_oob() 2574 	ocp_data = ocp_read_byte(tp, MCU_TYPE_PLA, PLA_OOB_CTRL);  in r8152b_enter_oob() [all …] 
 |