Searched refs:ECWR (Results 1 – 1 of 1) sorted by relevance
/original-bsd/sys/i386/isa/ |
H A D | if_ec.c | 159 #define ECWR(p, e, d) outb(&(p->e), d) macro 161 #define SET_CA ECWR(ec->sc_ports, port_ca, 0) 162 #define UNLATCH_INT ECWR(ec->sc_ports, port_ic, 0); 172 ECWR(p, creg, which); 188 ECWR(p, creg, R_LPB); DELAY(10); 194 ECWR(p, creg, R_NORST); DELAY(10); 196 ECWR(p, port_ca, 0); DELAY(10); 204 ECWR(p, port_ca, 0); DELAY(10); 211 ECWR(p, port_ic, 0); DELAY(10); 212 ECWR(p, creg, R_NORST|R_IEN); [all …]
|