Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dif_de.c1927 znyx_ptr = sc->tulip_rombuf[124] + 256 * sc->tulip_rombuf[125]; in tulip_identify_znyx_nic()
1970 if (sc->tulip_rombuf[32] == 0x4A && sc->tulip_rombuf[33] == 0x52) { in tulip_identify_znyx_nic()
1971 id = sc->tulip_rombuf[37] + 256 * sc->tulip_rombuf[36]; in tulip_identify_znyx_nic()
2030 id1 = sc->tulip_rombuf[0x60] | (sc->tulip_rombuf[0x61] << 8); in tulip_identify_smc_nic()
2031 id2 = sc->tulip_rombuf[0x62] | (sc->tulip_rombuf[0x63] << 8); in tulip_identify_smc_nic()
2032 ei = sc->tulip_rombuf[0x66] | (sc->tulip_rombuf[0x67] << 8); in tulip_identify_smc_nic()
2648 if (bcmp(&sc->tulip_rombuf[0], &sc->tulip_rombuf[16], 8) != 0) { in tulip_read_macaddr()
2666 if (sc->tulip_rombuf[0] == 0 && sc->tulip_rombuf[1] == 0 in tulip_read_macaddr()
2684 if (sc->tulip_rombuf[idx] != 0 && sc->tulip_rombuf[idx] != 0xFF) in tulip_read_macaddr()
2704 bcopy(root_sc->tulip_rombuf, sc->tulip_rombuf, in tulip_read_macaddr()
[all …]
H A Dif_devar.h608 u_int8_t tulip_rombuf[128]; member