Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/en/
Dmidway.c2575 uint32_t reg, bcode, midvloc; in en_dmaprobe_doit() local
2584 midvloc = ((MID_BUFOFF - MID_RAMOFF) / sizeof(uint32_t)) in en_dmaprobe_doit()
2586 en_write(sc, MIDX_PLACE(0), MIDX_MKPLACE(en_k2sz(1), midvloc)); in en_dmaprobe_doit()
2587 en_write(sc, MID_VC(0), (midvloc << MIDV_LOCSHIFT) in en_dmaprobe_doit()
2796 uint32_t reg, lcv, check, ptr, sav, midvloc; in en_attach() local
2988 midvloc = sc->rxslot[lcv].start = ptr; in en_attach()
2992 midvloc = midvloc - MID_RAMOFF; in en_attach()
2994 midvloc = (midvloc & ~((EN_RXSZ*1024) - 1)) >> 2; in en_attach()
2996 midvloc = midvloc >> MIDV_LOCTOPSHFT; in en_attach()
2997 midvloc = (midvloc & MIDV_LOCMASK) << MIDV_LOCSHIFT; in en_attach()
[all …]