Home
last modified time | relevance | path

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

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dw89c840.c138 enum chip_capability_flags {CanHaveMII=1, HasBrokenTx=2}; enumerator
146 static u32 driver_flags = CanHaveMII | HasBrokenTx;
674 if (driver_flags & CanHaveMII) { in w89c840_probe()
H A Dsundance.c277 enum chip_capability_flags { CanHaveMII = 1, KendinPktDropBug = 2, }; enumerator