Home
last modified time | relevance | path

Searched refs:RIO_PORT_N_ERR_STS_PORT_OK (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Drio_regs.h244 #define RIO_PORT_N_ERR_STS_PORT_OK 0x00000002 macro
/kernel/linux/linux-5.10/drivers/rapidio/switches/
Dtsi57x.c221 if ((err_status & RIO_PORT_N_ERR_STS_PORT_OK) && in tsi57x_em_handler()
/kernel/linux/linux-5.10/drivers/rapidio/
Drio-scan.c490 return result & RIO_PORT_N_ERR_STS_PORT_OK; in rio_sport_is_active()
805 return result & RIO_PORT_N_ERR_STS_PORT_OK; in rio_mport_is_active()
Drio.c1263 if (err_status & RIO_PORT_N_ERR_STS_PORT_OK) { in rio_inb_pwrite_handler()
/kernel/linux/linux-5.10/drivers/rapidio/devices/
Dtsi721.c2553 if (rval & RIO_PORT_N_ERR_STS_PORT_OK) { in tsi721_query_mport()