Home
last modified time | relevance | path

Searched refs:ocp_read_dword (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dr8152.c196 u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index) in ocp_read_dword() function
341 val = ocp_read_dword(tp, type, index); in r8152_wait_for_bit()
389 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, BIST_CTRL); in rtl8152_nic_reset()
435 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in rtl8152_set_rx_mode()
491 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in rtl_disable()
638 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in r8152b_exit_oob()
722 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in r8152b_enter_oob()
780 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in r8153_first_init()
855 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_RCR); in r8153_enter_oob()
1034 ocp_data = ocp_read_dword(tp, MCU_TYPE_PLA, PLA_MAC_PWR_CTRL); in r8152b_init()
H A Dr8152.h616 u32 ocp_read_dword(struct r8152 *tp, u16 type, u16 index);