Home
last modified time | relevance | path

Searched refs:ed_asic_inw (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ed/
Dif_ed_hpp.c173 if (((sc->hpp_id = ed_asic_inw(sc, ED_HPP_PAGE_4)) & in ed_probe_HP_pclanp()
181 sc->hpp_options = ed_asic_inw(sc, ED_HPP_OPTION); in ed_probe_HP_pclanp()
266 mem_addr = (ed_asic_inw(sc, ED_HPP_HW_MEM_MAP) << 8); in ed_probe_HP_pclanp()
383 lan_page = ed_asic_inw(sc, ED_HPP_PAGE_0); in ed_hpp_set_physical_link()
503 *dst = ed_asic_inw(sc, ED_HPP_PAGE_4) & 0xFF; in ed_hpp_readmem()
Dif_edvar.h170 #define ed_asic_inw(sc, port) \ macro