Home
last modified time | relevance | path

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

/linux/include/net/
H A Dax88796.h19 #define AXFLG_HAS_93CX6 (1<<2) /* use eeprom_93cx6 driver */ macro
/linux/arch/sh/boards/mach-highlander/
H A Dsetup.c158 .flags = AXFLG_HAS_93CX6,
/linux/drivers/net/ethernet/8390/
H A Dax88796.c723 if (ax->plat->flags & AXFLG_HAS_93CX6) { in ax_init_dev()