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

  /src/sys/arch/evbarm/mini2440/
if_dm_mini2440.c 66 vaddr_t ioaddr; local in function:dme_ssextio_match
75 ioaddr = sa->sa_addr;
76 if (bus_space_map(iot, ioaddr, DM9000_IOSIZE, 0, &ioh))
111 vaddr_t ioaddr; local in function:dme_ssextio_attach
122 ioaddr = sa->sa_addr;
123 if (bus_space_map(sc->sc_iot, ioaddr, DM9000_IOSIZE, 0, &sc->sc_ioh)) {
  /src/sys/arch/evbarm/smdk2xx0/
if_cs_smdk24x0.c 105 #define IOADDR(base) (base + (1<<24) + 0x0300)
118 vaddr_t ioaddr; local in function:cs_ssextio_probe
126 ioaddr = IOADDR(sa->sa_addr);
127 if (bus_space_map(iot, ioaddr, CS8900_IOSIZE, 0, &ioh))
180 vaddr_t ioaddr; local in function:cs_ssextio_attach
195 ioaddr = IOADDR(sa->sa_addr);
196 if (bus_space_map(sc->sc_iot, ioaddr, CS8900_IOSIZE, 0, &sc->sc_ioh)) {
  /src/sys/arch/alpha/jensenio/
jensenio_bus_intio.c 138 jensenio_intio_map(void *v, bus_addr_t ioaddr, bus_size_t iosize, int flags,
153 printf("intio: allocating 0x%lx to 0x%lx\n", ioaddr,
154 ioaddr + iosize - 1);
156 error = vmem_xalloc_addr(jcp->jc_io_arena, ioaddr, iosize,
167 *iohp = ALPHA_PHYS_TO_K0SEG((ioaddr << 9) + JENSEN_VL82C106);
176 bus_addr_t ioaddr; local in function:jensenio_intio_unmap
187 ioaddr = (ioh - JENSEN_VL82C106) >> 9;
190 printf("intio: freeing 0x%lx to 0x%lx\n", ioaddr, ioaddr + iosize - 1);
192 vmem_xfree(jcp->jc_io_arena, ioaddr, iosize)
    [all...]
  /src/sys/arch/ia64/ia64/
consinit.c 168 bus_addr_t ioaddr; local in function:pcdp_cninit
219 ioaddr = ((uint64_t)ent->address.addr_high << 32) |
221 comcnattach(iot, ioaddr, rate,
  /src/sys/arch/alpha/pci/
pci_bwx_bus_io_chipdep.c 335 bus_addr_t ioaddr,
380 bus_addr_t ioaddr,
392 error = __C(CHIP,_io_translate)(v, ioaddr, iosize, flags, &abst);
400 printf("io: allocating 0x%lx to 0x%lx\n", ioaddr, ioaddr + iosize - 1);
402 error = vmem_xalloc_addr(CHIP_IO_ARENA(v), ioaddr, iosize, VM_NOSLEEP);
412 *iohp = ALPHA_PHYS_TO_K0SEG(abst.abst_sys_start + ioaddr);
424 bus_addr_t ioaddr; local in function:__C
433 ioaddr = ioh - ALPHA_PHYS_TO_K0SEG(CHIP_IO_SYS_START(v));
436 printf("io: freeing 0x%lx to 0x%lx\n", ioaddr, ioaddr + iosize - 1)
468 vmem_addr_t ioaddr; local in function:__C
    [all...]
pci_swiz_bus_io_chipdep.c 373 __C(CHIP,_io_translate)(void *v, bus_addr_t ioaddr, bus_size_t iolen,
376 bus_addr_t ioend = ioaddr + (iolen - 1);
386 if (ioaddr >= CHIP_IO_W1_BUS_START(v) &&
392 if (ioaddr >= CHIP_IO_W2_BUS_START(v) &&
453 __C(CHIP,_io_map)(void *v, bus_addr_t ioaddr, bus_size_t iosize,
462 error = __C(CHIP,_io_translate)(v, ioaddr, iosize, flags, &abst);
470 printf("io: allocating 0x%lx to 0x%lx\n", ioaddr, ioaddr + iosize - 1);
472 error = vmem_xalloc_addr(CHIP_IO_ARENA(v), ioaddr, iosize, VM_NOSLEEP);
483 CHIP_ADDR_SHIFT) + (ioaddr - abst.abst_bus_start)
492 bus_addr_t ioaddr; local in function:__C
555 vmem_addr_t ioaddr; local in function:__C
    [all...]
  /src/sys/dev/pci/
siop_pci_common.c 245 bus_addr_t ioaddr, memaddr; local in function:siop_pci_attach_common
290 &iot, &ioh, &ioaddr, NULL) == 0);
299 siop_sc->sc_raddr = ioaddr;
pccbb.c 1925 bus_addr_t ioaddr; local in function:pccbb_pcmcia_io_alloc
1972 if (rbus_space_alloc(rb, start, size, mask, align, 0, &ioaddr, &ioh)) {
1976 (u_long) ioaddr, (u_long) size));
1979 ioaddr = start;
1984 (u_long) ioaddr, (u_long) size));
1989 size, align, 0, 0, &ioaddr, &ioh)) {
1994 (u_long) ioaddr, (u_long) size));
2000 pcihp->addr = ioaddr;
2057 bus_addr_t ioaddr = pcihp->addr + offset; local in function:pccbb_pcmcia_io_map
2087 win, width_names[width], (u_long) ioaddr, (u_long) size))
    [all...]
  /src/sys/arch/sparc/dev/
pckbc_js.c 106 bus_addr_t ioaddr; local in function:pckbc_obio_attach
111 ioaddr = BUS_ADDR(sa->sa_slot, sa->sa_offset);
124 pckbc_js_attach_common(jsc, iot, ioaddr, intr, isconsole);
133 bus_addr_t ioaddr; local in function:pckbc_ebus_attach
140 ioaddr = EBUS_ADDR_FROM_REG(&ea->ea_reg[0]);
154 pckbc_js_attach_common(jsc, iot, ioaddr, intr, isconsole);
160 bus_space_tag_t iot, bus_addr_t ioaddr, int intr,
173 status = pckbc_cnattach(iot, ioaddr, KBCMDP, PCKBC_KBD_SLOT, 0);
180 if (pckbc_is_console(iot, ioaddr)) {
186 if (bus_space_map(iot, ioaddr + KBDATAP, 1, 0, &ioh_d) != 0)
    [all...]
  /src/sys/arch/sparc64/dev/
pckbc_ebus.c 90 bus_addr_t ioaddr; local in function:pckbc_ebus_attach
96 ioaddr = EBUS_ADDR_FROM_REG(&ea->ea_reg[0]);
132 status = pckbc_cnattach(iot, ioaddr, KBCMDP, 0,
140 if (pckbc_is_console(iot, ioaddr)) {
146 if (bus_space_map(iot, ioaddr + KBDATAP, 1, 0, &ioh_d) != 0) {
151 if (bus_space_map(iot, ioaddr + KBCMDP, 1, 0, &ioh_c) != 0) {
161 t->t_addr = ioaddr;
205 if (bus_space_map(iot, ioaddr + TADPMU_CMD, 1, 0, &hcmd) != 0) {
210 if (bus_space_map(iot, ioaddr + TADPMU_DATA, 1, 0, &hdata) != 0) {
  /src/sys/arch/vax/vax/
autoconf.c 417 paddr_t ioaddr; local in function:booted_ra
425 ioaddr = kvtophys(pdev->mi_iph); /* Get phys addr of CSR */
426 if (rpb.devtyp == BDEV_UDA && rpb.csrphy == ioaddr)
  /src/sys/arch/vax/vsa/
dz_vsbus.c 246 paddr_t ioaddr = 0x200A0000; local in function:dzcnprobe
262 ioaddr = DZ_CSR_KA49;
267 ioaddr = DZ_CSR_KA49;
282 ioaccess(iospace, ioaddr, 1);
  /src/sys/arch/evbsh3/ap_ms104_sh4/
shpcmcia.c 714 bus_addr_t ioaddr = pihp->addr + card_addr; local in function:shpcmcia_chip_io_map
738 aprint_normal_dev(sc->sc_dev, "port 0x%0lx", (u_long)ioaddr);
740 aprint_normal("-0x%lx", (u_long) ioaddr + (u_long) size - 1);
743 h->io[win].addr = ioaddr;
  /src/sys/arch/atari/atari/
atari_init.c 950 vaddr_t ioaddr; local in function:map_io_areas
956 ioaddr = ((ptsize / sizeof(pt_entry_t)) - ptextra) * PAGE_SIZE;
961 stio_addr = ioaddr;
962 ioaddr += STIO_SIZE;
988 pci_conf_addr = ioaddr;
989 ioaddr += PCI_CONFIG_SIZE;
1000 pci_io_addr = ioaddr;
1001 ioaddr += PCI_IO_SIZE;
1010 pci_mem_addr = ioaddr;
1012 pci_mem_uncached = ioaddr;
    [all...]
  /src/sys/arch/mmeye/dev/
mmeyepcmcia.c 793 bus_addr_t ioaddr; local in function:mmeyepcmcia_chip_io_alloc
798 ioaddr = h->sc->iobase + start;
800 ioaddr, size));
804 pcihp->addr = ioaddr;
  /src/sys/dev/ic/
i82365.c 1057 bus_addr_t ioaddr; local in function:pcic_chip_io_alloc
1068 ioaddr = start;
1072 (u_long) ioaddr, (u_long) size));
1077 &ioaddr, &ioh))
1080 (u_long) ioaddr, (u_long) size));
1085 pcihp->addr = ioaddr;
1182 bus_addr_t ioaddr = pcihp->addr + offset; local in function:pcic_chip_io_map
1211 win, width_names[width], (u_long) ioaddr, (u_long) size));
1215 printf("%s: port 0x%lx", device_xname(sc->dev), (u_long) ioaddr);
1217 printf("-0x%lx", (u_long) ioaddr + (u_long) size - 1)
    [all...]
tcic2.c 948 bus_addr_t ioaddr; local in function:tcic_chip_io_alloc
979 ioaddr = start;
983 (u_long) ioaddr, (u_long) size));
988 &ioaddr, &ioh))
991 (u_long) ioaddr, (u_long) size));
996 pcihp->addr = ioaddr;
1080 bus_addr_t ioaddr = pcihp->addr + offset; local in function:tcic_chip_io_map
1108 win, width_names[width], (u_long) ioaddr, (u_long) size));
1112 printf("%s: port 0x%lx", device_xname(h->sc->sc_dev), (u_long) ioaddr);
1114 printf("-0x%lx", (u_long) ioaddr + (u_long) size - 1)
    [all...]

Completed in 24 milliseconds