Searched refs:FE_DLCR5 (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/sys/dev/fe/ |
| HD | if_fe.c | 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() [all …]
|
| HD | mb86960.h | 53 #define FE_DLCR5 5 macro
|
| HD | if_fe_isa.c | 711 { FE_DLCR5, 0x80, 0x00 }, in fe_probe_jli()
|