Searched refs:DSR_READ (Results 1 – 2 of 2) sorted by relevance
1061 pp->saved_dsr = DSR_READ(pp); in ecpp_open()1123 ECR_READ(pp), DSR_READ(pp), DCR_READ(pp)); in ecpp_open()1221 ECR_READ(pp), DSR_READ(pp), DCR_READ(pp)); in ecpp_close()1559 rg.dsr = DSR_READ(pp); in ecpp_putioc()1658 pp->saved_dsr = DSR_READ(pp); in ecpp_putioc()1742 dsr = DSR_READ(pp); in ecpp_putioc()1773 dsr = DSR_READ(pp); /* read status */ in ecpp_putioc()3113 dsr = DSR_READ(pp); in ecpp_isr()3240 dcsr, ECR_READ(pp), DSR_READ(pp), DCR_READ(pp), in ecpp_isr()3272 if ((DSR_READ(pp) & ECPP_nERR) == 0) { in ecpp_M1553_intr()[all …]
412 #define DSR_READ(pp) PP_GETB((pp)->i_handle, &(pp)->i_reg->dsr) macro