Searched refs:ia_size (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/sys/arch/x68k/dev/
H A Dcom_intio.c71 ia->ia_size = COM_PSX16550_SIZE;
82 if (bus_space_map(iot, iobase, ia->ia_size,
87 bus_space_unmap(iot, ioh, ia->ia_size);
106 if (bus_space_map(iot, iobase, ia->ia_size,
H A Dscsirom.c87 ia->ia_size = 0x1fe0;
91 if (bus_space_map(ia->ia_bst, ia->ia_addr, ia->ia_size, 0, &ioh) < 0)
94 bus_space_unmap(ia->ia_bst, ioh, ia->ia_size);
100 bus_space_unmap(ia->ia_bst, ioh, ia->ia_size);
H A Dslhci_intio.c101 ia->ia_size = SL11_PORTSIZE * 2;
102 if (bus_space_map(iot, ia->ia_addr, ia->ia_size,
110 bus_space_unmap(iot, ioh, ia->ia_size);
H A Dxel.c98 ia->ia_size = 0x4000;
198 ia->ia_size = 0x4000;
H A Dneptune.c85 ia->ia_size = 0x400;
104 ia->ia_size = 0x400;
H A Dspc.c69 ia->ia_size = 0x20;
H A Dopm.c78 ia->ia_size = 0x2000;
93 ia->ia_size = 0x2000;
102 ia->ia_addr, ia->ia_size,
H A Dbmd.c158 ia->ia_size = 2;
159 if (bus_space_map(iot, ia->ia_addr, ia->ia_size, 0, &ioh))
164 bus_space_unmap(iot, ioh, ia->ia_size);
188 ia->ia_size = 2;
189 if (bus_space_map(iot, ia->ia_addr, ia->ia_size, 0, &ioh)) {
H A Dintiovar.h54 int ia_size; member in struct:intio_attach_args
H A Dmfp.c102 ia->ia_size = 0x30;
H A Dpar.c153 ia->ia_size = 0x2000;
178 ia->ia_size = 0x2000;
186 ia->ia_addr, ia->ia_size,
H A Drtclock.c96 ia->ia_size = 0x20;
H A Dintio.c232 r = extent_alloc_region(map, ia->ia_addr, ia->ia_size, 0);
239 extent_free(map, ia->ia_addr, ia->ia_size, 0);
252 extent_free(map, ia->ia_addr, ia->ia_size, 0);
H A Dzs.c159 ia->ia_size = 8;
188 ia->ia_size = 8;
H A Dintio_dmac.c118 ia->ia_size = DMAC_CHAN_SIZE * DMAC_NCHAN;
128 bus_space_map(sc->sc_bst, ia->ia_addr, ia->ia_size, 0, &sc->sc_bht);
H A Dfd.c425 ia->ia_size = FDC_MAPSIZE;
472 if (bus_space_map(iot, ia->ia_addr, ia->ia_size,
H A Dmha.c282 ia->ia_size=0x20;
/netbsd-current/sys/arch/arm/xscale/
H A Di80312var.h175 bus_size_t ia_size; /* size of sub-device */ member in struct:iopxs_attach_args
H A Di80321var.h160 bus_size_t ia_size; /* size of sub-device */ member in struct:iopxs_attach_args
H A Di80321_i2c.c87 ia->ia_offset, ia->ia_size,
H A Di80312_i2c.c85 ia->ia_offset, ia->ia_size,
H A Di80321_aau.c167 ia->ia_offset, ia->ia_size, &sc->sc_sh);
H A Di80312.c297 ia.ia_size = id->id_size;
H A Di80321.c267 ia.ia_size = id->id_size;

Completed in 171 milliseconds