Home
last modified time | relevance | path

Searched defs:NIC_PUT (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/arch/x68k/stand/boot/
H A Ddp8390.c51 #define NIC_PUT(reg, val) outb(WE_IOBASE + (reg) * 2, val) macro
/netbsd-src/sys/arch/mac68k/dev/
H A Dif_mcvar.h44 #define NIC_PUT(sc, reg, val) (bus_space_write_1((sc)->sc_regt, \ macro
/netbsd-src/sys/arch/macppc/dev/
H A Dif_mcvar.h44 #define NIC_PUT(sc, reg, val) (bus_space_write_1((sc)->sc_regt, \ macro
/netbsd-src/sys/dev/ic/
H A Ddp8390var.h153 #define NIC_PUT(t, h, reg, val) bus_space_write_1(t, h, \ macro
/netbsd-src/sys/arch/newsmips/apbus/
H A Dif_snvar.h28 #define NIC_PUT(sc, reg, val) ((sc)->sc_regbase[(reg) * 4 + 3] = val) macro