Home
last modified time | relevance | path

Searched refs:FE_DLCR5 (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/fe/
HDif_fe.c1070 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 …]
HDmb86960.h53 #define FE_DLCR5 5 macro
HDif_fe_isa.c711 { FE_DLCR5, 0x80, 0x00 }, in fe_probe_jli()