Searched refs:oaa (Results 1 – 3 of 3) sorted by relevance
/openbsd/sys/arch/octeon/dev/ |
H A D | ogxnexus.c | 70 struct ogx_attach_args oaa; in ogxnexus_attach() local 100 memset(&oaa, 0, sizeof(oaa)); in ogxnexus_attach() 101 oaa.oaa_node = node; in ogxnexus_attach() 102 oaa.oaa_bgxid = sc->sc_bgxid; in ogxnexus_attach() 103 oaa.oaa_iot = sc->sc_iot; in ogxnexus_attach() 104 oaa.oaa_ioh = sc->sc_ioh; in ogxnexus_attach() 105 oaa.oaa_dmat = faa->fa_dmat; in ogxnexus_attach() 107 config_found(&sc->sc_dev, &oaa, NULL); in ogxnexus_attach()
|
H A D | if_ogx.c | 368 struct ogx_attach_args *oaa = aux; in ogx_attach() local 376 if (ogx_node_init(&node, oaa->oaa_dmat, oaa->oaa_iot)) { in ogx_attach() 385 phy_handle = OF_getpropint(oaa->oaa_node, "phy-handle", 0); in ogx_attach() 395 lmac = OF_getpropint(oaa->oaa_node, "reg", UINT32_MAX); in ogx_attach() 401 sc->sc_bgxid = oaa->oaa_bgxid; in ogx_attach() 406 if (OF_getproplen(oaa->oaa_node, "local-mac-address") != in ogx_attach() 411 OF_getprop(oaa->oaa_node, "local-mac-address", sc->sc_ac.ac_enaddr, in ogx_attach() 414 sc->sc_iot = oaa->oaa_iot; in ogx_attach() 415 sc->sc_nexus_ioh = oaa->oaa_ioh; in ogx_attach() 416 if (bus_space_subregion(sc->sc_iot, oaa->oaa_ioh, in ogx_attach()
|
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/ |
H A D | 535.key | 21 oaa/TLoZDh3rWBLZzRAThwKBgEiBNI0oIcv1T5Wq1AMqyyxS1Fzbyu89WzPRr9dH
|