Lines Matching refs:FE_DLCR5
1070 fe_outb(sc, FE_DLCR5, sc->proto_dlcr5); in fe_init_locked()
1109 if (!(fe_inb(sc, FE_DLCR5) & FE_D5_BUFEMP)) { in fe_init_locked()
1390 saved_dlcr5 = fe_inb(sc, FE_DLCR5); in fe_emptybuffer()
1391 fe_outb(sc, FE_DLCR5, sc->proto_dlcr5); in fe_emptybuffer()
1402 if (fe_inb(sc, FE_DLCR5) & FE_D5_BUFEMP) in fe_emptybuffer()
1410 if (fe_inb(sc, FE_DLCR5) & FE_D5_BUFEMP) in fe_emptybuffer()
1419 if (fe_inb(sc, FE_DLCR5) & FE_D5_BUFEMP) { in fe_emptybuffer()
1428 fe_outb(sc, FE_DLCR5, saved_dlcr5); in fe_emptybuffer()
1611 if (fe_inb(sc, FE_DLCR5) & FE_D5_BUFEMP) in fe_rint()
2139 fe_outb(sc, FE_DLCR5, in fe_setmode()
2148 fe_outb(sc, FE_DLCR5, sc->proto_dlcr5 | FE_D5_AFM1); in fe_setmode()