Home
last modified time | relevance | path

Searched refs:hwreg_present (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/arch/m68k/atari/
Dconfig.c98 if (!hwreg_present(ctla)) in scc_test()
241 } else if (hwreg_present(f030_xreg)) { in config_atari()
251 } else if (hwreg_present(tt_palette)) { in config_atari()
254 } else if (hwreg_present(&shifter.bas_hi)) { in config_atari()
255 if (hwreg_present(&shifter.bas_lo) && in config_atari()
264 if (hwreg_present(&st_mfp.par_dt_reg)) { in config_atari()
268 if (hwreg_present(&tt_mfp.par_dt_reg)) { in config_atari()
272 if (hwreg_present(&tt_scsi_dma.dma_addr_hi)) { in config_atari()
281 (hwreg_present(&st_dma.dma_vhi) && in config_atari()
289 if (hwreg_present(&tt_scsi.scsi_data)) { in config_atari()
[all …]
/linux-4.1.27/arch/m68k/mm/
Dhwtest.c28 int hwreg_present(volatile void *regp) in hwreg_present() function
55 EXPORT_SYMBOL(hwreg_present);
/linux-4.1.27/arch/m68k/include/asm/
Dhwtest.h12 extern int hwreg_present(volatile void *regp);
/linux-4.1.27/arch/m68k/mac/
Dmacints.c161 if (hwreg_present((void*)(0x50f0a000))) { in mac_init_IRQ()
/linux-4.1.27/drivers/net/ethernet/natsemi/
Dmacsonic.c257 if (hwreg_present((void *)prom_addr)) { in mac_onboard_sonic_ethernet_addr()
331 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()
/linux-4.1.27/drivers/net/ethernet/cirrus/
Dmac89x0.c221 card_present = (hwreg_present((void *)ioaddr + 4) && in mac89x0_probe()
222 hwreg_present((void *)ioaddr + DATA_PORT)); in mac89x0_probe()
/linux-4.1.27/drivers/scsi/
Dmac_scsi.c400 if (!hwreg_present((unsigned char *)pio_mem->start + in mac_scsi_probe()
/linux-4.1.27/drivers/input/keyboard/
Dhilkbd.c370 if (!hwreg_present((void *)(HILBASE + HIL_DATA))) { in hil_init()
/linux-4.1.27/drivers/nubus/
Dnubus.c926 card_present = hwreg_present(rp); in nubus_probe_slot()
/linux-4.1.27/drivers/net/ethernet/8390/
Dmac8390.c268 if (hwreg_present(m) == 0) in mac8390_memsize()