Home
last modified time | relevance | path

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

/external/grub/netboot/
Dw89c840.c140 enum chip_capability_flags {CanHaveMII=1, HasBrokenTx=2}; enumerator
148 static u32 driver_flags = CanHaveMII | HasBrokenTx;
668 if (driver_flags & CanHaveMII) { in w89c840_probe()