Searched refs:RIO_PORT_N_CTL_CSR (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | rio_regs.h | 246 #define RIO_PORT_N_CTL_CSR(n, m) (0x5c + (n) * (0x20 * (m))) macro 283 (d->phys_efptr + RIO_PORT_N_CTL_CSR(n, d->phys_rmap))
|
/linux-6.1.9/drivers/rapidio/ |
D | rio.c | 918 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap), in rio_enable_rx_tx_port() 922 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap), in rio_enable_rx_tx_port() 931 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap), regval); in rio_enable_rx_tx_port() 934 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap), in rio_enable_rx_tx_port()
|
/linux-6.1.9/drivers/rapidio/devices/ |
D | tsi721.c | 2556 rval = ioread32(priv->regs + 0x100 + RIO_PORT_N_CTL_CSR(0, 0)); in tsi721_query_mport()
|