HomeSort by: relevance | last modified time | path
    Searched refs:rom (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /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...]
  /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/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 */
174 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_read4
175 bus_space_tag_t memt = rom->memt;
176 bus_space_handle_t memh = rom->regh[2];
183 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_write4
184 bus_space_tag_t memt = rom->memt;
185 bus_space_handle_t memh = rom->regh[2];
192 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_read1
193 bus_space_tag_t memt = rom->memt;
194 bus_space_handle_t memh = rom->regh[2]
201 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_write1
212 struct sti_rom *rom; local in function:gftfb_attach
393 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_setup
617 struct sti_rom *rom = sc->sc_base.sc_rom; local in function:gftfb_mmap
    [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/usb/
aubtfwlreg.h 17 uint32_t rom; member in struct:ar3k_version
aubtfwl.c 246 ver->rom = bswap32(ver->rom);
297 ver.rom);
318 ver.rom, clock);
  /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...]
  /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/arch/amiga/amiga/
cfdev.h 59 struct expanrom rom; /* 16 */ member in struct:cfdev
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-msm8974-sony-xperia-castor.dts 613 rom-addr = /bits/ 8 <0xa0>;
614 rom-val = /bits/ 8 <0xff>;
617 rom-addr = /bits/ 8 <0xa1>;
618 rom-val = /bits/ 8 <0x3f>;
621 rom-addr = /bits/ 8 <0xa2>;
622 rom-val = /bits/ 8 <0x20>;
625 rom-addr = /bits/ 8 <0xa3>;
626 rom-val = /bits/ 8 <0x5e>;
629 rom-addr = /bits/ 8 <0xa4>;
630 rom-val = /bits/ 8 <0x02>
    [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/arch/hpcmips/stand/
Makefile 10 all: winfiles optfiles rom-boot
30 rom-boot:
  /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/amiga/dev/
zbus.c 333 if (pcp->manid == cdp->rom.manid &&
334 pcp->prodid == cdp->rom.prodid)
341 if (z3rambd_match_id(cdp->rom.manid, cdp->rom.prodid) > 0)
349 switch (cdp->rom.type & (ERT_TYPEMASK | ERTF_MEMLIST)) {
359 za.manid = cdp->rom.manid;
360 za.prodid = cdp->rom.prodid;
361 za.serno = cdp->rom.serno;
  /src/sys/dev/pci/
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...]
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? */
  /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/newsmips/newsmips/
news4000.c 209 news4000_readidrom(uint8_t *rom)
218 for (offset = 0; offset < sizeof(struct idrom); offset++, rom++) {
224 *rom = (uint8_t)(*data_port & 0xff);
news5000.c 270 news5000_readidrom(uint8_t *rom)
276 *rom++ = ((*p & 0x0f) << 4) + (*(p + 1) & 0x0f);
  /src/sys/arch/vax/boot/xxboot/
Makefile 17 -DLIBSA_NO_TWIDDLE -DLIBSA_SINGLE_DEVICE=rom \
  /src/sys/arch/vax/boot/xxboot_ustarfs/
Makefile 15 -DLIBSA_NO_TWIDDLE -DLIBSA_SINGLE_DEVICE=rom \
  /src/sys/arch/vax/boot/boot/
consio2.S 30 * int rom_putchar (int c) ==> putchar() using ROM-routines
39 * int rom_getchar (void) ==> getchar() using ROM-routines
62 * int ka630_rom_getchar (void) ==> getchar() using ROM-routines on KA630
80 * int ka630_rom_putchar (int c) ==> putchar() using ROM-routines on KA630
86 jsb *0x20(%r11) # is rom ready? (KA630_PUTC_POLL)
93 * int ka53_rom_getchar (void) ==> getchar() using ROM-routines on KA53
112 * int ka53_rom_putchar (int c) ==> putchar() using ROM-routines on KA53
118 jsb *0x20(%r11) # is rom ready?
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/nvidia/
tegra210-p2371-2180.dts 71 rom-addr = /bits/ 8 <0x14>;
72 rom-val = /bits/ 8 <0x87>;
77 rom-addr = /bits/ 8 <0x13>;
78 rom-val = /bits/ 8 <0x01>;
  /src/sys/arch/amigappc/amigappc/
autoconf.c 399 switch (cfdev[sc].rom.manid) {
401 switch (cfdev[sc].rom.prodid) {
413 switch (cfdev[sc].rom.prodid) {

Completed in 75 milliseconds

1 2 3