Searched refs:hwreg_present (Results 1 – 9 of 9) sorted by relevance
94 if (!hwreg_present(ctla)) in scc_test()235 } else if (hwreg_present(f030_xreg)) { in config_atari()245 } else if (hwreg_present(tt_palette)) { in config_atari()258 if (hwreg_present(&st_mfp.par_dt_reg)) { in config_atari()262 if (hwreg_present(&tt_mfp.par_dt_reg)) { in config_atari()275 (hwreg_present(&st_dma.dma_vhi) && in config_atari()323 if (hwreg_present(&tt_scu.sys_mask)) { in config_atari()333 if (hwreg_present(blitter.halftone)) { in config_atari()355 if (hwreg_present(&tt_rtc.regsel)) { in config_atari()894 if (hwreg_present(enatc_virt)) { in atari_platform_init()[all …]
29 int hwreg_present(volatile void *regp) in hwreg_present() function56 EXPORT_SYMBOL(hwreg_present);
13 extern int hwreg_present(volatile void *regp);
193 card_present = (hwreg_present((void *)ioaddr + 4) && in mac89x0_device_probe()194 hwreg_present((void *)ioaddr + DATA_PORT)); in mac89x0_device_probe()
212 if (hwreg_present((void *)prom_addr)) { in mac_onboard_sonic_ethernet_addr()278 card_present = hwreg_present((void*)ONBOARD_SONIC_REGISTERS); in mac_onboard_sonic_probe()
364 if (!hwreg_present((void *)(HILBASE + HIL_DATA))) { in hil_init()
457 if (!hwreg_present((unsigned char *)pio_mem->start + in mac_scsi_probe()
262 if (hwreg_present(m) == 0) in mac8390_memsize()
838 if (!hwreg_present(rp)) in nubus_probe_slot()
Completed in 19 milliseconds