Home
last modified time | relevance | path

Searched refs:cba (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/sys/dev/ic/
H A Dcpc700.c75 struct cpcbus_attach_args cba; member
166 aa.cba.cpca_tag = mem; in cpc_attach()
167 aa.cba.cpca_freq = freq; in cpc_attach()
169 aa.cba.cpca_name = devs[i].name; in cpc_attach()
170 aa.cba.cpca_addr = devs[i].addr; in cpc_attach()
171 aa.cba.cpca_irq = devs[i].irq; in cpc_attach()
172 config_found(self, &aa.cba, cpc_print, in cpc_attach()
/netbsd-src/sys/arch/i386/pci/
H A Dgeode.c104 uint32_t cba; in geode_gcb_attach() local
107 cba = pci_conf_read(pa->pa_pc, pa->pa_tag, SC1100_XBUS_CBA_SCRATCHPAD); in geode_gcb_attach()
109 if (bus_space_map(sc->sc_iot, (bus_addr_t)cba, SC1100_GCB_SIZE, 0, in geode_gcb_attach()
116 device_xname(self), SC1100_GCB_SIZE, cba)); in geode_gcb_attach()
/netbsd-src/sys/dev/fdt/
H A Dfdt_subr.c238 uint64_t cba, pba, cl; in fdtbus_decode_range() local
239 cba = fdtbus_get_cells(buf, addr_cells); in fdtbus_decode_range()
247 …n", __func__, fdt_get_name(fdtbus_get_data(), fdtbus_phandle2offset(phandle), NULL), cba, pba, cl); in fdtbus_decode_range()
250 if (paddr >= cba && paddr < cba + cl) in fdtbus_decode_range()
251 return fdtbus_decode_range(parent, pba) + (paddr - cba); in fdtbus_decode_range()
H A Dfdtbus.c269 const uint64_t cba = fdtbus_get_cells(data, addr_cells); in fdt_dma_translate() local
277 (*ranges)[n].dr_busbase = cba; in fdt_dma_translate()
/netbsd-src/sys/arch/hpcmips/tx/
H A Dtx39biu.c129 struct csbus_attach_args cba; in tx39biu_callback() local
131 cba.cba_busname = "txcsbus"; in tx39biu_callback()
132 cba.cba_tc = sc->sc_tc; in tx39biu_callback()
133 config_found(self, &cba, tx39biu_print, CFARGS_NONE); in tx39biu_callback()
H A Dtxcsbus.c116 struct csbus_attach_args *cba = aux; in txcsbus_match() local
119 if (strcmp(cba->cba_busname, cf->cf_name)) in txcsbus_match()
135 struct csbus_attach_args *cba = aux; in txcsbus_attach() local
138 sc->sc_tc = cba->cba_tc; in txcsbus_attach()
/netbsd-src/sys/dev/cardbus/
H A Dcardslot.c120 struct cbslot_attach_args *cba = caa->caa_cb_attach; in cardslotattach() local
139 if (cba != NULL) { in cardslotattach()
140 csc = device_private(config_found(self, cba, cardslot_cb_print, in cardslotattach()
222 struct cbslot_attach_args *cba = aux; in cardslot_cb_print() local
226 pnp, cba->cba_bus); in cardslot_cb_print()
H A Dcardbus.c110 struct cbslot_attach_args *cba = aux; in cardbusattach() local
114 sc->sc_bus = cba->cba_bus; in cardbusattach()
115 sc->sc_cacheline = cba->cba_cacheline; in cardbusattach()
116 sc->sc_max_lattimer = MIN(0xf8, cba->cba_max_lattimer); in cardbusattach()
125 sc->sc_iot = cba->cba_iot; /* CardBus I/O space tag */ in cardbusattach()
126 sc->sc_memt = cba->cba_memt; /* CardBus MEM space tag */ in cardbusattach()
127 sc->sc_dmat = cba->cba_dmat; /* DMA tag */ in cardbusattach()
128 sc->sc_cc = cba->cba_cc; in cardbusattach()
129 sc->sc_cf = cba->cba_cf; in cardbusattach()
131 sc->sc_rbus_iot = cba->cba_rbus_iot; in cardbusattach()
[all …]
/netbsd-src/sys/dev/pci/
H A Dpccbb.c584 struct cbslot_attach_args cba; in pccbb_pci_callback() local
648 cba.cba_iot = sc->sc_iot; in pccbb_pci_callback()
649 cba.cba_memt = sc->sc_memt; in pccbb_pci_callback()
650 cba.cba_dmat = sc->sc_dmat; in pccbb_pci_callback()
651 cba.cba_bus = (busreg >> 8) & 0x0ff; in pccbb_pci_callback()
652 cba.cba_cc = (void *)sc; in pccbb_pci_callback()
653 cba.cba_cf = &pccbb_funcs; in pccbb_pci_callback()
656 cba.cba_rbus_iot = sc->sc_rbus_iot; in pccbb_pci_callback()
657 cba.cba_rbus_memt = sc->sc_rbus_memt; in pccbb_pci_callback()
660 cba.cba_cacheline = PCI_CACHELINE(bhlc); in pccbb_pci_callback()
[all …]
H A Dcs428x.h150 uint32_t cba; member
H A Dcs4280.c742 sc->sc_suspend_state.cs4280.cba = BA1READ4(sc, CS4280_CBA); in cs4280_suspend()
746 sc->sc_suspend_state.cs4280.cba)); in cs4280_suspend()
789 sc->sc_suspend_state.cs4280.cba)); in cs4280_resume()
791 BA1WRITE4(sc, CS4280_CBA, sc->sc_suspend_state.cs4280.cba); in cs4280_resume()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfunctional.d563 alias cba = reverseArgs!abc; variable
564 assert(abc(91, 17, 32) == cba(32, 17, 91));
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfunctional.d606 alias cba = reverseArgs!abc; variable
607 assert(abc(91, 17, 32) == cba(32, 17, 91));
/netbsd-src/share/misc/
H A Ddomains233 .cba COMMONWEALTH BANK OF AUSTRALIA
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A DChangeLog-91033092 * sparc.h: fba and cba are now aliases for fb and cb respectively.
/netbsd-src/external/gpl3/gdb/dist/include/opcode/
H A DChangeLog-91033092 * sparc.h: fba and cba are now aliases for fb and cb respectively.
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A DChangeLog-91033092 * sparc.h: fba and cba are now aliases for fb and cb respectively.
/netbsd-src/external/gpl3/gdb.old/dist/include/opcode/
H A DChangeLog-91033092 * sparc.h: fba and cba are now aliases for fb and cb respectively.