Lines Matching defs:sram_io
191 struct sram_io *sram_io;
200 sram_io = (struct sram_io *)data;
201 if (sram_io == NULL)
211 ("Sram ioctl SIOGSRAM offset=%x\n", sram_io->offset));
212 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
214 bus_space_read_region_1(sc->sc_iot, sc->sc_ioh, sram_io->offset,
215 (uint8_t *)&sram_io->sram, SRAM_IO_SIZE);
223 ("Sram ioctl SIOPSRAM offset=%x\n", sram_io->offset));
224 if (sram_io->offset + SRAM_IO_SIZE > SRAM_SIZE)
234 sram_io->offset, (uint8_t *)&sram_io->sram,