bar_offset       4191 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	u32 bar_offset = BNXT_GRCPF_REG_CHIMP_COMM;
bar_offset       4205 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		bar_offset = BNXT_GRCPF_REG_KONG_COMM;
bar_offset       4253 drivers/net/ethernet/broadcom/bnxt/bnxt.c 	__iowrite32_copy(bp->bar0 + bar_offset, data, msg_len / 4);
bar_offset       4256 drivers/net/ethernet/broadcom/bnxt/bnxt.c 		writel(0, bp->bar0 + bar_offset + i);
bar_offset         89 drivers/net/ethernet/cisco/enic/vnic_dev.c 		u32 bar_offset = ioread32(&r->bar_offset);
bar_offset        108 drivers/net/ethernet/cisco/enic/vnic_dev.c 			if (len + bar_offset > bar[bar_num].len) {
bar_offset        110 drivers/net/ethernet/cisco/enic/vnic_dev.c 					 type, bar_offset, len,
bar_offset        126 drivers/net/ethernet/cisco/enic/vnic_dev.c 			bar_offset;
bar_offset        127 drivers/net/ethernet/cisco/enic/vnic_dev.c 		vdev->res[type].bus_addr = bar[bar_num].bus_addr + bar_offset;
bar_offset         79 drivers/net/ethernet/cisco/enic/vnic_resource.h 	u32 bar_offset;
bar_offset        733 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	u32 bar_offset;
bar_offset        835 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 		priv->bar_offset = priv->offset &
bar_offset        837 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 		priv->bar_offset += NFP_PCIE_P2C_GENERAL_TARGET_OFFSET(
bar_offset        839 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 		priv->bar_offset += NFP_PCIE_P2C_GENERAL_TOKEN_OFFSET(
bar_offset        842 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 		priv->bar_offset = priv->offset & priv->bar->mask;
bar_offset        850 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 	priv->phys = nfp_bar_resource_start(priv->bar) + priv->bar_offset;
bar_offset        858 drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c 		priv->iomem = priv->bar->iomem + priv->bar_offset;
bar_offset        119 drivers/scsi/fnic/vnic_dev.c 		u32 bar_offset = ioread32(&r->bar_offset);
bar_offset        135 drivers/scsi/fnic/vnic_dev.c 			if (len + bar_offset > bar->len) {
bar_offset        139 drivers/scsi/fnic/vnic_dev.c 					type, bar_offset,
bar_offset        155 drivers/scsi/fnic/vnic_dev.c 		vdev->res[type].vaddr = (char __iomem *)bar->vaddr + bar_offset;
bar_offset         64 drivers/scsi/fnic/vnic_resource.h 	u32 bar_offset;
bar_offset        119 drivers/scsi/snic/vnic_dev.c 		u32 bar_offset = ioread32(&r->bar_offset);
bar_offset        138 drivers/scsi/snic/vnic_dev.c 			if (len + bar_offset > bar->len) {
bar_offset        140 drivers/scsi/snic/vnic_dev.c 					type, bar_offset,
bar_offset        159 drivers/scsi/snic/vnic_dev.c 		vdev->res[type].vaddr = (char __iomem *)bar->vaddr + bar_offset;
bar_offset         64 drivers/scsi/snic/vnic_resource.h 	u32 bar_offset;
bar_offset        770 drivers/staging/gasket/gasket_core.c 			    ulong bar_offset, ulong requested_length,
bar_offset        779 drivers/staging/gasket/gasket_core.c 	if (bar_offset + requested_length < range_start) {
bar_offset        785 drivers/staging/gasket/gasket_core.c 	} else if (bar_offset <= range_start) {
bar_offset        800 drivers/staging/gasket/gasket_core.c 		*virt_offset = range_start - bar_offset;
bar_offset        804 drivers/staging/gasket/gasket_core.c 	} else if (bar_offset > range_start &&
bar_offset        805 drivers/staging/gasket/gasket_core.c 		   bar_offset < range_end) {
bar_offset        816 drivers/staging/gasket/gasket_core.c 		mappable_region->start = bar_offset;
bar_offset        819 drivers/staging/gasket/gasket_core.c 			min(requested_length, range_end - bar_offset);
bar_offset        837 drivers/staging/gasket/gasket_core.c 				    ulong *bar_offset)
bar_offset        854 drivers/staging/gasket/gasket_core.c 	*bar_offset =
bar_offset        864 drivers/staging/gasket/gasket_core.c 	ulong bar_offset;
bar_offset        872 drivers/staging/gasket/gasket_core.c 	ret = gasket_mm_vma_bar_offset(gasket_dev, vma, &bar_offset);
bar_offset        876 drivers/staging/gasket/gasket_core.c 	if (!gasket_mm_get_mapping_addrs(map_region, bar_offset,
bar_offset        907 drivers/staging/gasket/gasket_core.c 	ulong bar_offset, virt_offset;
bar_offset        913 drivers/staging/gasket/gasket_core.c 	ret = gasket_mm_vma_bar_offset(gasket_dev, vma, &bar_offset);
bar_offset        917 drivers/staging/gasket/gasket_core.c 	if (!gasket_mm_get_mapping_addrs(mappable_region, bar_offset,
bar_offset        338 drivers/video/fbdev/efifb.c static u64 bar_offset;
bar_offset        396 drivers/video/fbdev/efifb.c 	    bar_resource->start + bar_offset != efifb_fix.smem_start) {
bar_offset        399 drivers/video/fbdev/efifb.c 		efifb_fix.smem_start = bar_resource->start + bar_offset;
bar_offset        636 drivers/video/fbdev/efifb.c 	bar_offset = offset;