Searched refs:ntb_ctl (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/ntb/hw/intel/
H A Dntb_hw_gen3.c69 .ntb_ctl = GEN3_NTBCNTL_OFFSET,
284 "NTB CTL -\t\t%#06x\n", ndev->ntb_ctl);
422 u32 ntb_ctl; local
435 ntb_ctl = ioread32(ndev->self_mmio + ndev->reg->ntb_ctl);
436 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK);
437 ntb_ctl |= NTB_CTL_P2S_BAR2_SNOOP | NTB_CTL_S2P_BAR2_SNOOP;
438 ntb_ctl |= NTB_CTL_P2S_BAR4_SNOOP | NTB_CTL_S2P_BAR4_SNOOP;
439 iowrite32(ntb_ctl, ndev->self_mmio + ndev->reg->ntb_ctl);
[all...]
H A Dntb_hw_gen4.c28 .ntb_ctl = GEN4_NTBCNTL_OFFSET,
248 "NTB CTL -\t\t%#06x\n", ndev->ntb_ctl);
435 u32 ntb_ctl, ppd0; local
470 ntb_ctl = NTB_CTL_E2I_BAR23_SNOOP | NTB_CTL_I2E_BAR23_SNOOP;
471 ntb_ctl |= NTB_CTL_E2I_BAR45_SNOOP | NTB_CTL_I2E_BAR45_SNOOP;
472 iowrite32(ntb_ctl, ndev->self_mmio + ndev->reg->ntb_ctl);
506 ntb_cntl = ioread32(ndev->self_mmio + ndev->reg->ntb_ctl);
509 iowrite32(ntb_cntl, ndev->self_mmio + ndev->reg->ntb_ctl);
H A Dntb_hw_intel.h106 unsigned long ntb_ctl; member in struct:intel_ntb_reg
149 u32 ntb_ctl; member in struct:intel_ntb_dev
H A Dntb_hw_gen1.c533 "NTB CTL -\t\t%#06x\n", ndev->ntb_ctl);
970 u32 ntb_ctl; local
985 ntb_ctl = ioread32(ndev->self_mmio + ndev->reg->ntb_ctl);
986 ntb_ctl &= ~(NTB_CTL_DISABLE | NTB_CTL_CFG_LOCK);
987 ntb_ctl |= NTB_CTL_P2S_BAR2_SNOOP | NTB_CTL_S2P_BAR2_SNOOP;
988 ntb_ctl |= NTB_CTL_P2S_BAR4_SNOOP | NTB_CTL_S2P_BAR4_SNOOP;
990 ntb_ctl |= NTB_CTL_P2S_BAR5_SNOOP | NTB_CTL_S2P_BAR5_SNOOP;
991 iowrite32(ntb_ctl, ndev->self_mmio + ndev->reg->ntb_ctl);
1541 u32 ntb_ctl; local
[all...]
/linux-master/drivers/ntb/hw/amd/
H A Dntb_hw_amd.c1037 u32 ntb_ctl; local
1041 ntb_ctl = readl(mmio + AMD_CNTL_OFFSET);
1042 ntb_ctl |= (PMM_REG_CTL | SMM_REG_CTL);
1043 writel(ntb_ctl, mmio + AMD_CNTL_OFFSET);
1049 u32 ntb_ctl; local
1053 ntb_ctl = readl(mmio + AMD_CNTL_OFFSET);
1054 ntb_ctl &= ~(PMM_REG_CTL | SMM_REG_CTL);
1055 writel(ntb_ctl, mmio + AMD_CNTL_OFFSET);

Completed in 152 milliseconds