| /src/sys/arch/powerpc/ibm4xx/dev/ |
| com_opb.c | 100 struct opb_attach_args *oaa = aux; local 103 if (strcmp(oaa->opb_name, cf->cf_name) != 0) 114 struct opb_attach_args *oaa = aux; local 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,
|
| opb.c | 217 struct opb_attach_args *oaa = aux; local 220 if (strcmp(oaa->opb_name, cf->cf_name) != 0) 229 struct opb_attach_args *oaa = aux; local 232 cf->cf_loc[OPBCF_ADDR] != oaa->opb_addr) 246 struct opb_attach_args oaa; local 281 oaa.opb_name = opb_devs[i].name; 282 oaa.opb_addr = opb_devs[i].addr; 283 oaa.opb_instance = opb_devs[i].instance; 284 oaa.opb_irq = opb_devs[i].irq; 285 oaa.opb_bt = sc->sc_iot 297 struct opb_attach_args *oaa = aux; local [all...] |
| gpio_opb.c | 93 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,
|
| gpiic_opb.c | 82 struct opb_attach_args * const oaa = args; local 84 if (strcmp(oaa->opb_name, cf->cf_name) != 0) 94 struct opb_attach_args * const oaa = args; local 100 sc->sc_bust = oaa->opb_bt; 102 bus_space_map(sc->sc_bust, oaa->opb_addr, IIC_NREG, 0, &sc->sc_bush);
|
| wdog.c | 85 struct opb_attach_args * const oaa = aux; local 88 if (strcmp(oaa->opb_name, cf->cf_name) != 0)
|
| if_emac.c | 405 struct opb_attach_args *oaa = aux; local 408 if (strcmp(oaa->opb_name, cf->cf_name) == 0) 417 struct opb_attach_args *oaa = aux; local 426 bus_space_map(oaa->opb_bt, oaa->opb_addr, EMAC_NREG, 0, &sc->sc_sh); 429 sc->sc_instance = oaa->opb_instance; 430 sc->sc_st = oaa->opb_bt; 431 sc->sc_dmat = oaa->opb_dmat; 451 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_ZMII) 456 if (oaa->opb_flags & OPB_FLAGS_EMAC_RMII_RGMII [all...] |
| /src/sys/arch/powerpc/ibm4xx/ |
| ibm4xx_autoconf.c | 71 struct opb_attach_args *oaa = aux; local 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/evbppc/explora/dev/ |
| lpt_elb.c | 57 struct elb_attach_args *oaa = aux; local 59 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
|
| pckbc_elb.c | 63 struct elb_attach_args *oaa = aux; local 65 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
|
| le_elb.c | 85 struct elb_attach_args *oaa = aux; local 87 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
|
| fb_elb.c | 167 struct elb_attach_args *oaa = aux; local 169 if (strcmp(oaa->elb_name, cf->cf_name) != 0)
|