Home
last modified time | relevance | path

Searched refs:RIO_PORT_N_CTL_CSR (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Drio_regs.h250 #define RIO_PORT_N_CTL_CSR(n, m) (0x5c + (n) * (0x20 * (m))) macro
287 (d->phys_efptr + RIO_PORT_N_CTL_CSR(n, d->phys_rmap))
/Linux-v4.19/drivers/rapidio/
Drio.c922 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap), in rio_enable_rx_tx_port()
926 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap), in rio_enable_rx_tx_port()
935 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap), regval); in rio_enable_rx_tx_port()
938 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap), in rio_enable_rx_tx_port()
/Linux-v4.19/drivers/rapidio/devices/
Dtsi721.c2569 rval = ioread32(priv->regs + 0x100 + RIO_PORT_N_CTL_CSR(0, 0)); in tsi721_query_mport()