Home
last modified time | relevance | path

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

/trueos/sys/dev/ed/
HDif_ed.c813 u_char boundry; in ed_rint() local
924 boundry = sc->next_packet - 1; in ed_rint()
925 if (boundry < sc->rec_page_start) in ed_rint()
926 boundry = sc->rec_page_stop - 1; in ed_rint()
936 ed_nic_outb(sc, ED_P0_BNRY, boundry); in ed_rint()