Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/re/
H A Dre.c4453 u_int64_t CmacMemPhysAddress; in re_init_software_variable() local
4456 CmacMemPhysAddress = MP_ReadOtherFunPciEConfigSpace(sc, 0, 0xf018); in re_init_software_variable()
4457 if (!(CmacMemPhysAddress & BIT_0)) { in re_init_software_variable()
4458 if (CmacMemPhysAddress & BIT_2) in re_init_software_variable()
4459CmacMemPhysAddress |= MP_ReadOtherFunPciEConfigSpace(sc, 0, 0xf01c) << 16; in re_init_software_variable()
4461 CmacMemPhysAddress &= 0xFFFFFFF0; in re_init_software_variable()
4468 … if (bus_space_map(sc->re_mapped_cmac_tag, CmacMemPhysAddress, RE_REGS_SIZE, 0, in re_init_software_variable()