Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Ddm9000.h18 #define DM9000_PLATF_16BITONLY (0x0002) macro
/Linux-v6.1/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.c196 .flags = DM9000_PLATF_16BITONLY,
Dmach-bast.c306 .flags = DM9000_PLATF_16BITONLY,
Dmach-mini2440.c332 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-crag6410.c242 .flags = DM9000_PLATF_16BITONLY,
/Linux-v6.1/Documentation/networking/device_drivers/ethernet/davicom/
Ddm9000.rst74 .flags = DM9000_PLATF_16BITONLY,
103 DM9000_PLATF_16BITONLY
/Linux-v6.1/arch/arm/mach-pxa/
Dmxm8x10.c429 .flags = DM9000_PLATF_16BITONLY
Dcm-x300.c241 .flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
Dzeus.c353 .flags = DM9000_PLATF_16BITONLY,
/Linux-v6.1/drivers/net/ethernet/davicom/
Ddm9000.c1585 if (pdata->flags & DM9000_PLATF_16BITONLY) in dm9000_probe()