Home
last modified time | relevance | path

Searched refs:ioaddr (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm/freescale/imx/
H A Dimx_epit.c340 rman_res_t ioaddr; in epit_probe() local
371 ioaddr = rman_get_start(memres); in epit_probe()
377 if (ioaddr != imx6_epit_ioaddr[unit]) in epit_probe()
384 if (ioaddr != imx51_epit_ioaddr[unit]) in epit_probe()
388 if (ioaddr != imx53_epit_ioaddr[unit]) in epit_probe()
/freebsd/stand/efi/libefi/
H A Deficom.c48 int ioaddr; /* index in handles array */ member
183 comc_port->ioaddr = in efi_serial_get_handle()
296 comc_port->ioaddr = val; in comc_probe()
308 handle = efi_serial_get_handle(comc_port->ioaddr, handle); in comc_probe()
341 snprintf(value, sizeof (value), "%u", comc_port->ioaddr); in comc_probe()
518 comc_port->ioaddr = port; in comc_port_set()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.h102 void __iomem *ioaddr; member