Home
last modified time | relevance | path

Searched refs:dr_hw (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/linux/
Dnubus.h58 unsigned short dr_hw; member
93 unsigned short dr_hw,
/linux-4.1.27/drivers/net/ethernet/8390/
Dmac8390.c176 switch (dev->dr_hw) { in mac8390_ident()
187 switch (dev->dr_hw) { in mac8390_ident()
204 if (dev->dr_hw == NUBUS_DRHW_CABLETRON) in mac8390_ident()
215 switch (dev->dr_hw) { in mac8390_ident()
228 if (dev->dr_hw == NUBUS_DRHW_SMC9194 || in mac8390_ident()
229 dev->dr_hw == NUBUS_DRHW_INTERLAN) in mac8390_ident()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dmacsonic.c433 if (ndev->dr_hw == NUBUS_DRHW_ASANTE_LC && in macsonic_ident()
436 if (ndev->dr_hw == NUBUS_DRHW_SONIC && in macsonic_ident()
445 if (ndev->dr_hw == NUBUS_DRHW_SMC9194 && in macsonic_ident()
449 if (ndev->dr_hw == NUBUS_DRHW_APPLE_SONIC_LC && in macsonic_ident()
/linux-4.1.27/drivers/nubus/
Dnubus.c297 unsigned short dr_hw, in nubus_find_device() argument
307 && itor->dr_hw == dr_hw in nubus_find_device()
498 dev->dr_hw = nbtdata[3]; in nubus_get_functional_resource()
Dproc.c42 dev->dr_hw); in nubus_devices_proc_show()
/linux-4.1.27/drivers/video/fbdev/
Dmacfb.c685 switch(ndev->dr_hw) { in macfb_init()