Home
last modified time | relevance | path

Searched refs:generic_ocp_write (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/eth/
H A Dr8152_fw.c823 generic_ocp_write(tp, 0xf800, 0x3f, in r8152b_firmware()
844 generic_ocp_write(tp, 0xf800, 0xff, in r8152b_firmware()
885 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware()
900 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware()
930 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware()
947 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware()
974 generic_ocp_write(tp, 0xf800, 0xff, sizeof(usb_patch_d), in r8153_firmware()
H A Dr8152.c123 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() function
183 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA); in pla_ocp_write()
193 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB); in usb_ocp_write()
209 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type); in ocp_write_dword()
247 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_word()
285 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_byte()
H A Dr8152.h603 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,