Home
last modified time | relevance | path

Searched refs:FPGA_GET_REG (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/u-boot/board/gdsys/common/
H A Dmclink.c34 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 Dcmd_ioloop.c116 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 Dioep-fpga.c60 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 Dihs_mdio.c22 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 Dosd.c55 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 Dhrcon.c133 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 Dstrider.c306 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 Dmpc8308.c86 FPGA_GET_REG(k, REFLECTION_TESTREG, &val); in board_early_init_r()
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dihs_i2c.c34 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 Dgdsys_fpga.h32 #define FPGA_GET_REG(ix, fld, val) \ macro