Lines Matching refs:err_status
1083 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument
1089 if (err_status == 0) in rio_clr_err_stopped()
1092 &err_status); in rio_clr_err_stopped()
1094 if (err_status & RIO_PORT_N_ERR_STS_OUT_ES) { in rio_clr_err_stopped()
1147 &err_status); in rio_clr_err_stopped()
1148 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
1151 if ((err_status & RIO_PORT_N_ERR_STS_INP_ES) && nextdev) { in rio_clr_err_stopped()
1158 &err_status); in rio_clr_err_stopped()
1159 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
1162 return (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_clr_err_stopped()
1177 u32 err_status, em_perrdet, em_ltlerrdet; in rio_inb_pwrite_handler() local
1264 &err_status); in rio_inb_pwrite_handler()
1265 pr_debug("RIO_PW: SP%d_ERR_STS_CSR=0x%08x\n", portnum, err_status); in rio_inb_pwrite_handler()
1267 if (err_status & RIO_PORT_N_ERR_STS_PORT_OK) { in rio_inb_pwrite_handler()
1281 if (err_status & (RIO_PORT_N_ERR_STS_OUT_ES | in rio_inb_pwrite_handler()
1283 if (rio_clr_err_stopped(rdev, portnum, err_status)) in rio_inb_pwrite_handler()
1333 err_status); in rio_inb_pwrite_handler()