Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drio_regs.h246 #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))
/openbmc/linux/drivers/rapidio/
H A Drio.c918 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()
/openbmc/linux/drivers/rapidio/devices/
H A Dtsi721.c2556 rval = ioread32(priv->regs + 0x100 + RIO_PORT_N_CTL_CSR(0, 0)); in tsi721_query_mport()