Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/atari/
Dconfig.c94 if (!hwreg_present(ctla)) in scc_test()
236 } else if (hwreg_present(f030_xreg)) { in config_atari()
246 } else if (hwreg_present(tt_palette)) { in config_atari()
249 } else if (hwreg_present(&shifter_st.bas_hi)) { in config_atari()
250 if (hwreg_present(&shifter_st.bas_lo) && in config_atari()
259 if (hwreg_present(&st_mfp.par_dt_reg)) { in config_atari()
263 if (hwreg_present(&tt_mfp.par_dt_reg)) { in config_atari()
267 if (hwreg_present(&tt_scsi_dma.dma_addr_hi)) { in config_atari()
276 (hwreg_present(&st_dma.dma_vhi) && in config_atari()
284 if (hwreg_present(&tt_scsi.scsi_data)) { in config_atari()
[all …]
/Linux-v5.10/arch/m68k/mm/
Dhwtest.c29 int hwreg_present(volatile void *regp) in hwreg_present() function
56 EXPORT_SYMBOL(hwreg_present);
/Linux-v5.10/arch/m68k/include/asm/
Dhwtest.h13 extern int hwreg_present(volatile void *regp);
/Linux-v5.10/drivers/net/ethernet/cirrus/
Dmac89x0.c193 card_present = (hwreg_present((void *)ioaddr + 4) && in mac89x0_device_probe()
194 hwreg_present((void *)ioaddr + DATA_PORT)); in mac89x0_device_probe()
/Linux-v5.10/drivers/net/ethernet/natsemi/
Dmacsonic.c212 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()
/Linux-v5.10/drivers/input/keyboard/
Dhilkbd.c366 if (!hwreg_present((void *)(HILBASE + HIL_DATA))) { in hil_init()
/Linux-v5.10/drivers/scsi/
Dmac_scsi.c457 if (!hwreg_present((unsigned char *)pio_mem->start + in mac_scsi_probe()
/Linux-v5.10/drivers/nubus/
Dnubus.c838 if (!hwreg_present(rp)) in nubus_probe_slot()
/Linux-v5.10/drivers/net/ethernet/8390/
Dmac8390.c269 if (hwreg_present(m) == 0) in mac8390_memsize()