Searched refs:io_start (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_14nm.c1050 .io_start = { 0x994400, 0x996400 },
1067 .io_start = { 0xc994400, 0xc996400 },
1084 .io_start = { 0x1a94400, 0x1a96400 },
1099 .io_start = { 0x5e94400 },
H A Ddsi_phy_10nm.c1040 .io_start = { 0xae94400, 0xae96400 },
1058 .io_start = { 0xc994400, 0xc996400 },
H A Ddsi_phy_28nm_8960.c658 .io_start = { 0x4700300, 0x5800300 },
H A Ddsi_phy.c613 if (cfg->io_start[i] == res->start)
/linux-master/drivers/gpu/drm/xe/
H A Dxe_device_types.h72 /** @io_start: IO start address of this VRAM instance */
73 resource_size_t io_start; member in struct:xe_mem_region
H A Dxe_ttm_vram_mgr.c415 phys_addr_t phys = cursor.start + tile->mem.vram.io_start;
H A Dxe_bo.c436 mem->bus.offset += vram->io_start;
926 return (vram->io_start + cursor.start) >> PAGE_SHIFT;
/linux-master/kernel/
H A Dresource.c1657 unsigned int io_start, io_num; local
1661 if (get_option(&str, &io_start) != 2)
1672 if (io_start < 0x10000) {
1680 res->start = io_start;
1681 res->end = io_start + io_num - 1;
/linux-master/fs/nfs/
H A Dpagelist.c105 hdr->io_start = req_offset(hdr->req);
121 unsigned int new = pos - hdr->io_start;
1495 nfs_set_pgio_error(hdr, err, hdr->io_start);
H A Dread.c276 unsigned int new = pos - hdr->io_start;
H A Dinternal.h934 loff_t io_start; /* Start offset for I/O */ member in struct:nfs_direct_req
H A Dnfstrace.h1560 __entry->offset = dreq->io_start;
/linux-master/drivers/pci/hotplug/
H A Dibmphp_hpc.c330 start_address = ctlr_ptr->u.isa_ctlr.io_start;
343 start_address = ctlr_ptr->u.isa_ctlr.io_start;
H A Dibmphp.h190 u16 io_start; member in struct:isa_ctlr_access
/linux-master/include/linux/
H A Dnfs_xdr.h1619 loff_t io_start; member in struct:nfs_pgio_header
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c761 dev->io_start = pci_resource_start(pdev, 0);
/linux-master/drivers/gpu/drm/msm/dsi/
H A Ddsi_host.c1874 if (cfg->io_start[i][j] == res->start)

Completed in 178 milliseconds

12