Home | History | Annotate | Download | only in dev

Lines Matching refs:ea

157 wdc_extio_map(struct extio_attach_args *ea, struct wdc_regs *wdr,
162 *gpio = ea->ea_gpio;
163 wdr->cmd_iot = wdr->ctl_iot = ea->ea_st;
166 if (gpio_pin_map(ea->ea_gpio, 0, ea->ea_gpio_mask, pinmap) != 0) {
172 if (bus_space_map(wdr->cmd_iot, ea->ea_addr, WDC_OBIO_CF_WINSIZE, 0,
209 gpio_pin_unmap(ea->ea_gpio, pinmap);
235 struct extio_attach_args *ea = (struct extio_attach_args *)aux;
242 if (strcmp(ea->ea_name, cf->cf_name) != 0)
258 if (wdc_extio_map(ea, &wdr, &gpio, &pm) == -1)
265 gpio_pin_unmap(ea->ea_gpio, &pm);
276 struct extio_attach_args *ea = aux;
287 if (wdc_extio_map(ea, wdr, &sc->sc_gpio, &sc->sc_pinmap) == -1)