Searched refs:generic_ocp_write (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/eth/ |
| H A D | r8152_fw.c | 823 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 D | r8152.c | 123 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 D | r8152.h | 603 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
|