Lines Matching refs:err_status
810 static int rio_clr_err_stopped(struct rio_dev *rdev, u32 pnum, u32 err_status) in rio_clr_err_stopped() argument
816 if (err_status == 0) in rio_clr_err_stopped()
819 &err_status); in rio_clr_err_stopped()
821 if (err_status & RIO_PORT_N_ERR_STS_PW_OUT_ES) { in rio_clr_err_stopped()
873 &err_status); in rio_clr_err_stopped()
874 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
877 if ((err_status & RIO_PORT_N_ERR_STS_PW_INP_ES) && nextdev) { in rio_clr_err_stopped()
885 &err_status); in rio_clr_err_stopped()
886 pr_debug("RIO_EM: SP%d_ERR_STS_CSR=0x%08x\n", pnum, err_status); in rio_clr_err_stopped()
889 return (err_status & (RIO_PORT_N_ERR_STS_PW_OUT_ES | in rio_clr_err_stopped()
903 u32 err_status, em_perrdet, em_ltlerrdet; in rio_inb_pwrite_handler() local
978 &err_status); in rio_inb_pwrite_handler()
979 pr_debug("RIO_PW: SP%d_ERR_STS_CSR=0x%08x\n", portnum, err_status); in rio_inb_pwrite_handler()
981 if (err_status & RIO_PORT_N_ERR_STS_PORT_OK) { in rio_inb_pwrite_handler()
995 if (err_status & (RIO_PORT_N_ERR_STS_PW_OUT_ES | in rio_inb_pwrite_handler()
997 if (rio_clr_err_stopped(rdev, portnum, err_status)) in rio_inb_pwrite_handler()
1040 err_status); in rio_inb_pwrite_handler()