Searched refs:caa (Results 1 - 25 of 31) sorted by relevance

12

/netbsd-current/sys/dev/ic/
H A Dcom_cpcbus.c62 struct cpcbus_attach_args *caa = aux; local
64 return (strcmp(caa->cpca_name, "com") == 0);
70 struct cpcbus_attach_args *caa = aux; local
72 int iobase = caa->cpca_addr;
73 int irq = caa->cpca_irq;
78 if (!com_is_console(caa->cpca_tag, iobase, &ioh) &&
79 bus_space_map(caa->cpca_tag, iobase, COM_NPORTS, 0, &ioh)) {
83 com_init_regs(&sc->sc_com.sc_regs, caa->cpca_tag, ioh, iobase);
85 sc->sc_com.sc_frequency = CPC_COM_SPEED(caa->cpca_freq);
H A Dtimer_cpcbus.c55 struct cpcbus_attach_args *caa = aux; local
57 return (strcmp(caa->cpca_name, "cpctim") == 0);
64 struct cpcbus_attach_args *caa = aux;
66 int addr = caa->cpca_addr;
67 int irq = caa->cpca_irq;
H A Diic_cpcbus.c58 struct cpcbus_attach_args *caa = aux; local
60 return (strcmp(caa->cpca_name, "cpciic") == 0);
66 struct cpcbus_attach_args *caa = aux; local
69 sc->sc_iot = caa->cpca_tag;
70 if (bus_space_map(sc->sc_iot, caa->cpca_addr, CPC_IIC_SIZE, 0,
H A Dcpc700.c100 struct cpcbus_attach_args *caa = aux; local
103 aprint_normal("%s at %s", caa->cpca_name, pnp);
105 aprint_normal(" addr 0x%08x", caa->cpca_addr);
106 if (caa->cpca_irq != CPCBUSCF_IRQ_DEFAULT)
107 aprint_normal(" irq %d", caa->cpca_irq);
116 struct cpcbus_attach_args *caa = aux; local
118 if (cf->cf_loc[CPCBUSCF_ADDR] != caa->cpca_addr)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dcaa_257.c450 dns_rdata_caa_t *caa = source; local
455 REQUIRE(caa != NULL);
456 REQUIRE(caa->common.rdtype == type);
457 REQUIRE(caa->common.rdclass == rdclass);
458 REQUIRE(caa->tag != NULL && caa->tag_len != 0);
459 REQUIRE(caa->value != NULL);
467 RETERR(uint8_tobuffer(caa->flags, target));
472 RETERR(uint8_tobuffer(caa->tag_len, target));
477 region.base = caa
496 dns_rdata_caa_t *caa = target; local
555 dns_rdata_caa_t *caa = (dns_rdata_caa_t *)source; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dcaa_257.c450 dns_rdata_caa_t *caa = source; local
455 REQUIRE(caa != NULL);
456 REQUIRE(caa->common.rdtype == type);
457 REQUIRE(caa->common.rdclass == rdclass);
458 REQUIRE(caa->tag != NULL && caa->tag_len != 0);
459 REQUIRE(caa->value != NULL);
467 RETERR(uint8_tobuffer(caa->flags, target));
472 RETERR(uint8_tobuffer(caa->tag_len, target));
477 region.base = caa
496 dns_rdata_caa_t *caa = target; local
555 dns_rdata_caa_t *caa = (dns_rdata_caa_t *)source; local
[all...]
/netbsd-current/sys/arch/amiga/clockport/
H A Dflipper.c38 * - interrupts: caa->cp_intr_establish(dspintr, sc);
64 struct clockport_attach_args *caa = aux; local
68 bus_space_map(caa->cp_iot, 0, FLIPPER_REGSIZE, 0, &ioh);
70 delfinaver = bus_space_read_1(caa->cp_iot, ioh, FLIPPER_HOSTCTL);
75 bus_space_unmap(caa->cp_iot, ioh, FLIPPER_REGSIZE);
87 struct clockport_attach_args *caa = aux; local
89 sc->sc_iot = caa->cp_iot;
H A Dcom_ss.c66 struct clockport_attach_args *caa = aux; local
73 bus_space_map(caa->cp_iot, 0, COM_SS_REGS, 0, &ioh);
75 com_init_regs(&sc->sc_regs, caa->cp_iot, ioh, 0 /* off */);
79 caa->cp_intr_establish(comintr, sc);
/netbsd-current/sys/arch/x86/x86/
H A Dmainbus.c192 struct cpu_attach_args caa; local
194 memset(&caa, 0, sizeof(caa));
195 caa.cpu_number = 0;
196 caa.cpu_role = CPU_ROLE_SP;
197 caa.cpu_func = 0;
199 config_found(self, &caa, mainbus_cpu_print,
H A Dmpacpi.c150 struct cpu_attach_args *caa = aux; local
154 aprint_normal(" apid %d", caa->cpu_number);
365 struct cpu_attach_args caa; local
379 caa.cpu_role = CPU_ROLE_AP;
381 caa.cpu_role = CPU_ROLE_BP;
382 caa.cpu_id = lapic->ProcessorId;
383 caa.cpu_number = lapic->Id;
384 caa.cpu_func = &mp_cpu_funcs;
385 locs[CPUBUSCF_APID] = caa.cpu_number;
386 config_found(parent, &caa, mpacpi_cpuprin
[all...]
H A Dmpbios.c226 struct cpu_attach_args *caa = aux; local
230 aprint_normal(" apid %d", caa->cpu_number);
800 struct cpu_attach_args caa; local
812 caa.cpu_role = CPU_ROLE_BP;
814 caa.cpu_role = CPU_ROLE_AP;
816 caa.cpu_id = entry->apic_id;
817 caa.cpu_number = entry->apic_id;
818 caa.cpu_func = &mp_cpu_funcs;
819 locs[CPUBUSCF_APID] = caa.cpu_number;
821 config_found(self, &caa, mp_cpuprin
[all...]
H A Dcpu.c344 struct cpu_attach_args *caa = aux; local
348 int cpunum = caa->cpu_number;
367 if (caa->cpu_role == CPU_ROLE_AP) {
383 caa->cpu_role == CPU_ROLE_SP ? "Single" : "Boot");
406 ci->ci_acpiid = caa->cpu_id;
407 ci->ci_cpuid = caa->cpu_number;
408 ci->ci_func = caa->cpu_func;
415 if (caa->cpu_role == CPU_ROLE_AP) {
466 if (caa->cpu_role != CPU_ROLE_SP) {
480 switch (caa
[all...]
/netbsd-current/sys/dev/hdmicec/
H A Dhdmicec.c93 struct hdmicec_attach_args *caa = opaque; local
96 sc->sc_priv = caa->priv;
97 sc->sc_hwif = caa->hwif;
/netbsd-current/sys/dev/cardbus/
H A Drbus_ppb.c187 struct cardbus_attach_args *caa; member in struct:rbus_pci_addr_fixup_context
220 struct cardbus_attach_args *caa,
233 rct.caa=caa;
288 if(!caa->ca_rbus_iot) {
293 if(rbus_space_alloc(caa->ca_rbus_iot, 0,
303 rct.iobustags[minbus]=rbus_new(caa->ca_rbus_iot,
312 if(rbus_space_alloc(caa->ca_rbus_memt, 0,
323 rct.membustags[minbus]=rbus_new(caa->ca_rbus_memt,
216 rbus_pci_addr_fixup(struct ppb_cardbus_softc *csc, cardbus_chipset_tag_t ct, struct cardbus_softc *sc, pci_chipset_tag_t pc, struct cardbus_attach_args *caa, int minbus, const int maxbus) argument
H A Dcardslot.c90 struct cardslot_attach_args *caa = aux; local
92 if (caa->caa_cb_attach == NULL && caa->caa_16_attach == NULL) {
118 struct cardslot_attach_args *caa = aux; local
120 struct cbslot_attach_args *cba = caa->caa_cb_attach;
121 struct pcmciabus_attach_args *pa = caa->caa_16_attach;
/netbsd-current/sys/arch/arm/nvidia/
H A Dtegra_cec.c133 struct hdmicec_attach_args caa; local
199 memset(&caa, 0, sizeof(caa));
200 caa.priv = sc;
201 caa.hwif = &tegra_cec_hw_if;
202 sc->sc_cecdev = config_found(self, &caa, NULL, CFARGS_NONE);
/netbsd-current/sys/arch/xen/x86/
H A Dcpu.c198 struct cpu_attach_args *caa = aux; local
232 ci->ci_acpiid = caa->cpu_id;
233 ci->ci_cpuid = caa->cpu_number;
367 struct cpu_attach_args *caa = aux; local
370 int cpunum = caa->cpu_number;
379 if (caa->cpu_role == CPU_ROLE_AP) {
388 caa->cpu_role == CPU_ROLE_SP ? "Single" : "Boot");
404 ci->ci_func = caa->cpu_func;
410 if (caa->cpu_role == CPU_ROLE_AP) {
458 switch (caa
[all...]
/netbsd-current/sys/arch/macppc/dev/
H A Dcuda.c175 static struct cuda_attach_args caa; local
251 caa.cookie = sc;
252 caa.set_handler = cuda_set_handler;
253 caa.send = cuda_send;
254 caa.poll = cuda_poll;
256 config_found(self, &caa, cuda_print, CFARGS_NONE);
291 cuda0 = &caa;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d621 const int[int] caa;
622 static assert(is(typeof(caa.byValue().front) == const int));
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d622 const int[int] caa;
623 static assert(is(typeof(caa.byValue().front) == const int));
/netbsd-current/sys/dev/pci/
H A Dpccbb.c586 struct cardslot_attach_args caa; local
673 caa.caa_cb_attach = NULL;
678 caa.caa_cb_attach = &cba;
679 caa.caa_16_attach = &paa;
683 if (NULL != (csc = config_found(self, &caa, cbbprint,
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z8k/
H A Dinout.d38 3c: 3caa inb rl2,@r10
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/epiphany/
H A Dallinsn.d1202 caa: b4bb 2400 sub sp,sp,1
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dmicromips@msa.d167 [0-9a-f]+ <[^>]*> 5ad4 9caa min_u\.w \$w18,\$w19,\$w20
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-z8k/
H A Dcalr-back-8001.d1637 1caa: 8d07 nop

Completed in 336 milliseconds

12