Searched refs:fe_outb (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/dev/fe/
H A Dif_fe.c338 fe_outb(sc, FE_BMPR13, sc->proto_bmpr13 | b13);
360 fe_outb(sc, bmpr16, FE_B16_SELECT);
361 fe_outb(sc, bmpr16, FE_B16_SELECT | FE_B16_CLOCK);
362 fe_outb(sc, bmpr16, FE_B16_SELECT | FE_B16_CLOCK);
363 fe_outb(sc, bmpr16, FE_B16_SELECT);
380 fe_outb(sc, FE_BMPR16, 0x00);
381 fe_outb(sc, FE_BMPR17, 0x00);
384 fe_outb(sc, FE_BMPR16, FE_B16_SELECT);
385 fe_outb(sc, FE_BMPR17, FE_B17_DATA);
391 fe_outb(s
[all...]
H A Dif_fe_pccard.c214 fe_outb(sc, FE_DLCR6, sc->proto_dlcr6 | FE_D6_DLC_DISABLE);
218 fe_outb(sc, FE_DLCR2, 0);
219 fe_outb(sc, FE_DLCR3, 0);
222 fe_outb(sc, FE_MBH0, FE_MBH0_MAGIC | FE_MBH0_INTR_ENABLE);
H A Dif_fe_isa.c153 fe_outb(sc, FE_FMV3, 0);
154 fe_outb(sc, FE_FMV10, 0);
158 fe_outb(sc, FE_FMV2, fe_inb(sc, FE_FMV2));
162 fe_outb(sc, FE_FMV3, FE_FMV3_IRQENB);
177 fe_outb(sc, 0x1B, 0x46); /* ??? */
178 fe_outb(sc, 0x1E, 0x04); /* select ex-reg #4. */
179 fe_outb(sc, 0x1F, 0xC8); /* ??? */
180 fe_outb(sc, 0x1E, 0x05); /* select ex-reg #5. */
181 fe_outb(sc, 0x1F, port); /* Switch the media. */
182 fe_outb(s
[all...]
H A Dif_fe_cbus.c282 fe_outb(sc, FE_RE1000_IRQCONF, sc->priv_info);
509 fe_outb(sc, FE_CNET9NE_INTR, 0x10);
829 fe_outb(sc, FE_DLCR7,
870 fe_outb(sc, FE_DLCR7, save7);
893 fe_outb(sc, 0x10, val);
910 fe_outb(sc, 0x10, save16);
929 fe_outb(sc, 0x10, sc->priv_info);
H A Dif_fevar.h158 #define fe_outb(sc, port, value) \ macro

Completed in 174 milliseconds