Searched refs:region (Results 126 - 150 of 153) sorted by relevance

1234567

/drivers/media/platform/
H A Dsh_vou.c1296 struct resource *reg_res, *region; local
1336 region = request_mem_region(reg_res->start, resource_size(reg_res),
1338 if (!region) {
1339 dev_err(&pdev->dev, "VOU region already claimed\n");
/drivers/acpi/acpica/
H A Ddsfield.c78 * path - Pathname of the region
80 * node - Where the new region node is returned
84 * DESCRIPTION: Add region to the external list if NOT_FOUND. Create a new
85 * region node/object.
116 /* Must create and install a region object for the new node */
123 obj_desc->region.node = *node;
468 * DESCRIPTION: Create a new field in the specified operation region
651 * DESCRIPTION: Create a new bank field in the specified operation region
741 * DESCRIPTION: Create a new index field in the specified operation region
/drivers/scsi/be2iscsi/
H A Dbe_mgmt.c492 unsigned short region, sector_size, sector, offset; local
497 region = bsg_req->rqst_data.h_vendor.vendor_cmd[1];
501 req->region = region;
/drivers/scsi/qla4xxx/
H A Dql4_glbl.h177 uint32_t region, uint32_t field0,
H A Dql4_mbx.c1673 } else { /* Single region contains CHAP info for both ports which is
2255 uint32_t region, uint32_t field0,
2266 mbox_cmd[3] = region;
2254 qla4xxx_restore_factory_defaults(struct scsi_qla_host *ha, uint32_t region, uint32_t field0, uint32_t field1) argument
/drivers/video/fbdev/aty/
H A Dradeonfb.h613 extern void radeonfb_fillrect(struct fb_info *info, const struct fb_fillrect *region);
/drivers/video/fbdev/savage/
H A Dsavagefb.h408 const struct fb_copyarea *region);
/drivers/scsi/qla2xxx/
H A Dqla_sup.c556 * FLT-location structure resides after the last PCI region.
672 struct qla_flt_region *region; local
682 /* Assign FCP prio region since older adapters may not have FLT, or
683 FCP prio region in it's FLT.
691 region = (struct qla_flt_region *)&flt[1];
717 for ( ; cnt; cnt--, region++) {
719 start = le32_to_cpu(region->start) >> 2;
722 "end=0x%x size=0x%x.\n", le32_to_cpu(region->code) & 0xff,
723 start, le32_to_cpu(region->end) >> 2,
724 le32_to_cpu(region
[all...]
H A Dqla_nx.c382 /* See if we are currently pointing to the region we want to use next */
405 * register region - do nothing
1629 int qla82xx_pci_region_offset(struct pci_dev *pdev, int region) argument
1634 switch (region) {
/drivers/video/console/
H A Dsticore.c451 "STI pci region mapping for region %d (%02x) can't be mapped\n",
466 DPRINTK(("region #%d: phys %08lx, region_ptr %08x, len=%lukB, "
480 if (++i<8 && sti->regions[i].region)
482 __FILE__, sti->regions[i].region);
589 DPRINTK((" region list %08x\n", rom->region_list));
865 /* read 16 bytes from the pci region mapper array */
871 DPRINTK(("PCI region Mapper offset = %08x: ",
/drivers/gpu/drm/nouveau/core/engine/graph/
H A Dnv20.c167 struct nouveau_fb_tile *tile = &nouveau_fb(engine)->tile.region[i];
H A Dnv40.c217 struct nouveau_fb_tile *tile = &nouveau_fb(engine)->tile.region[i];
H A Dnv10.c1126 struct nouveau_fb_tile *tile = &nouveau_fb(engine)->tile.region[i];
/drivers/net/fddi/
H A Ddefxx.c529 struct resource *region; local
560 region = request_mem_region(bar_start, bar_len, print_name);
562 region = request_region(bar_start, bar_len, print_name);
563 if (!region) {
/drivers/md/
H A Ddm-bufio.c514 struct dm_io_region region = { local
530 r = dm_io(&io_req, 1, &region, NULL);
/drivers/pci/
H A Dquirks.c311 * S3 868 and 968 chips report region size equal to 32M, but they decode 64M.
312 * If it's needed, re-allocate the region.
329 * ver. 1.33 20070103) don't set the correct ISA PCI region header info.
346 u16 region; local
350 pci_read_config_word(dev, port, &region);
351 region &= ~(size - 1);
353 if (!region)
360 bus_region.start = region;
361 bus_region.end = region + size - 1;
643 * VIA ACPI: One IO region pointe
[all...]
/drivers/vme/bridges/
H A Dvme_tsi148.c911 struct pci_bus_region region; local
954 pcibios_resource_to_bus(pdev->bus, &region,
956 pci_base = region.start;
2402 dev_err(&pdev->dev, "Unable to remap CRG region\n");
2410 dev_err(&pdev->dev, "CRG region check failed\n");
/drivers/gpu/drm/nouveau/
H A Dnouveau_bo.c52 struct nouveau_fb_tile *tile = &pfb->tile.region[i];
119 } else if (tile && pfb->tile.region[i].pitch) {
120 /* Kill an unused tile region. */
/drivers/gpu/drm/gma500/
H A Dpsb_drv.h703 const struct fb_copyarea *region);
/drivers/scsi/pm8001/
H A Dpm8001_sas.h316 struct mpi_mem region[USI_MAX_MEMCNT]; member in struct:mpi_mem_req
/drivers/net/ethernet/realtek/
H A Dr8169.c7905 unsigned int region; member in struct:rtl_cfg_info
7913 .region = 1,
7921 .region = 2,
7929 .region = 2,
8034 const unsigned int region = cfg->region; local
8084 if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) {
8086 "region #%d not an MMIO resource, aborting\n",
8087 region);
8092 /* check for weird/broken PCI region reportin
[all...]
/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c401 pginfo.u.usr.region = e_mr->umem;
403 pginfo.u.usr.next_sg = pginfo.u.usr.region->sg_head.sgl;
/drivers/dma/ppc4xx/
H A Dadma.c68 [PPC_ADMA_INIT_MEMREG] = "failed to request memory region",
2324 /* may try to enhance region of RXOR */
3138 /* setup sources region (R1-2-3, R1-2-4,
3482 int region = test_bit(PPC440SPE_DESC_RXOR12, local
3485 if (index < region) {
3498 index - region +
4081 dev_err(&ofdev->dev, "failed to request memory region %pR\n",
/drivers/mtd/devices/
H A Dst_spi_fsm.c261 struct resource *region; member in struct:stfsm
1993 "Failed to reserve memory region %pR\n", res);
/drivers/usb/gadget/udc/
H A Dnet2280.c3548 if (dev->region)
3608 dev->region = 1;

Completed in 593 milliseconds

1234567