Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Drio_regs.h246 #define RIO_PORT_N_ERR_STS_PORT_OK 0x00000002 macro
/linux-4.1.27/drivers/rapidio/switches/
Dtsi57x.c227 if ((err_status & RIO_PORT_N_ERR_STS_PORT_OK) && in tsi57x_em_handler()
/linux-4.1.27/drivers/rapidio/
Drio-scan.c532 return result & RIO_PORT_N_ERR_STS_PORT_OK; in rio_sport_is_active()
864 return result & RIO_PORT_N_ERR_STS_PORT_OK; in rio_mport_is_active()
Drio.c954 if (err_status & RIO_PORT_N_ERR_STS_PORT_OK) { in rio_inb_pwrite_handler()