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

/netbsd-6-1-5-RELEASE/sys/arch/sandpoint/sandpoint/
H A Deumb.c79 struct eumb_attach_args eaa; local
81 eaa.eumb_name = cf->cf_name;
82 eaa.eumb_bt = ma->ma_bst;
83 eaa.eumb_unit = cf->cf_loc[EUMBCF_UNIT];
84 if (config_match(parent, cf, &eaa) > 0)
85 config_attach(parent, cf, &eaa, eumb_print);
93 struct eumb_attach_args *eaa = aux; local
96 printf("%s at %s", eaa->eumb_name, pnp);
97 if (eaa->eumb_unit != EUMBCF_UNIT_DEFAULT)
98 printf(" unit %d", eaa
[all...]
H A Dcom_eumb.c69 struct eumb_attach_args *eaa = aux; local
70 int unit = eaa->eumb_unit;
83 struct eumb_attach_args *eaa = aux; local
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 Diic_eumb.c83 struct eumb_attach_args *eaa; local
89 eaa = aux;
101 bus_space_map(eaa->eumb_bt, 0x3000, 0x20, 0, &ioh);
102 sc->sc_motoi2c.sc_iot = eaa->eumb_bt;
H A Dsatmgr.c176 struct eumb_attach_args *eaa = aux; local
177 int unit = eaa->eumb_unit;
189 struct eumb_attach_args *eaa = aux; local
213 sataddr = (eaa->eumb_unit == 0) ? 0x4500 : 0x4600;
214 sc->sc_iot = eaa->eumb_bt;
215 bus_space_map(eaa->eumb_bt, sataddr, 0x20, 0, &sc->sc_ioh);
233 epicirq = (eaa->eumb_unit == 0) ? 24 : 25;
/netbsd-6-1-5-RELEASE/sys/arch/evbppc/explora/dev/
H A Dcom_elb.c75 struct elb_attach_args *eaa = aux; local
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(eaa->elb_irq, IST_LEVEL, IPL_SERIAL, comintr, sc);
H A Delb.c131 struct elb_attach_args eaa; local
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);
151 struct elb_attach_args *eaa = aux; local
154 aprint_normal("%s at %s", eaa
[all...]
H A Dpckbc_elb.c76 struct elb_attach_args *eaa = aux; local
84 msc->sc_irq = eaa->elb_irq;
87 if (pckbc_is_console(eaa->elb_bt, eaa->elb_base)) {
95 t->t_iot = eaa->elb_bt;
96 bus_space_map(eaa->elb_bt,
97 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base), 1, 0, &t->t_ioh_d);
98 bus_space_map(eaa->elb_bt,
99 _BUS_SPACE_UNSTRIDE(eaa
[all...]
H A Dlpt_elb.c69 struct elb_attach_args *eaa = aux; local
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
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);
173 intr_establish(eaa->elb_irq, IST_LEVEL, IPL_NET, am79900_intr, sc);
H A Dfb_elb.c132 struct elb_attach_args *eaa = aux; local
140 is_console = ((void *)eaa->elb_base == console_dev.fb_vram);
150 sc->sc_fb->fb_iot = eaa->elb_bt;
151 bus_space_map(sc->sc_fb->fb_iot, eaa->elb_base, SIZE_FB,
154 bus_space_map(sc->sc_fb->fb_iot, eaa->elb_base2, FB_NPORTS,
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Djoy_eap.c92 struct joy_eap_aa *eaa = aux; local
94 if (eaa->aa_aaa.type != AUDIODEV_TYPE_AUX)
104 struct joy_eap_aa *eaa = aux; local
108 sc->sc_iot = eaa->aa_iot;
109 sc->sc_ioh = eaa->aa_ioh;
/netbsd-6-1-5-RELEASE/sys/dev/ieee1394/
H A Dfwphyreg.h68 eaa:1, member in struct:phyreg_base
94 eaa:1,
/netbsd-6-1-5-RELEASE/usr.sbin/fwctl/
H A Dfwcontrol.c600 b.wdie, b.isbr, b.ctoi, b.cpsi, b.stoi, b.pei, b.eaa, b.emc,
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/z8k/
H A Dinout.d200 284: 3eaa outb @r10,rl2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/bfin/
H A D16bit_illegals.d1885 eaa: 58 35 ILLEGAL;
3933 1eaa: 08 46 ILLEGAL;
5981 2eaa: 08 76 ILLEGAL;
8029 3eaa: 08 7e ILLEGAL;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mep/
H A Ddj1.be.d1383 eaa: d8 2b 80 00 bsrv 0xff800eae
H A Ddj1.le.d1383 eaa: 2b d8 00 80 bsrv 0xff800eae
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/tic54x/
H A Dall-opcodes.d545 217: 3eaa.*
3764 eaa: 6f90.*
7860 1eaa: 0334.*
11956 2eaa: 6fb9.*
16052 3eaa: 0f0c.*
20148 4eaa: 01e2.*
24244 5eaa: 0d00.*
28340 6eaa: 0df8.*
32436 7eaa: 6fd4.*
32895 8075: 0eaa
[all...]

Completed in 238 milliseconds