Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddm9000.h18 #define DM9000_PLATF_16BITONLY (0x0002) macro
/Linux-v5.10/arch/arm/mach-s3c/
Dmach-anw6410.c171 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-at2440evb.c122 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-real6410.c91 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-mini6410.c92 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-vr1000.c201 .flags = DM9000_PLATF_16BITONLY,
Dmach-bast.c311 .flags = DM9000_PLATF_16BITONLY,
Dmach-mini2440.c326 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-crag6410.c242 .flags = DM9000_PLATF_16BITONLY,
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/davicom/
Ddm9000.rst74 .flags = DM9000_PLATF_16BITONLY,
103 DM9000_PLATF_16BITONLY
/Linux-v5.10/arch/arm/mach-pxa/
Dmxm8x10.c433 .flags = DM9000_PLATF_16BITONLY
Dcm-x300.c239 .flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
Dzeus.c353 .flags = DM9000_PLATF_16BITONLY,
/Linux-v5.10/drivers/net/ethernet/davicom/
Ddm9000.c1580 if (pdata->flags & DM9000_PLATF_16BITONLY) in dm9000_probe()