Searched refs:generic_ocp_write (Results 1 – 3 of 3) sorted by relevance
| /openbmc/u-boot/drivers/usb/eth/ |
| H A D | r8152_fw.c | 822 generic_ocp_write(tp, 0xf800, 0x3f, in r8152b_firmware() 843 generic_ocp_write(tp, 0xf800, 0xff, in r8152b_firmware() 884 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 899 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 929 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 946 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 973 generic_ocp_write(tp, 0xf800, 0xff, sizeof(usb_patch_d), in r8153_firmware()
|
| H A D | r8152.c | 122 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() function 182 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA); in pla_ocp_write() 192 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB); in usb_ocp_write() 208 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type); in ocp_write_dword() 246 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_word() 284 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_byte()
|
| H A D | r8152.h | 602 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
|