Searched refs:ED_NOVELL_ASIC_OFFSET (Results 1 – 5 of 5) sorted by relevance
459 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 …]
84 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_probe_RTL80x9()
941 #define ED_NOVELL_ASIC_OFFSET 0x10 macro
223 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_probe_Novell()
528 sc->asic_offset = ED_NOVELL_ASIC_OFFSET; in ed_pccard_attach()