Searched refs:generic_ocp_write (Results 1 – 3 of 3) sorted by relevance
/u-boot/drivers/usb/eth/ |
A D | r8152_fw.c | 874 generic_ocp_write(tp, USB_BP(8), 0xff, sizeof(zeros), in rtl_clear_bp() 964 generic_ocp_write(tp, 0xf800, 0x3f, in r8152b_firmware() 985 generic_ocp_write(tp, 0xf800, 0xff, in r8152b_firmware() 1025 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 1042 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 1073 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 1092 generic_ocp_write(tp, 0xf800, 0xff, in r8153_firmware() 1128 generic_ocp_write(tp, 0xf800, 0xff, sizeof(usb_patch_d), in r8153_firmware() 1139 generic_ocp_write(tp, 0xf800, 0xff, sizeof(pla_patch_d), in r8153_firmware() 1168 generic_ocp_write(tp, 0xe600, 0xff, sizeof(usb_patch2_b), in r8153b_firmware() [all …]
|
A D | r8152.c | 127 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen, in generic_ocp_write() function 187 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_PLA); in pla_ocp_write() 197 return generic_ocp_write(tp, index, byteen, size, data, MCU_TYPE_USB); in usb_ocp_write() 213 generic_ocp_write(tp, index, BYTE_EN_DWORD, sizeof(tmp), &tmp, type); in ocp_write_dword() 251 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_word() 289 generic_ocp_write(tp, index, byen, sizeof(tmp), &tmp, type); in ocp_write_byte()
|
A D | r8152.h | 650 int generic_ocp_write(struct r8152 *tp, u16 index, u16 byteen,
|
Completed in 13 milliseconds