Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/cavium/
H A Doctopci.c72 unsigned sc_domain; member
144 sc->sc_domain = device_get_unit(dev); in octopci_attach()
146 error = cvmx_pcie_rc_initialize(sc->sc_domain); in octopci_attach()
167 sc->sc_domain = 0; in octopci_attach()
224 *result = sc->sc_domain; in octopci_read_ivar()
352 return (cvmx_pcie_config_read32(sc->sc_domain, bus, slot, func, reg)); in octopci_read_config()
354 return (cvmx_pcie_config_read16(sc->sc_domain, bus, slot, func, reg)); in octopci_read_config()
356 return (cvmx_pcie_config_read8(sc->sc_domain, bus, slot, func, reg)); in octopci_read_config()
391 cvmx_pcie_config_write32(sc->sc_domain, bus, slot, func, reg, data); in octopci_write_config()
394 cvmx_pcie_config_write16(sc->sc_domain, bus, slot, func, reg, data); in octopci_write_config()
[all …]
/f-stack/freebsd/mips/cavium/octe/
H A Dmv88e61xxphy.c60 unsigned sc_domain; member
165 psc->sc_domain = 0; /* One broadcast domain by default. */ in mv88e61xxphy_attach()
357 (psc->sc_domain << 12) | allow_mask); in mv88e61xxphy_init_port()
483 valp = &psc->sc_domain; in mv88e61xxphy_sysctl_port_proc()