Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/rapidio/switches/
Dtsi57x.c201 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(portnum), in tsi57x_em_init()
232 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(portnum), in tsi57x_em_handler()
236 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(portnum), in tsi57x_em_handler()
240 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(portnum), in tsi57x_em_handler()
/linux-4.4.14/drivers/rapidio/
Drio.c579 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(pnum), in rio_set_port_lockout()
587 rdev->phys_efptr + RIO_PORT_N_CTL_CSR(pnum), in rio_set_port_lockout()
623 RIO_PORT_N_CTL_CSR(0), in rio_enable_rx_tx_port()
627 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num), &regval) < 0) in rio_enable_rx_tx_port()
643 RIO_PORT_N_CTL_CSR(0), regval); in rio_enable_rx_tx_port()
646 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num), regval) < 0) in rio_enable_rx_tx_port()
/linux-4.4.14/include/linux/
Drio_regs.h248 #define RIO_PORT_N_CTL_CSR(x) (0x005c + x*0x20) macro