Home
last modified time | relevance | path

Searched refs:ED_NOVELL_IO_PORTS (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/dev/ed/
HDif_ed_cbus.c453 static bus_addr_t io_res[ED_NOVELL_IO_PORTS + 1]; in ed98_alloc_port()
462 n = ED_NOVELL_IO_PORTS; in ed98_alloc_port()
536 for (i = ED_NOVELL_ASIC_OFFSET; i < ED_NOVELL_IO_PORTS; i++) in ed98_alloc_port()
561 for (n = ED_NOVELL_ASIC_OFFSET; n < ED_NOVELL_IO_PORTS; n++) in ed98_alloc_port()
570 for (n = ED_NOVELL_ASIC_OFFSET; n < ED_NOVELL_IO_PORTS; n++) in ed98_alloc_port()
575 n = ED_NOVELL_IO_PORTS; in ed98_alloc_port()
HDif_ed_pccard.c492 if (size == ED_NOVELL_IO_PORTS) in ed_pccard_attach()
505 error = ed_alloc_port(dev, port_rid, ED_NOVELL_IO_PORTS); in ed_pccard_attach()
510 if (rman_get_size(sc->port_res) == ED_NOVELL_IO_PORTS / 2) { in ed_pccard_attach()
515 rman_get_size(sc->port_res2) != ED_NOVELL_IO_PORTS / 2) { in ed_pccard_attach()
HDif_ed_rtl80x9.c82 if ((error = ed_alloc_port(dev, port_rid, ED_NOVELL_IO_PORTS))) in ed_probe_RTL80x9()
HDif_edreg.h942 #define ED_NOVELL_IO_PORTS 32 macro
HDif_ed_novell.c219 error = ed_alloc_port(dev, port_rid, ED_NOVELL_IO_PORTS); in ed_probe_Novell()