Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Ddm9000.h22 #define DM9000_PLATF_16BITONLY (0x0002) macro
/linux-4.1.27/arch/blackfin/mach-bf533/boards/
Dip0x.c76 .flags = DM9000_PLATF_16BITONLY,
90 .flags = DM9000_PLATF_16BITONLY,
/linux-4.1.27/arch/arm/mach-imx/
Dmach-scb9328.c61 .flags = DM9000_PLATF_16BITONLY,
Dmach-apf9328.c76 .flags = DM9000_PLATF_16BITONLY
/linux-4.1.27/arch/arm/mach-s3c24xx/
Dmach-at2440evb.c129 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-vr1000.c206 .flags = DM9000_PLATF_16BITONLY,
Dmach-bast.c318 .flags = DM9000_PLATF_16BITONLY,
Dmach-mini2440.c306 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
/linux-4.1.27/arch/arm/mach-s3c64xx/
Dmach-anw6410.c178 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-real6410.c97 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-mini6410.c98 .flags = (DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM),
Dmach-crag6410.c244 .flags = DM9000_PLATF_16BITONLY,
/linux-4.1.27/arch/arm/mach-pxa/
Dmxm8x10.c427 .flags = DM9000_PLATF_16BITONLY
Dcm-x300.c240 .flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
Dzeus.c352 .flags = DM9000_PLATF_16BITONLY,
Dem-x270.c1270 dm9000_flags = DM9000_PLATF_16BITONLY; in em_x270_exeda_init()
/linux-4.1.27/Documentation/networking/
Ddm9000.txt70 .flags = DM9000_PLATF_16BITONLY,
99 DM9000_PLATF_16BITONLY
/linux-4.1.27/drivers/net/ethernet/davicom/
Ddm9000.c1586 if (pdata->flags & DM9000_PLATF_16BITONLY) in dm9000_probe()