pram 32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c nv50_fb_ram_new(struct nvkm_fb *base, struct nvkm_ram **pram) pram 35 drivers/gpu/drm/nouveau/nvkm/subdev/fb/nv50.c return fb->func->ram_new(&fb->base, pram); pram 159 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c nvkm_ram_del(struct nvkm_ram **pram) pram 161 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c struct nvkm_ram *ram = *pram; pram 164 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c *pram = ram->func->dtor(ram); pram 166 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c kfree(*pram); pram 167 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c *pram = NULL; pram 212 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c enum nvkm_ram_type type, u64 size, struct nvkm_ram **pram) pram 214 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c if (!(*pram = kzalloc(sizeof(**pram), GFP_KERNEL))) pram 216 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ram.c return nvkm_ram_ctor(func, fb, type, size, *pram); pram 568 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c struct nvkm_fb *fb, struct nvkm_ram **pram) pram 577 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c *pram = &ram->base; pram 669 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c gf100_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 671 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf100.c return gf100_ram_new_(&gf100_ram, fb, pram); pram 57 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c gf108_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 59 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgf108.c return gf100_ram_new_(&gf108_ram, fb, pram); pram 1522 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c struct nvkm_ram **pram) pram 1535 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c *pram = &ram->base; pram 1713 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c gk104_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 1715 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgk104.c return gk104_ram_new_(&gk104_ram, fb, pram); pram 48 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c gm107_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 50 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm107.c return gk104_ram_new_(&gm107_ram, fb, pram); pram 63 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c gm200_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 65 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgm200.c return gk104_ram_new_(&gm200_ram, fb, pram); pram 90 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c gp100_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 94 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgp100.c if (!(ram = *pram = kzalloc(sizeof(*ram), GFP_KERNEL))) pram 940 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c gt215_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 947 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramgt215.c *pram = &ram->base; pram 59 drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c mcp77_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 71 drivers/gpu/drm/nouveau/nvkm/subdev/fb/rammcp77.c *pram = &ram->base; pram 32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c nv04_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 64 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv04.c return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram); pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c nv10_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 39 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv10.c return nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram); pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c nv1a_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 55 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv1a.c mib * 1024 * 1024, pram); pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c nv20_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c ret = nvkm_ram_new_(&nv04_ram_func, fb, type, size, pram); pram 46 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv20.c (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1; pram 192 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c struct nvkm_ram **pram) pram 197 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c *pram = &ram->base; pram 202 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c nv40_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 217 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c ret = nv40_ram_new_(fb, type, size, pram); pram 221 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv40.c (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1; pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c nv41_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c ret = nv40_ram_new_(fb, type, size, pram); pram 46 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv41.c (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1; pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c nv44_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 41 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv44.c return nv40_ram_new_(fb, type, size, pram); pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c nv49_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 42 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c ret = nv40_ram_new_(fb, type, size, pram); pram 46 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv49.c (*pram)->parts = (nvkm_rd32(device, 0x100200) & 0x00000003) + 1; pram 27 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.c nv4e_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 32 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv4e.c size, pram); pram 586 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c nv50_ram_new(struct nvkm_fb *fb, struct nvkm_ram **pram) pram 593 drivers/gpu/drm/nouveau/nvkm/subdev/fb/ramnv50.c *pram = &ram->base; pram 58 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->rstate, 0); pram 59 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->rbptr, pram 60 drivers/spi/spi-fsl-cpm.c in_be16(&mspi->pram->rbase)); pram 61 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->tstate, 0); pram 62 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->tbptr, pram 63 drivers/spi/spi-fsl-cpm.c in_be16(&mspi->pram->tbase)); pram 308 drivers/spi/spi-fsl-cpm.c void *pram; pram 310 drivers/spi/spi-fsl-cpm.c pram = devm_platform_ioremap_resource(to_platform_device(dev), pram 312 drivers/spi/spi-fsl-cpm.c if (IS_ERR(pram)) pram 313 drivers/spi/spi-fsl-cpm.c mspi->pram = NULL; pram 315 drivers/spi/spi-fsl-cpm.c mspi->pram = pram; pram 320 drivers/spi/spi-fsl-cpm.c mspi->pram = NULL; pram 322 drivers/spi/spi-fsl-cpm.c mspi->pram = cpm_muram_addr(pram_ofs); pram 324 drivers/spi/spi-fsl-cpm.c if (mspi->pram == NULL) { pram 354 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->tbase, cpm_muram_offset(mspi->tx_bd)); pram 355 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->rbase, cpm_muram_offset(mspi->rx_bd)); pram 356 drivers/spi/spi-fsl-cpm.c out_8(&mspi->pram->tfcr, CPMFCR_EB | CPMFCR_GBL); pram 357 drivers/spi/spi-fsl-cpm.c out_8(&mspi->pram->rfcr, CPMFCR_EB | CPMFCR_GBL); pram 358 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->mrblr, SPI_MRBLR); pram 359 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->rstate, 0); pram 360 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->rdp, 0); pram 361 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->rbptr, 0); pram 362 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->rbc, 0); pram 363 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->rxtmp, 0); pram 364 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->tstate, 0); pram 365 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->tdp, 0); pram 366 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->tbptr, 0); pram 367 drivers/spi/spi-fsl-cpm.c out_be16(&mspi->pram->tbc, 0); pram 368 drivers/spi/spi-fsl-cpm.c out_be32(&mspi->pram->txtmp, 0); pram 378 drivers/spi/spi-fsl-cpm.c cpm_muram_free(cpm_muram_offset(mspi->pram)); pram 395 drivers/spi/spi-fsl-cpm.c cpm_muram_free(cpm_muram_offset(mspi->pram)); pram 29 drivers/spi/spi-fsl-lib.h struct spi_pram __iomem *pram; pram 93 drivers/tty/serial/cpm_uart/cpm_uart.h void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram); pram 1147 drivers/tty/serial/cpm_uart/cpm_uart_core.c void __iomem *mem, *pram; pram 1183 drivers/tty/serial/cpm_uart/cpm_uart_core.c pinfo->sccup = pram = cpm_uart_map_pram(pinfo, np); pram 1188 drivers/tty/serial/cpm_uart/cpm_uart_core.c pinfo->smcup = pram = cpm_uart_map_pram(pinfo, np); pram 1194 drivers/tty/serial/cpm_uart/cpm_uart_core.c if (!pram) { pram 1252 drivers/tty/serial/cpm_uart/cpm_uart_core.c cpm_uart_unmap_pram(pinfo, pram); pram 50 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) pram 52 drivers/tty/serial/cpm_uart/cpm_uart_cpm1.c iounmap(pram); pram 45 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c void __iomem *pram; pram 62 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c pram = ioremap(res.start, len); pram 63 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c if (!pram) pram 67 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c return pram; pram 75 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c return pram; pram 79 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c out_be16(pram, offset); pram 80 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c iounmap(pram); pram 84 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c void cpm_uart_unmap_pram(struct uart_cpm_port *port, void __iomem *pram) pram 87 drivers/tty/serial/cpm_uart/cpm_uart_cpm2.c iounmap(pram); pram 39 drivers/usb/host/fhci-hcd.c out_be16(&fhci->pram->frame_num, 0); pram 260 drivers/usb/host/fhci-hcd.c memset_io(usb->fhci->pram, 0, FHCI_PRAM_SIZE); pram 275 drivers/usb/host/fhci-hcd.c out_be16(&fhci->pram->frame_num, 0); pram 278 drivers/usb/host/fhci-hcd.c out_be32(&fhci->pram->rx_state, 0); pram 629 drivers/usb/host/fhci-hcd.c fhci->pram = cpm_muram_addr(pram_addr); pram 791 drivers/usb/host/fhci-hcd.c cpm_muram_free(cpm_muram_offset(fhci->pram)); pram 340 drivers/usb/host/fhci-sched.c if ((((in_be16(&fhci->pram->frame_num) & 0x07ff) - pram 348 drivers/usb/host/fhci-sched.c usb->actual_frame->frame_num = in_be16(&fhci->pram->frame_num) & 0x7ff; pram 250 drivers/usb/host/fhci-tds.c out_be16(&usb->fhci->pram->ep_ptr[0], pram 249 drivers/usb/host/fhci.h struct fhci_pram __iomem *pram; /* Parameter RAM */ pram 448 drivers/usb/host/fhci.h return in_be16(&fhci->pram->frame_num) & 0x07ff; pram 91 sound/soc/sh/siu.h u32 __iomem *pram; pram 254 sound/soc/sh/siu_dai.c add = info->pram; pram 259 sound/soc/sh/siu_dai.c add = info->pram + (0x0100 / sizeof(u32)); pram 752 sound/soc/sh/siu_dai.c info->pram = devm_ioremap(&pdev->dev, res->start, PRAM_SIZE); pram 753 sound/soc/sh/siu_dai.c if (!info->pram)