Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dtg3.h1958 #define TG3_FLAG_PCI_32BIT 0x00080000 macro
Dtg3.c2787 tp->tg3_flags |= TG3_FLAG_PCI_32BIT; in tg3_get_invariants()
3357 ((tp->tg3_flags & TG3_FLAG_PCI_32BIT) ? "32-bit" : "64-bit")); in tg3_probe()