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

  /src/sys/arch/evbppc/explora/dev/
lpt_elb.c 57 struct elb_attach_args *oaa = aux; local in function:lpt_elb_probe
59 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
pckbc_elb.c 63 struct elb_attach_args *oaa = aux; local in function:pckbc_elb_probe
65 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
le_elb.c 85 struct elb_attach_args *oaa = aux; local in function:le_elb_probe
87 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
fb_elb.c 167 struct elb_attach_args *oaa = aux; local in function:fb_elb_probe
169 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
  /src/sys/arch/powerpc/ibm4xx/
ibm4xx_autoconf.c 71 struct opb_attach_args *oaa = aux; local in function:ibm4xx_device_register
73 if (oaa->opb_instance < 10) {
80 "emac%d-mac-addr", oaa->opb_instance);
93 "emac%d-mii-phy", oaa->opb_instance);
  /src/sys/arch/powerpc/ibm4xx/dev/
com_opb.c 100 struct opb_attach_args *oaa = aux; local in function:com_opb_probe
103 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
114 struct opb_attach_args *oaa = aux; local in function:com_opb_attach
122 bus_space_map(oaa->opb_bt, oaa->opb_addr, COM_NPORTS, 0, &ioh);
123 com_init_regs(&sc->sc_regs, oaa->opb_bt, ioh, oaa->opb_addr);
136 intr_establish_xname(oaa->opb_irq, IST_LEVEL, IPL_SERIAL, comintr, sc,
wdog.c 78 struct opb_attach_args * const oaa = aux; local in function:wdog_match
81 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
gpio_opb.c 93 struct opb_attach_args * const oaa = aux; local in function:gpio_opb_match
95 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
105 struct opb_attach_args * const oaa = aux; local in function:gpio_opb_attach
115 sc->sc_gpio_iot = oaa->opb_bt;
116 bus_space_map(sc->sc_gpio_iot, oaa->opb_addr,
gpiic_opb.c 82 struct opb_attach_args * const oaa = args; local in function:gpiic_match
84 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
94 struct opb_attach_args * const oaa = args; local in function:gpiic_attach
100 sc->sc_bust = oaa->opb_bt;
102 bus_space_map(sc->sc_bust, oaa->opb_addr, IIC_NREG, 0, &sc->sc_bush);
opb.c 195 struct opb_attach_args *oaa = aux; local in function:opb_match
198 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
207 struct opb_attach_args *oaa = aux; local in function:opb_submatch
210 cf->cf_loc[OPBCF_ADDR] != oaa->opb_addr)
224 struct opb_attach_args oaa; local in function:opb_attach
253 oaa.opb_name = opb_devs[i].name;
254 oaa.opb_addr = opb_devs[i].addr;
255 oaa.opb_instance = opb_devs[i].instance;
256 oaa.opb_irq = opb_devs[i].irq;
257 oaa.opb_bt = sc->sc_iot
269 struct opb_attach_args *oaa = aux; local in function:opb_print
    [all...]
if_emac.c 328 struct opb_attach_args *oaa = aux; local in function:emac_match
331 if (strcmp(oaa->opb_name, cf->cf_name) == 0)
340 struct opb_attach_args *oaa = aux; local in function:emac_attach
351 bus_space_map(oaa->opb_bt, oaa->opb_addr, EMAC_NREG, 0, &sc->sc_sh);
354 sc->sc_instance = oaa->opb_instance;
355 sc->sc_st = oaa->opb_bt;
356 sc->sc_dmat = oaa->opb_dmat;
379 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_ZMII)
384 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_RGMII
    [all...]

Completed in 15 milliseconds