HomeSort by: relevance | last modified time | path
    Searched defs:eaa (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/arch/evbppc/explora/dev/
lpt_elb.c 69 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,
com_elb.c 62 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->elb_irq, IST_LEVEL, IPL_SERIAL, comintr, sc
    [all...]
pckbc_elb.c 76 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->elb_bt
    [all...]
elb.c 131 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->elb_name, pnp)
    [all...]
le_elb.c 98 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,
fb_elb.c 179 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/arch/sandpoint/sandpoint/
eumb.c 80 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->eumb_unit)
    [all...]
iic_eumb.c 60 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;
com_eumb.c 69 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;
satmgr.c 194 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/dev/pci/
joy_eap.c 93 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/wii/dev/
rtcsram.c 95 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;
exi.c 158 struct exi_attach_args eaa = {}; local in function:exi_rescan
175 eaa.eaa_id = id;
176 eaa.eaa_chan = chan;
177 eaa.eaa_device = dev;
179 ch->ch_child[dev] = config_found(self, &eaa, exi_print,
191 struct exi_attach_args *eaa = aux; local in function:exi_print
194 aprint_normal("EXI device 0x%08x at %s", eaa->eaa_id, pnp);
197 aprint_normal(" addr %u-%u", eaa->eaa_chan, eaa->eaa_device);
  /src/sys/dev/ieee1394/
fwphyreg.h 68 eaa:1, member in struct:phyreg_base
94 eaa:1,

Completed in 49 milliseconds