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

  /src/sys/arch/hpcmips/stand/
Makefile 10 all: winfiles optfiles rom-boot
30 rom-boot:
  /src/sys/arch/luna68k/dev/xplx/
Makefile 12 xplx.rom xplx.lst: xplx.asm
13 ${ZASM} -uwy xplx.asm || (rm -f xplx.rom xplx.lst ; exit 1)
15 xplx.inc: xplx.rom
16 ${TOOL_HEXDUMP} -Cv xplx.rom | ${TOOL_AWK} -f cdump.awk > ${.TARGET}.tmp
28 rm -f xplxfirm.o xplx.rom xplx.lst xplx.inc
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_shadowpci.c 38 void __iomem *rom; member in struct:priv
47 memcpy_fromio(bios->data + offset, priv->rom + offset, length);
57 pci_unmap_rom(priv->pdev, priv->rom);
79 (priv->rom = pci_map_rom(pdev, &priv->size))) {
115 (priv->rom = pci_platform_rom(pdev, &priv->size)))
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_kms.c 44 struct qxl_rom *rom = qdev->rom; local in function:qxl_check_device
46 if (rom->magic != 0x4f525851) {
47 DRM_ERROR("bad rom signature %x\n", rom->magic);
51 DRM_INFO("Device Version %d.%d\n", rom->id, rom->update_id);
52 DRM_INFO("Compression level %d log level %d\n", rom->compression_level,
53 rom->log_level);
55 rom->num_io_pages, rom->pages_offset)
    [all...]
qxl_drv.h 208 struct qxl_rom *rom; member in struct:qxl_device
  /src/sys/dev/usb/
aubtfwlreg.h 17 uint32_t rom; member in struct:ar3k_version
if_urtwnvar.h 178 struct r92c_rom rom; member in struct:urtwn_softc
if_urtwn.c 1317 uint8_t *rom = (uint8_t *)&sc->rom; local in function:urtwn_efuse_read
1329 memset(&sc->rom, 0xff, sizeof(sc->rom));
1341 rom[off * 8 + i * 2 + 0] = urtwn_efuse_read_1(sc, addr);
1343 rom[off * 8 + i * 2 + 1] = urtwn_efuse_read_1(sc, addr);
1348 /* Dump ROM content. */
1349 for (i = 0; i < (int)sizeof(sc->rom); i++)
1350 DPRINTFN(DBG_INIT, "%04jx: %02jx", i, rom[i], 0, 0);
1497 struct r92c_rom *rom = &sc->rom local in function:urtwn_read_rom
1532 uint8_t *rom = sc->r88e_rom; local in function:urtwn_r88e_read_rom
4268 struct r92c_rom *rom = &sc->rom; local in function:urtwn_get_txpower
    [all...]
  /src/sys/arch/amiga/amiga/
cfdev.h 59 struct expanrom rom; /* 16 */ member in struct:cfdev
  /src/sys/dev/pci/
genfb_pci.c 103 pcireg_t rom; local in function:pci_genfb_attach
158 rom = pci_conf_read(sc->sc_pc, sc->sc_pcitag, bar);
159 if ((bar == PCI_MAPREG_ROM) && (rom != 0)) {
160 rom |= PCI_MAPREG_ROM_ENABLE;
161 pci_conf_write(sc->sc_pc, sc->sc_pcitag, bar, rom);
163 sc->sc_bars[(bar - PCI_MAPREG_START) >> 2] = rom;
327 /* maybe the ROM BAR too? */
pci_map.c 407 * This covers ROM as well. We allow any user-specified
617 /* Enable the ROM address decoder, if necessary. */
684 * no upper bound check; i cannot imagine a 4GB ROM, but
692 struct pci_rom rom; local in function:pci_find_rom
699 /* no warning: quite possibly ROM is simply not populated */
706 printf("pci_find_rom: rom data ptr out of range\n");
710 rom.rom_signature = bus_space_read_4(bst, bsh, ptr);
711 rom.rom_vendor = bus_space_read_2(bst, bsh, ptr +
713 rom.rom_product = bus_space_read_2(bst, bsh, ptr +
715 rom.rom_class = bus_space_read_1(bst, bsh
    [all...]
if_rtwnreg.h 196 struct r92c_rom rom; member in struct:rtwn_softc
if_rtwn.c 909 uint8_t *rom = (uint8_t *)&sc->rom; local in function:rtwn_efuse_read
917 memset(&sc->rom, 0xff, sizeof(sc->rom));
928 rom[off * 8 + i * 2 + 0] = rtwn_efuse_read_1(sc, addr);
930 rom[off * 8 + i * 2 + 1] = rtwn_efuse_read_1(sc, addr);
936 /* Dump ROM content. */
938 for (i = 0; i < sizeof(sc->rom); i++)
939 printf("%02x:", rom[i]);
1008 struct r92c_rom *rom = &sc->rom local in function:rtwn_read_rom
2980 struct r92c_rom *rom = &sc->rom; local in function:rtwn_get_txpower
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4725b.dtsi 370 rom: memory@1fc00000 { label
371 compatible = "mtd-rom";
jz4770.dtsi 463 rom: memory@1fc00000 { label
464 compatible = "mtd-rom";
  /src/sys/arch/hppa/dev/
sti_sgc.c 74 #define STI_ID_FDDI 0x280b31af /* Medusa FDDI ROM id */
118 * Locate STI ROM.
124 paddr_t rom; local in function:sti_sgc_getrom
128 rom = PAGE0->pd_resv2[1];
139 rom = 0;
142 if (rom < HPPA_IOBEGIN) {
144 rom = ca->ca_addrs[0].addr;
146 rom = ca->ca_hpa;
149 return rom;
157 paddr_t rom; local in function:sti_sgc_probe
242 paddr_t rom; local in function:sti_sgc_attach
    [all...]
gftfb.c 66 /* stuff we need in order to use the STI ROM */
181 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_read4
182 bus_space_tag_t memt = rom->memt;
183 bus_space_handle_t memh = rom->regh[2];
190 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_write4
191 bus_space_tag_t memt = rom->memt;
192 bus_space_handle_t memh = rom->regh[2];
199 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_read1
200 bus_space_tag_t memt = rom->memt;
201 bus_space_handle_t memh = rom->regh[2]
208 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_write1
219 struct sti_rom *rom; local in function:gftfb_attach
656 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_setup
880 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_mmap
    [all...]
hyperfb.c 249 paddr_t rom; local in function:hyperfb_match
263 rom = ca->ca_addrs[0].addr;
265 rom = ca->ca_hpa;
267 DPRINTF("%s: hpa=%x, rom=%x\n", __func__, (uint)ca->ca_hpa,
268 (uint)rom);
271 if (bus_space_map(ca->ca_iot, rom, STI_ROMSIZE, 0, &romh)) {
272 DPRINTF("%s: can't map rom space (%d)\n", __func__, rv);
274 if ((rom & HPPA_IOBEGIN) == HPPA_IOBEGIN) {
275 romh = rom;
308 ca->ca_addrs[ca->ca_naddrs].addr = rom;
328 paddr_t rom; local in function:hyperfb_attach
    [all...]
summitfb.c 71 /* stuff we need in order to use the STI ROM */
195 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:summitfb_read4
196 bus_space_tag_t memt = rom->memt;
197 bus_space_handle_t memh = rom->regh[2];
205 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:summitfb_write4
206 bus_space_tag_t memt = rom->memt;
207 bus_space_handle_t memh = rom->regh[2];
237 struct sti_rom *rom; local in function:summitfb_attach
262 rom = kmem_zalloc(sizeof(*rom), KM_SLEEP)
900 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:summitfb_mmap
    [all...]
  /src/sys/dev/onewire/
onewire.c 349 onewire_matchrom(void *arg, u_int64_t rom)
358 onewire_write_byte(sc, (rom >> (i * 8)) & 0xff);
399 uint64_t mask, rom = 0, lastrom; local in function:onewire_scan
433 lastrom = rom;
434 rom = 0;
464 rom |= (mask << i);
474 if (rom == 0)
478 * The last byte of the ROM code contains a CRC calculated
483 data[i] = (rom >> (i * 8)) & 0xff;
493 if (d->d_rom == rom) {
    [all...]
  /src/sys/arch/hp300/dev/
sti_machdep.c 72 * Offset 0x040000 length 0x1c0000 is mapped in MI sti via ROM region 2
206 struct sti_rom *rom = scr->scr_rom; local in function:sti_evrx_putcmap
207 bus_space_tag_t bst = rom->memt;
208 bus_space_handle_t bsh = rom->regh[2];
230 struct sti_rom *rom = scr->scr_rom; local in function:sti_evrx_resetramdac
231 bus_space_tag_t bst = rom->memt;
232 bus_space_handle_t bsh = rom->regh[2];
250 * Bt458 specific registers. Maybe initialized by STI ROM?
286 struct sti_rom *rom = scr->scr_rom; local in function:sti_evrx_resetcmap
287 bus_space_tag_t bst = rom->memt
320 struct sti_rom *rom = scr->scr_rom; local in function:sti_m68k_mmap
    [all...]
  /src/sys/dev/std/
ieee1212.c 68 * Routines to parse the ROM into a tree that's usable. Also verify integrity
77 * NOTE: Rom's are guaranteed per the ISO spec to be contiguous but only the
79 * around the indirect registers to read in the rom. This code only assumes the
80 * buffer passed in represents a total rom regardless of end size. It is the
94 DPRINTF(("Invalid size for ROM: %d\n", (unsigned int)*size));
100 DPRINTF(("ROM not initialized or minimal ROM: Info "
177 * current rom length and it's beyond the
217 * Can't just walk the ROM looking at type
264 struct p1212_rom *rom; local in function:p1212_parse
    [all...]
  /src/sys/arch/mac68k/mac68k/
macrom.c 29 * Mac ROM Glue
34 * As a (fascinating) side effect, this glue allows ROM code (or any other
72 /* Mac Rom Glue global variables */
107 void * mrg_romadbintr = (void *)0; /* ROM ADB interrupt */
108 void * mrg_rompmintr = 0; /* ROM PM (?) interrupt */
292 * Return a Count of all the ROM Resources of the requested type.
295 panic("Oops! Need ROM Resource Map ListHead address!");
323 * This routine return the "Handle" to a ROM Resource. Since few
324 * ROM Resources are called for in NetBSD we keep a small table
330 panic("Oops! Need ROM Resource Map ListHead address!")
1136 romvec_t *rom; local in function:mrg_fixupROMBase
    [all...]
  /src/sys/dev/ic/
sti.c 79 /* pseudo attribute ops for sti ROM putchar function */
167 struct sti_rom *rom; local in function:sti_attach_common
170 rom = (struct sti_rom *)malloc(sizeof(*rom), M_DEVBUF,
172 rom->rom_softc = sc;
173 rc = sti_rom_setup(rom, iot, memt, romh, sc->bases, codebase);
175 free(rom, M_DEVBUF);
179 sc->sc_rom = rom;
212 sti_rom_setup(struct sti_rom *rom, bus_space_tag_t iot, bus_space_tag_t memt,
218 KASSERT(rom != NULL)
401 struct sti_rom *rom = scr->scr_rom; local in function:sti_region_setup
500 struct sti_rom *rom = scr->scr_rom; local in function:sti_screen_setup
763 struct sti_rom *rom = sc->sc_rom; local in function:sti_describe
835 struct sti_rom *rom = scr->scr_rom; local in function:sti_fetchfonts
956 struct sti_rom *rom = scr->scr_rom; local in function:sti_init
1008 struct sti_rom *rom = scr->scr_rom; local in function:sti_inqcfg
1026 struct sti_rom *rom = scr->scr_rom; local in function:sti_bmove
1071 struct sti_rom *rom = scr->scr_rom; local in function:sti_setcment
1096 struct sti_rom *rom = scr->scr_rom; local in function:sti_ioctl
1224 struct sti_rom *rom = scr->scr_rom; local in function:sti_mmap
1366 struct sti_rom *rom = scr->scr_rom; local in function:sti_putchar
1553 struct sti_rom *rom = scr->scr_rom; local in function:ngle_artist_setupfb
1574 struct sti_rom *rom = scr->scr_rom; local in function:ngle_elk_setupfb
1594 struct sti_rom *rom = scr->scr_rom; local in function:ngle_timber_setupfb
1609 struct sti_rom *rom = scr->scr_rom; local in function:summit_wait
1620 struct sti_rom *rom = scr->scr_rom; local in function:summit_setupfb
1650 struct sti_rom *rom = scr->scr_rom; local in function:ngle_setup_bt458
1663 struct sti_rom *rom = scr->scr_rom; local in function:ngle_setup_attr_planes
1688 struct sti_rom *rom = scr->scr_rom; local in function:ngle_putcmap
1732 struct sti_rom *rom = scr->scr_rom; local in function:ngle_hcrx_putcmap
1775 struct sti_rom *rom = scr->scr_rom; local in function:summit_putcmap
    [all...]

Completed in 29 milliseconds