Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c2066 unsigned znyx_ptr; in tulip_identify_znyx_nic() local
2068 znyx_ptr = sc->tulip_rombuf[124] + 256 * sc->tulip_rombuf[125]; in tulip_identify_znyx_nic()
2069 if (znyx_ptr < 26 || znyx_ptr > 116) { in tulip_identify_znyx_nic()
2075 if (sc->tulip_rombuf[znyx_ptr] == 0x4A in tulip_identify_znyx_nic()
2076 && sc->tulip_rombuf[znyx_ptr + 1] == 0x52 in tulip_identify_znyx_nic()
2077 && sc->tulip_rombuf[znyx_ptr + 2] == 0x01) { in tulip_identify_znyx_nic()
2078 id = sc->tulip_rombuf[znyx_ptr + 5] + 256 * sc->tulip_rombuf[znyx_ptr + 4]; in tulip_identify_znyx_nic()