Searched refs:oaa (Results 1 - 12 of 12) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/dev/
H A Dopb.c192 struct opb_attach_args *oaa = aux; local
195 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
204 struct opb_attach_args *oaa = aux; local
207 cf->cf_loc[OPBCF_ADDR] != oaa->opb_addr)
221 struct opb_attach_args oaa; local
250 oaa.opb_name = opb_devs[i].name;
251 oaa.opb_addr = opb_devs[i].addr;
252 oaa.opb_instance = opb_devs[i].instance;
253 oaa.opb_irq = opb_devs[i].irq;
254 oaa
266 struct opb_attach_args *oaa = aux; local
[all...]
H A Dcom_opb.c99 struct opb_attach_args *oaa = aux; local
102 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
113 struct opb_attach_args *oaa = aux; local
121 bus_space_map(oaa->opb_bt, oaa->opb_addr, COM_NPORTS, 0, &ioh);
122 COM_INIT_REGS(sc->sc_regs, oaa->opb_bt, ioh, oaa->opb_addr);
135 intr_establish(oaa->opb_irq, IST_LEVEL, IPL_SERIAL, comintr, sc);
H A Dgpio_opb.c93 struct opb_attach_args * const oaa = aux; local
95 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
105 struct opb_attach_args * const oaa = aux; local
115 sc->sc_gpio_iot = oaa->opb_bt;
116 bus_space_map(sc->sc_gpio_iot, oaa->opb_addr,
H A Dgpiic_opb.c85 struct opb_attach_args * const oaa = args; local
87 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
97 struct opb_attach_args * const oaa = args; local
104 sc->sc_bust = oaa->opb_bt;
106 bus_space_map(sc->sc_bust, oaa->opb_addr, IIC_NREG, 0, &sc->sc_bush);
H A Dwdog.c78 struct opb_attach_args * const oaa = aux; local
81 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
H A Dif_emac.c322 struct opb_attach_args *oaa = aux; local
325 if (strcmp(oaa->opb_name, cf->cf_name) == 0)
334 struct opb_attach_args *oaa = aux; local
345 bus_space_map(oaa->opb_bt, oaa->opb_addr, EMAC_NREG, 0, &sc->sc_sh);
348 sc->sc_instance = oaa->opb_instance;
349 sc->sc_st = oaa->opb_bt;
350 sc->sc_dmat = oaa->opb_dmat;
373 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_ZMII)
378 if (oaa
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/ibm4xx/
H A Dibm4xx_autoconf.c57 struct opb_attach_args *oaa = aux; local
59 if (oaa->opb_instance < 10) {
66 "emac%d-mac-addr", oaa->opb_instance);
79 "emac%d-mii-phy", oaa->opb_instance);
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dcom_elb.c62 struct elb_attach_args *oaa = aux; local
64 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
H A Dlpt_elb.c57 struct elb_attach_args *oaa = aux; local
59 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
H A Dpckbc_elb.c63 struct elb_attach_args *oaa = aux; local
65 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
H A Dle_elb.c85 struct elb_attach_args *oaa = aux; local
87 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
H A Dfb_elb.c120 struct elb_attach_args *oaa = aux; local
122 if (strcmp(oaa->elb_name, cf->cf_name) != 0)

Completed in 69 milliseconds