| /OK3568_Linux_fs/u-boot/board/gdsys/common/ |
| H A D | mclink.c | 34 FPGA_GET_REG(k, mc_status, &mc_status); in mclink_probe() 41 FPGA_GET_REG(k, mc_status, &mc_status); in mclink_probe() 48 FPGA_GET_REG(k, mc_status, &mc_status); in mclink_probe() 69 FPGA_GET_REG(0, mc_int, &int_status); in mclink_send() 79 FPGA_GET_REG(0, mc_int, &int_status); in mclink_send() 84 FPGA_GET_REG(0, mc_int, &int_status); in mclink_send() 87 FPGA_GET_REG(0, mc_rx_cmd_status, &rx_cmd_status); in mclink_send() 111 FPGA_GET_REG(0, mc_int, &int_status); in mclink_receive() 116 FPGA_GET_REG(0, mc_int, &int_status); in mclink_receive() 120 FPGA_GET_REG(0, mc_rx_cmd_status, &rx_cmd_status); in mclink_receive() [all …]
|
| H A D | cmd_ioloop.c | 116 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_receive() 124 FPGA_GET_REG(fpga, ep.receive_data, &rx); in io_receive() 126 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_receive() 140 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_reflect() 143 FPGA_GET_REG(fpga, ep.receive_data, &buffer[k++]); in io_reflect() 147 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_reflect() 197 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioreflect() 198 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in do_ioreflect() 263 FPGA_GET_REG(fpga, top_interrupt, &top_int); in do_ioloop() 264 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in do_ioloop()
|
| H A D | ioep-fpga.c | 60 FPGA_GET_REG(0, fpga_features, &fpga_features); in ioep_fpga_has_osd() 82 FPGA_GET_REG(fpga, versions, &versions); in ioep_fpga_print_info() 83 FPGA_GET_REG(fpga, fpga_version, &fpga_version); in ioep_fpga_print_info() 84 FPGA_GET_REG(fpga, fpga_features, &fpga_features); in ioep_fpga_print_info()
|
| H A D | ihs_mdio.c | 22 FPGA_GET_REG(info->fpga, mdio.control, &val); in ihs_mdio_idle() 52 FPGA_GET_REG(info->fpga, mdio.rx_data, &val); in ihs_mdio_read()
|
| H A D | osd.c | 55 FPGA_GET_REG(screen - OSD_DH_BASE, osd1.fld, val); \ 57 FPGA_GET_REG(screen, osd0.fld, val); \ 61 FPGA_GET_REG(screen, osd0.fld, val)
|
| /OK3568_Linux_fs/u-boot/board/gdsys/mpc8308/ |
| H A D | hrcon.c | 133 FPGA_GET_REG(0, fpga_features, &fpga_features); in last_stage_init() 203 FPGA_GET_REG(k, fpga_features, &fpga_features); in last_stage_init() 253 FPGA_GET_REG(bus >= 4 ? (bus - 4) : bus, gpio.read, &val); in fpga_gpio_get() 262 FPGA_GET_REG(bus >= 4 ? (bus - 4) : bus, control, &val); in fpga_control_set() 270 FPGA_GET_REG(bus >= 4 ? (bus - 4) : bus, control, &val); in fpga_control_clear() 427 FPGA_GET_REG(fpga_mii->fpga, gpio.read, &gpio); in mii_get_mdio()
|
| H A D | strider.c | 306 FPGA_GET_REG(bus, gpio.read, &val); in fpga_gpio_get() 316 FPGA_GET_REG(bus, control, &val); in fpga_control_set() 324 FPGA_GET_REG(bus, control, &val); in fpga_control_clear() 482 FPGA_GET_REG(fpga_mii->fpga, gpio.read, &gpio); in mii_get_mdio()
|
| H A D | mpc8308.c | 86 FPGA_GET_REG(k, REFLECTION_TESTREG, &val); in board_early_init_r()
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | ihs_i2c.c | 34 FPGA_GET_REG(I2C_ADAP_HWNR & 0xf, i2c1.fld, val); \ 36 FPGA_GET_REG(I2C_ADAP_HWNR, i2c0.fld, val); \ 40 FPGA_GET_REG(I2C_ADAP_HWNR, i2c0.fld, val)
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | gdsys_fpga.h | 32 #define FPGA_GET_REG(ix, fld, val) \ macro
|