Home
last modified time | relevance | path

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

/openbsd/src/sys/arch/luna88k/stand/boot/
Dlance.c306 } while ((reg & LE_C0_IDON) == 0); in lance_do_initialize()
309 lereg->ler_rdp = LE_C0_STRT | LE_C0_IDON; in lance_do_initialize()
/openbsd/src/sys/dev/ic/
Dlance.c304 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON) in lance_init()
307 if ((*sc->sc_rdcsr)(sc, LE_CSR0) & LE_C0_IDON) { in lance_init()
Dlancereg.h268 #define LE_C0_IDON 0x0100 /* initialization done */ macro
Dam79900.c423 LE_C0_RINT | LE_C0_TINT | LE_C0_IDON)); in am79900_intr()
/openbsd/src/sys/dev/pci/
Dif_pcn.c1063 LE_C0_TINT|LE_C0_IDON)); in pcn_intr()
1609 if (pcn_csr_read(sc, LE_CSR0) & LE_C0_IDON) in pcn_init()
1625 pcn_csr_write(sc, LE_CSR0, LE_C0_INEA|LE_C0_STRT|LE_C0_IDON); in pcn_init()