| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_kms.c | 44 struct qxl_rom *rom = qdev->rom; local 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 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 242 paddr_t rom; local [all...] |
| gftfb.c | 67 /* stuff we need in order to use the STI ROM */ 172 struct sti_rom *rom = sc->sc_base.sc_rom; 173 bus_space_tag_t memt = rom->memt; 174 bus_space_handle_t memh = rom->regh[2]; 181 struct sti_rom *rom = sc->sc_base.sc_rom; 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; 191 bus_space_tag_t memt = rom->memt; 192 bus_space_handle_t memh = rom->regh[2] 175 struct sti_rom *rom = sc->sc_base.sc_rom; local 184 struct sti_rom *rom = sc->sc_base.sc_rom; local 193 struct sti_rom *rom = sc->sc_base.sc_rom; local 202 struct sti_rom *rom = sc->sc_base.sc_rom; local 213 struct sti_rom *rom; local 397 struct sti_rom *rom = sc->sc_base.sc_rom; local 621 struct sti_rom *rom = sc->sc_base.sc_rom; local [all...] |
| summitfb.c | 72 /* stuff we need in order to use the STI ROM */ 186 struct sti_rom *rom = sc->sc_base.sc_rom; local 187 bus_space_tag_t memt = rom->memt; 188 bus_space_handle_t memh = rom->regh[2]; 196 struct sti_rom *rom = sc->sc_base.sc_rom; local 197 bus_space_tag_t memt = rom->memt; 198 bus_space_handle_t memh = rom->regh[2]; 228 struct sti_rom *rom; local 254 rom = kmem_zalloc(sizeof(*rom), KM_SLEEP) 719 struct sti_rom *rom = sc->sc_base.sc_rom; local [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!") 1142 romvec_t *rom; local [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 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 500 struct sti_rom *rom = scr->scr_rom; local 763 struct sti_rom *rom = sc->sc_rom; local 835 struct sti_rom *rom = scr->scr_rom; local 956 struct sti_rom *rom = scr->scr_rom; local 1008 struct sti_rom *rom = scr->scr_rom; local 1026 struct sti_rom *rom = scr->scr_rom; local 1071 struct sti_rom *rom = scr->scr_rom; local 1096 struct sti_rom *rom = scr->scr_rom; local 1224 struct sti_rom *rom = scr->scr_rom; local 1366 struct sti_rom *rom = scr->scr_rom; local 1553 struct sti_rom *rom = scr->scr_rom; local 1574 struct sti_rom *rom = scr->scr_rom; local 1594 struct sti_rom *rom = scr->scr_rom; local 1609 struct sti_rom *rom = scr->scr_rom; local 1620 struct sti_rom *rom = scr->scr_rom; local 1650 struct sti_rom *rom = scr->scr_rom; local 1663 struct sti_rom *rom = scr->scr_rom; local 1688 struct sti_rom *rom = scr->scr_rom; local 1732 struct sti_rom *rom = scr->scr_rom; local 1775 struct sti_rom *rom = scr->scr_rom; local [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
|
| amiga_init.c | 328 int bd_type = cd->rom.type & (ERT_TYPEMASK | ERTF_MEMLIST); 336 if (cd->rom.manid == 8512 && 337 (cd->rom.prodid == 100 || cd->rom.prodid == 110)) 340 if (z3rambd_match_id(cd->rom.manid, cd->rom.prodid) > 0) 355 !(cd->rom.flags & ERFF_EXTENDED) && 356 (cd->rom.flags & ERT_Z3_SSMASK) == 0) 358 ((cd->rom.type - 1) & ERT_MEMMASK); 901 * This is needed for 3000's with superkick ROM's. Bit 7 o [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 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 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 287 bus_space_tag_t bst = rom->memt 320 struct sti_rom *rom = scr->scr_rom; local [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/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 [all...] |
| /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 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 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 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/arch/amigappc/amigappc/ |
| autoconf.c | 399 switch (cfdev[sc].rom.manid) { 401 switch (cfdev[sc].rom.prodid) { 413 switch (cfdev[sc].rom.prodid) {
|