Searched refs:fe_inb (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/fe/
H A Dif_fe.c229 bits = fe_inb(sc, p->port);
373 save16 = fe_inb(sc, FE_BMPR16);
374 save17 = fe_inb(sc, FE_BMPR17);
400 if (fe_inb(sc, FE_BMPR17) & FE_B17_DATA)
409 if (fe_inb(sc, FE_BMPR17) & FE_B17_DATA)
445 fe_outb(sc, 0x1E, fe_inb(sc, 0x1E));
473 save6 = fe_inb(sc, FE_DLCR6);
474 save7 = fe_inb(sc, FE_DLCR7);
483 save12 = fe_inb(sc, FE_DLCR12);
516 if (fe_inb(s
[all...]
H A Dif_fe_cbus.c324 sum = fe_inb(sc, 0x1e);
348 sc->priv_info = (fe_inb(sc, FE_RE1000_IRQCONF) & 0x0f) | n;
438 n = (fe_inb(sc, FE_BMPR19) & FE_B19_ADDR) >> FE_B19_ADDR_SHIFT;
452 if (eeprom[FE_EEPROM_CONF] != fe_inb(sc, FE_BMPR19))
469 n = (fe_inb(sc, FE_BMPR19) & FE_B19_IRQ) >> FE_B19_IRQ_SHIFT;
828 save7 = fe_inb(sc, FE_DLCR7);
838 sum = fe_inb(sc, 0x1e);
889 save16 = fe_inb(sc, 0x10);
892 val = fe_inb(sc, 0x10) & 0xf0;
895 (void) fe_inb(s
[all...]
H A Dif_fe_isa.c158 fe_outb(sc, FE_FMV2, fe_inb(sc, FE_FMV2));
260 mcode = (fe_inb(sc, FE_FMV0) & FE_FMV0_MEDIA)
261 | ((fe_inb(sc, FE_FMV1) & FE_FMV1_REV) << 8);
273 fe_inb(sc, FE_FMV0),
274 fe_inb(sc, FE_FMV1),
275 fe_inb(sc, FE_FMV2),
276 fe_inb(sc, FE_FMV3));
300 n = (fe_inb(sc, FE_FMV2) & FE_FMV2_IRS) >> FE_FMV2_IRS_SHIFT;
739 n = (fe_inb(sc, FE_BMPR19) & FE_B19_ADDR) >> FE_B19_ADDR_SHIFT;
753 if (eeprom[FE_EEPROM_CONF] != fe_inb(s
[all...]
H A Dif_fevar.h155 #define fe_inb(sc, port) \ macro

Completed in 51 milliseconds