Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ed/
Dif_ed_cbus.c459 offset = ED_NOVELL_ASIC_OFFSET; in ed98_alloc_port()
535 bcopy(io_nic, io_res, sizeof(io_nic[0]) * ED_NOVELL_ASIC_OFFSET); in ed98_alloc_port()
536 for (i = ED_NOVELL_ASIC_OFFSET; i < ED_NOVELL_IO_PORTS; i++) in ed98_alloc_port()
537 io_res[i] = io_asic[i - ED_NOVELL_ASIC_OFFSET] + offset; in ed98_alloc_port()
553 io_res[n] = io_asic[n - ED_NOVELL_ASIC_OFFSET] + offset; in ed98_alloc_port()
561 for (n = ED_NOVELL_ASIC_OFFSET; n < ED_NOVELL_IO_PORTS; n++) in ed98_alloc_port()
562 io_res[n] = io_asic[n - ED_NOVELL_ASIC_OFFSET] + offset; in ed98_alloc_port()
569 bcopy(io_nic, io_res, sizeof(io_nic[0]) * ED_NOVELL_ASIC_OFFSET); in ed98_alloc_port()
570 for (n = ED_NOVELL_ASIC_OFFSET; n < ED_NOVELL_IO_PORTS; n++) in ed98_alloc_port()
571 io_res[n] = io_asic[n - ED_NOVELL_ASIC_OFFSET] + offset; in ed98_alloc_port()
[all …]
Dif_ed_rtl80x9.c84 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_probe_RTL80x9()
Dif_edreg.h941 #define ED_NOVELL_ASIC_OFFSET 0x10 macro
Dif_ed_novell.c223 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_probe_Novell()
Dif_ed_pccard.c528 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_pccard_attach()