Home | History | Annotate | Download | only in adm5120

Lines Matching defs:oa

131 obio_attach_args_create(struct obio_attach_args *oa, const struct obiodev *od,
134 oa->oba_name = od->od_name;
135 oa->oba_addr = od->od_addr;
136 oa->oba_irq = od->od_irq;
137 oa->oba_dt = dmat;
138 oa->oba_st = st;
139 oa->oba_gpio = gpio;
140 oa->oba_gpio_mask = od->od_gpio_mask;
147 struct obio_attach_args oa;
158 obio_attach_args_create(&oa, od, ma->ma_gpio, ma->ma_dmat,
161 config_found(self, &oa, obio_print,
171 struct obio_attach_args *oa = aux;
174 cf->cf_loc[OBIOCF_ADDR] != oa->oba_addr)
183 struct obio_attach_args *oa = aux;
186 aprint_normal("%s at %s", oa->oba_name, pnp);
187 if (oa->oba_addr != OBIOCF_ADDR_DEFAULT)
188 aprint_normal(" addr 0x%"PRIxBUSADDR, oa->oba_addr);
189 if (oa->oba_gpio_mask != OBIOCF_GPIO_MASK_DEFAULT)
190 aprint_normal(" gpio_mask 0x%02x", oa->oba_gpio_mask);