Lines Matching refs:err_status
1079 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument
1085 if (err_status == 0) in rio_clr_err_stopped()
1088 &err_status); in rio_clr_err_stopped()
1090 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) { in rio_clr_err_stopped()
1143 &err_status); in rio_clr_err_stopped()
1144 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
1147 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped()
1154 &err_status); in rio_clr_err_stopped()
1155 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
1158 return (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_clr_err_stopped()
1173 u32 err_status, em_perrdet, em_ltlerrdet; in rio_inb_pwrite_handler() local
1260 &err_status); in rio_inb_pwrite_handler()
1261 pr_debug("RIO_PW: SP%d_ERR_STS_CSR=0x%08x\n", portnum, err_status); in rio_inb_pwrite_handler()
1263 if (err_status & RIO_PORT_N_ERR_STS_PORT_OK) { in rio_inb_pwrite_handler()
1277 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_inb_pwrite_handler()
1279 if (rio_clr_err_stopped(rdev, portnum, err_status)) in rio_inb_pwrite_handler()
1329 err_status); in rio_inb_pwrite_handler()