Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddm9000.h22 #define DM9000_PLATF_16BITONLY (0x0002) macro
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-at2440evb.c125 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-vr1000.c201 .flags = DM9000_PLATF_16BITONLY,
Dmach-bast.c314 .flags = DM9000_PLATF_16BITONLY,
Dmach-mini2440.c302 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
/Linux-v4.19/arch/arm/mach-s3c64xx/
Dmach-anw6410.c173 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-real6410.c92 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-mini6410.c93 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-crag6410.c244 .flags = DM9000_PLATF_16BITONLY,
/Linux-v4.19/Documentation/networking/
Ddm9000.txt70 .flags = DM9000_PLATF_16BITONLY,
99 DM9000_PLATF_16BITONLY
/Linux-v4.19/arch/arm/mach-pxa/
Dmxm8x10.c425 .flags = DM9000_PLATF_16BITONLY
Dcm-x300.c242 .flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
Dzeus.c355 .flags = DM9000_PLATF_16BITONLY,
Dem-x270.c1238 dm9000_flags = DM9000_PLATF_16BITONLY; in em_x270_exeda_init()
/Linux-v4.19/drivers/net/ethernet/davicom/
Ddm9000.c1590 if (pdata->flags & DM9000_PLATF_16BITONLY) in dm9000_probe()