Home
last modified time | relevance | path

Searched refs:ED_CR_PAGE_1 (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ed/
HDif_ed.c604 ed_nic_outb(sc, ED_P0_CR, sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STP); in ed_init_locked()
826 ed_nic_outb(sc, ED_P0_CR, sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STA); in ed_rint()
945 ed_nic_outb(sc, ED_P0_CR, sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STA); in ed_rint()
1612 ed_nic_outb(sc, ED_P0_CR, sc->cr_proto | ED_CR_PAGE_1 | ED_CR_STP); in ed_setrcr()
HDif_edreg.h183 #define ED_CR_PAGE_1 0x40 macro