Searched refs:ocp_read_word (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/net/usb/ |
D | r8152.c | 1230 static u16 ocp_read_word(struct r8152 *tp, u16 type, u16 index) in ocp_read_word() function 1319 return ocp_read_word(tp, MCU_TYPE_PLA, ocp_index); in ocp_reg_read() 1441 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_MISC_0); in vendor_mac_passthru_addr_read() 2617 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_FMC); in r8152b_reset_packet_filter() 2657 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR); in rtl_set_eee_plus() 2661 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_EEEP_CR); in rtl_set_eee_plus() 2671 ocp_data = ocp_read_word(tp, MCU_TYPE_PLA, PLA_MISC_1); in rxdy_gated_en() 2868 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_FW_TASK); in rtl8153_enable() 2908 if (ocp_read_word(tp, MCU_TYPE_PLA, PLA_TCR0) & TCR0_TX_EMPTY) in rtl_disable() 2922 ocp_data = ocp_read_word(tp, MCU_TYPE_USB, USB_UPS_CTRL); in r8152_power_cut_en() [all …]
|