Home
last modified time | relevance | path

Searched refs:NE2000_ASIC_DATA (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/ic/
Dne2000.c498 NE2000_ASIC_DATA, mtod(m, u_int8_t *), in ne2000_write_mbuf()
532 asich, NE2000_ASIC_DATA, in ne2000_write_mbuf()
553 asich, NE2000_ASIC_DATA, data, l); in ne2000_write_mbuf()
570 NE2000_ASIC_DATA, savebyte, 2); in ne2000_write_mbuf()
695 bus_space_read_raw_multi_2(asict, asich, NE2000_ASIC_DATA, in ne2000_readmem()
698 bus_space_read_multi_1(asict, asich, NE2000_ASIC_DATA, in ne2000_readmem()
739 bus_space_write_raw_multi_2(asict, asich, NE2000_ASIC_DATA, in ne2000_writemem()
742 bus_space_write_multi_1(asict, asich, NE2000_ASIC_DATA, in ne2000_writemem()
Dne2000reg.h30 #define NE2000_ASIC_DATA 0x00 /* remote DMA/data register */ macro