Home
last modified time | relevance | path

Searched refs:eaa (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/evbppc/explora/dev/
H A Dpckbc_elb.c76 struct elb_attach_args *eaa = aux; in pckbc_elb_attach() local
84 msc->sc_irq = eaa->elb_irq; in pckbc_elb_attach()
87 if (pckbc_is_console(eaa->elb_bt, in pckbc_elb_attach()
88 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base))) { in pckbc_elb_attach()
94 t->t_iot = eaa->elb_bt; in pckbc_elb_attach()
95 bus_space_map(eaa->elb_bt, in pckbc_elb_attach()
96 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base), 1, 0, in pckbc_elb_attach()
98 bus_space_map(eaa->elb_bt, in pckbc_elb_attach()
99 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base2), 1, 0, in pckbc_elb_attach()
101 t->t_addr = eaa->elb_base; in pckbc_elb_attach()
H A Delb.c131 struct elb_attach_args eaa; in elb_attach() local
137 eaa.elb_name = elb->elb_name; in elb_attach()
138 eaa.elb_bt = elb_get_bus_space_tag(elb->elb_addr); in elb_attach()
139 eaa.elb_dmat = &elb_bus_dma_tag; in elb_attach()
140 eaa.elb_base = elb->elb_addr; in elb_attach()
141 eaa.elb_base2 = elb->elb_addr2; in elb_attach()
142 eaa.elb_irq = elb->elb_irq; in elb_attach()
144 (void) config_found(self, &eaa, elb_print, CFARGS_NONE); in elb_attach()
151 struct elb_attach_args *eaa = aux; in elb_print() local
154 aprint_normal("%s at %s", eaa->elb_name, pnp); in elb_print()
[all …]
H A Dcom_elb.c62 struct elb_attach_args *eaa = aux; in com_elb_probe() local
64 if (strcmp(eaa->elb_name, cf->cf_name) != 0) in com_elb_probe()
75 struct elb_attach_args *eaa = aux; in com_elb_attach() local
80 bus_space_map(eaa->elb_bt, in com_elb_attach()
81 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base), in com_elb_attach()
83 com_init_regs(&sc->sc_regs, eaa->elb_bt, ioh, in com_elb_attach()
84 _BUS_SPACE_UNSTRIDE(eaa->elb_bt, eaa->elb_base)); in com_elb_attach()
90 intr_establish_xname(eaa->elb_irq, IST_LEVEL, IPL_SERIAL, comintr, sc, in com_elb_attach()
H A Dlpt_elb.c69 struct elb_attach_args *eaa = aux; in lpt_elb_attach() local
72 sc->sc_iot = eaa->elb_bt; in lpt_elb_attach()
74 _BUS_SPACE_UNSTRIDE(sc->sc_iot, eaa->elb_base), LPT_NPORTS, in lpt_elb_attach()
H A Dle_elb.c98 struct elb_attach_args *eaa = aux; in le_elb_attach() local
108 msc->sc_iot = eaa->elb_bt; in le_elb_attach()
109 msc->sc_dmat = eaa->elb_dmat; in le_elb_attach()
111 bus_space_map(msc->sc_iot, eaa->elb_base, LE_NPORTS, 0, &msc->sc_ioh); in le_elb_attach()
171 intr_establish_xname(eaa->elb_irq, IST_LEVEL, IPL_NET, am79900_intr, in le_elb_attach()
H A Dfb_elb.c179 struct elb_attach_args *eaa = aux; in fb_elb_attach() local
186 is_console = ((void *)eaa->elb_base == console_dev.fb_vram); in fb_elb_attach()
193 sc->sc_fb->fb_iot = eaa->elb_bt; in fb_elb_attach()
194 bus_space_map(sc->sc_fb->fb_iot, eaa->elb_base2, FB_NPORTS, in fb_elb_attach()
199 sc->sc_fbbase = eaa->elb_base; in fb_elb_attach()
/netbsd-src/sys/arch/sandpoint/sandpoint/
H A Deumb.c80 struct eumb_attach_args eaa; in eumb_search() local
82 eaa.eumb_name = cf->cf_name; in eumb_search()
83 eaa.eumb_bt = ma->ma_bst; in eumb_search()
84 eaa.eumb_unit = cf->cf_loc[EUMBCF_UNIT]; in eumb_search()
85 if (config_probe(parent, cf, &eaa)) in eumb_search()
86 config_attach(parent, cf, &eaa, eumb_print, CFARGS_NONE); in eumb_search()
94 struct eumb_attach_args *eaa = aux; in eumb_print() local
97 printf("%s at %s", eaa->eumb_name, pnp); in eumb_print()
98 if (eaa->eumb_unit != EUMBCF_UNIT_DEFAULT) in eumb_print()
99 printf(" unit %d", eaa->eumb_unit); in eumb_print()
H A Dcom_eumb.c69 struct eumb_attach_args *eaa = aux; in com_eumb_match() local
70 int unit = eaa->eumb_unit; in com_eumb_match()
83 struct eumb_attach_args *eaa = aux; in com_eumb_attach() local
91 comaddr = (eaa->eumb_unit == 1) ? 0x4600 : 0x4500; in com_eumb_attach()
92 if (com_is_console(eaa->eumb_bt, comaddr, &ioh)) { in com_eumb_attach()
96 bus_space_map(eaa->eumb_bt, comaddr, COM_NPORTS, 0, &ioh); in com_eumb_attach()
97 com_init_regs(&sc->sc_regs, eaa->eumb_bt, ioh, comaddr); in com_eumb_attach()
100 epicirq = (eaa->eumb_unit == 1) ? 25 : 24; in com_eumb_attach()
H A Diic_eumb.c60 struct eumb_attach_args *eaa = aux; in iic_eumb_attach() local
72 bus_space_map(eaa->eumb_bt, 0x3000, 0x20, 0, &ioh); in iic_eumb_attach()
73 sc->sc_iot = eaa->eumb_bt; in iic_eumb_attach()
H A Dsatmgr.c194 struct eumb_attach_args *eaa = aux; in satmgr_match() local
195 int unit = eaa->eumb_unit; in satmgr_match()
207 struct eumb_attach_args *eaa = aux; in satmgr_attach() local
232 sataddr = (eaa->eumb_unit == 0) ? 0x4500 : 0x4600; in satmgr_attach()
233 sc->sc_iot = eaa->eumb_bt; in satmgr_attach()
234 bus_space_map(eaa->eumb_bt, sataddr, 0x20, 0, &sc->sc_ioh); in satmgr_attach()
254 epicirq = (eaa->eumb_unit == 0) ? 24 : 25; in satmgr_attach()
/netbsd-src/sys/arch/evbppc/wii/dev/
H A Dexi.c158 struct exi_attach_args eaa = {}; in exi_rescan() local
175 eaa.eaa_id = id; in exi_rescan()
176 eaa.eaa_chan = chan; in exi_rescan()
177 eaa.eaa_device = dev; in exi_rescan()
179 ch->ch_child[dev] = config_found(self, &eaa, exi_print, in exi_rescan()
191 struct exi_attach_args *eaa = aux; in exi_print() local
194 aprint_normal("EXI device 0x%08x at %s", eaa->eaa_id, pnp); in exi_print()
197 aprint_normal(" addr %u-%u", eaa->eaa_chan, eaa->eaa_device); in exi_print()
H A Drtcsram.c94 struct exi_attach_args * const eaa = aux; in rtcsram_match() local
96 return eaa->eaa_id == WII_RTCSRAM_ID; in rtcsram_match()
103 struct exi_attach_args * const eaa = aux; in rtcsram_attach() local
108 sc->sc_chan = eaa->eaa_chan; in rtcsram_attach()
109 sc->sc_device = eaa->eaa_device; in rtcsram_attach()
/netbsd-src/sys/dev/pci/
H A Djoy_eap.c93 struct joy_eap_aa *eaa = aux; in joy_eap_match() local
95 if (eaa->aa_aaa.type != AUDIODEV_TYPE_AUX) in joy_eap_match()
105 struct joy_eap_aa *eaa = aux; in joy_eap_attach() local
109 sc->sc_iot = eaa->aa_iot; in joy_eap_attach()
110 sc->sc_ioh = eaa->aa_ioh; in joy_eap_attach()
/netbsd-src/sys/dev/ieee1394/
H A Dfwphyreg.h68 eaa:1, member
94 eaa:1,
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Ducnid.tab93 0ea7 0eaa-0eab 0ead-0eae 0eb0-0eb9 0ebb-0ebd 0ec0-0ec4 0ec6 0ec8-0ecd
190 0ea7 0eaa-0eab 0ead-0eb0 0eb2 0eb3 0ebd 0ec0-0ec4 0ec6
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Ducnid.tab93 0ea7 0eaa-0eab 0ead-0eae 0eb0-0eb9 0ebb-0ebd 0ec0-0ec4 0ec6 0ec8-0ecd
190 0ea7 0eaa-0eab 0ead-0eb0 0eb2 0eb3 0ebd 0ec0-0ec4 0ec6
/netbsd-src/usr.sbin/fwctl/
H A Dfwcontrol.c600 b.wdie, b.isbr, b.ctoi, b.cpsi, b.stoi, b.pei, b.eaa, b.emc, in dump_phy_registers()