HomeSort by: relevance | last modified time | path
    Searched defs:npeconfig (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 149 } npeconfig[NPE_PORTS_MAX] = { variable in typeref:typename:const struct __anon92b0dbf30108[]
405 | (npeconfig[sc->sc_unit].macport << NPE_MAC_PORTID_SHL);
529 error = ixpnpe_init(sc->sc_npe, "npe_fw", npeconfig[unit].imageid);
533 if (bus_space_map(sc->sc_iot, npeconfig[unit].regbase,
534 npeconfig[unit].regsize, 0, &sc->sc_ioh)) {
536 npeconfig[unit].regbase, npeconfig[unit].regsize);
540 if (npeconfig[unit].miibase != npeconfig[unit].regbase) {
546 if (bus_space_map(sc->sc_iot, npeconfig[unit].miibase
    [all...]
ixp425_if_npe.c 149 } npeconfig[NPE_PORTS_MAX] = { variable in typeref:typename:const struct __anon92b0dbf30108[]
405 | (npeconfig[sc->sc_unit].macport << NPE_MAC_PORTID_SHL);
529 error = ixpnpe_init(sc->sc_npe, "npe_fw", npeconfig[unit].imageid);
533 if (bus_space_map(sc->sc_iot, npeconfig[unit].regbase,
534 npeconfig[unit].regsize, 0, &sc->sc_ioh)) {
536 npeconfig[unit].regbase, npeconfig[unit].regsize);
540 if (npeconfig[unit].miibase != npeconfig[unit].regbase) {
546 if (bus_space_map(sc->sc_iot, npeconfig[unit].miibase
    [all...]

Completed in 23 milliseconds