Home
last modified time | relevance | path

Searched refs:xlat_reg (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/ntb/hw/intel/
Dntb_hw_intel.c637 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 2)); in ndev_debugfs_read()
642 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_debugfs_read()
646 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 5)); in ndev_debugfs_read()
650 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_xlat, 4)); in ndev_debugfs_read()
655 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 2)); in ndev_debugfs_read()
660 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 4)); in ndev_debugfs_read()
663 u.v32 = ioread32(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 5)); in ndev_debugfs_read()
667 u.v64 = ioread64(mmio + bar2_off(ndev->xlat_reg->bar2_limit, 4)); in ndev_debugfs_read()
844 unsigned long base_reg, xlat_reg, limit_reg; in intel_ntb_mw_set_trans() local
873 base_reg = bar0_off(ndev->xlat_reg->bar0_base, bar); in intel_ntb_mw_set_trans()
[all …]
Dntb_hw_intel.h318 const struct intel_ntb_xlat_reg *xlat_reg; member