Searched refs:eaa (Results 1 - 16 of 16) sorted by relevance

/src/sys/arch/sandpoint/sandpoint/
H A Deumb.c80 struct eumb_attach_args eaa; local in function:eumb_search
82 eaa.eumb_name = cf->cf_name;
83 eaa.eumb_bt = ma->ma_bst;
84 eaa.eumb_unit = cf->cf_loc[EUMBCF_UNIT];
85 if (config_probe(parent, cf, &eaa))
86 config_attach(parent, cf, &eaa, eumb_print, CFARGS_NONE);
94 struct eumb_attach_args *eaa = aux; local in function:eumb_print
97 printf("%s at %s", eaa->eumb_name, pnp);
98 if (eaa->eumb_unit != EUMBCF_UNIT_DEFAULT)
99 printf(" unit %d", eaa
[all...]
H A Diic_eumb.c60 struct eumb_attach_args *eaa = aux; local in function:iic_eumb_attach
72 bus_space_map(eaa->eumb_bt, 0x3000, 0x20, 0, &ioh);
73 sc->sc_iot = eaa->eumb_bt;
H A Dcom_eumb.c69 struct eumb_attach_args *eaa = aux; local in function:com_eumb_match
70 int unit = eaa->eumb_unit;
83 struct eumb_attach_args *eaa = aux; local in function:com_eumb_attach
91 comaddr = (eaa->eumb_unit == 1) ? 0x4600 : 0x4500;
92 if (com_is_console(eaa->eumb_bt, comaddr, &ioh)) {
96 bus_space_map(eaa->eumb_bt, comaddr, COM_NPORTS, 0, &ioh);
97 com_init_regs(&sc->sc_regs, eaa->eumb_bt, ioh, comaddr);
100 epicirq = (eaa->eumb_unit == 1) ? 25 : 24;
H A Dsatmgr.c194 struct eumb_attach_args *eaa = aux; local in function:satmgr_match
195 int unit = eaa->eumb_unit;
207 struct eumb_attach_args *eaa = aux; local in function:satmgr_attach
232 sataddr = (eaa->eumb_unit == 0) ? 0x4500 : 0x4600;
233 sc->sc_iot = eaa->eumb_bt;
234 bus_space_map(eaa->eumb_bt, sataddr, 0x20, 0, &sc->sc_ioh);
254 epicirq = (eaa->eumb_unit == 0) ? 24 : 25;
/src/sys/arch/evbppc/explora/dev/
H A Dcom_elb.c62 struct elb_attach_args *eaa = aux; local in function:com_elb_probe
64 if (strcmp(eaa->elb_name, cf->cf_name) != 0)
75 struct elb_attach_args *eaa = aux; local in function:com_elb_attach
80 bus_space_map(eaa->elb_bt,
81 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base),
83 com_init_regs(&sc->sc_regs, eaa->elb_bt, ioh,
84 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base));
90 intr_establish_xname(eaa
[all...]
H A Dpckbc_elb.c76 struct elb_attach_args *eaa = aux; local in function:pckbc_elb_attach
84 msc->sc_irq = eaa->elb_irq;
87 if (pckbc_is_console(eaa->elb_bt,
88 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base))) {
94 t->t_iot = eaa->elb_bt;
95 bus_space_map(eaa->elb_bt,
96 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base), 1, 0,
98 bus_space_map(eaa
[all...]
H A Delb.c131 struct elb_attach_args eaa; local in function:elb_attach
137 eaa.elb_name = elb->elb_name;
138 eaa.elb_bt = elb_get_bus_space_tag(elb->elb_addr);
139 eaa.elb_dmat = &elb_bus_dma_tag;
140 eaa.elb_base = elb->elb_addr;
141 eaa.elb_base2 = elb->elb_addr2;
142 eaa.elb_irq = elb->elb_irq;
144 (void) config_found(self, &eaa, elb_print, CFARGS_NONE);
151 struct elb_attach_args *eaa = aux; local in function:elb_print
154 aprint_normal("%s at %s", eaa
[all...]
H A Dlpt_elb.c69 struct elb_attach_args *eaa = aux; local in function:lpt_elb_attach
72 sc->sc_iot = eaa->elb_bt;
74 _BUS_SPACE_UNSTRIDE(sc->sc_iot, eaa->elb_base), LPT_NPORTS,
H A Dle_elb.c98 struct elb_attach_args *eaa = aux; local in function:le_elb_attach
108 msc->sc_iot = eaa->elb_bt;
109 msc->sc_dmat = eaa->elb_dmat;
111 bus_space_map(msc->sc_iot, eaa->elb_base, LE_NPORTS, 0, &msc->sc_ioh);
171 intr_establish_xname(eaa->elb_irq, IST_LEVEL, IPL_NET, am79900_intr,
H A Dfb_elb.c179 struct elb_attach_args *eaa = aux; local in function:fb_elb_attach
186 is_console = ((void *)eaa->elb_base == console_dev.fb_vram);
193 sc->sc_fb->fb_iot = eaa->elb_bt;
194 bus_space_map(sc->sc_fb->fb_iot, eaa->elb_base2, FB_NPORTS,
199 sc->sc_fbbase = eaa->elb_base;
/src/sys/dev/pci/
H A Djoy_eap.c93 struct joy_eap_aa *eaa = aux; local in function:joy_eap_match
95 if (eaa->aa_aaa.type != AUDIODEV_TYPE_AUX)
105 struct joy_eap_aa *eaa = aux; local in function:joy_eap_attach
109 sc->sc_iot = eaa->aa_iot;
110 sc->sc_ioh = eaa->aa_ioh;
/src/sys/arch/evbppc/nintendo/dev/
H A Dgecko.c211 struct exi_attach_args * const eaa = aux; local in function:usbgecko_match
214 eaa->eaa_id == 0 &&
215 eaa->eaa_chan == usbgecko_chan &&
216 eaa->eaa_device == 0;
223 struct exi_attach_args * const eaa = aux; local in function:usbgecko_attach
229 sc->sc_chan = eaa->eaa_chan;
230 sc->sc_device = eaa->eaa_device;
H A Drtcsram.c95 struct exi_attach_args * const eaa = aux; local in function:rtcsram_match
97 return eaa->eaa_id == WII_RTCSRAM_ID;
104 struct exi_attach_args * const eaa = aux; local in function:rtcsram_attach
110 sc->sc_chan = eaa->eaa_chan;
111 sc->sc_device = eaa->eaa_device;
H A Dexi.c145 struct exi_attach_args eaa = {}; local in function:exi_rescan
162 eaa.eaa_id = id;
163 eaa.eaa_chan = chan;
164 eaa.eaa_device = dev;
166 ch->ch_child[dev] = config_found(self, &eaa, exi_print,
178 struct exi_attach_args *eaa = aux; local in function:exi_print
180 if (pnp != NULL && eaa->eaa_id == 0) {
185 aprint_normal("exi device ID 0x%08x at %s", eaa->eaa_id, pnp);
188 aprint_normal(" channel %u device %u", eaa->eaa_chan, eaa
[all...]
/src/sys/dev/ieee1394/
H A Dfwphyreg.h68 eaa:1, member in struct:phyreg_base
94 eaa:1,
/src/usr.sbin/fwctl/
H A Dfwcontrol.c599 b.wdie, b.isbr, b.ctoi, b.cpsi, b.stoi, b.pei, b.eaa, b.emc,

Completed in 11 milliseconds