Home
last modified time | relevance | path

Searched refs:rx_tx_status (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/gdsys/common/
H A Dcmd_ioloop.c62 FPGA_SET_REG(fpga, ep.rx_tx_status, status); in io_check_status()
67 FPGA_SET_REG(fpga, ep.rx_tx_status, status); in io_check_status()
113 u16 rx_tx_status; in io_receive() local
115 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_receive()
117 while (rx_tx_status & STATE_RX_DATA_AVAILABLE) { in io_receive()
120 if (rx_tx_status & STATE_RX_DATA_LAST) in io_receive()
125 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_receive()
137 u16 rx_tx_status; in io_reflect() local
139 FPGA_GET_REG(fpga, ep.rx_tx_status, &rx_tx_status); in io_reflect()
141 while (rx_tx_status & STATE_RX_DATA_AVAILABLE) { in io_reflect()
[all …]
/openbmc/u-boot/drivers/misc/
H A Dgdsys_ioep.c100 u16 rx_tx_status; in receive_byte_buffer() local
104 gdsys_ioep_get(priv->map, rx_tx_status, &rx_tx_status); in receive_byte_buffer()
110 rx_tx_status & STATE_RX_DATA_LAST)) in receive_byte_buffer()
165 gdsys_ioep_get(priv->map, rx_tx_status, status); in gdsys_ioep_get_and_reset_status()
167 gdsys_ioep_set(priv->map, rx_tx_status, *status); in gdsys_ioep_get_and_reset_status()
H A Dgdsys_ioep.h40 u16 rx_tx_status; member
/openbmc/u-boot/include/
H A Dgdsys_fpga.h72 u16 rx_tx_status; member