Searched refs:PPC_BIT (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas.h121 #define VAS_XLATE_MSR_DR PPC_BIT(0)
122 #define VAS_XLATE_MSR_TA PPC_BIT(1)
123 #define VAS_XLATE_MSR_PR PPC_BIT(2)
124 #define VAS_XLATE_MSR_US PPC_BIT(3)
125 #define VAS_XLATE_MSR_HV PPC_BIT(4)
126 #define VAS_XLATE_MSR_SF PPC_BIT(5)
130 #define VAS_XLATE_LPCR_ISL PPC_BIT(3)
131 #define VAS_XLATE_LPCR_TC PPC_BIT(4)
132 #define VAS_XLATE_LPCR_SC PPC_BIT(5)
168 #define VAS_XTRA_WRITE PPC_BIT(
[all...]
H A Dsmp.c56 mtspr(SPRN_HMEER, mfspr(SPRN_HMEER) | PPC_BIT(17));
H A Didle.c729 mmcra |= PPC_BIT(60);
731 mmcra &= ~PPC_BIT(60);
H A Dpci-ioda.c1172 #define PHB3_TCE_KILL_INVAL_ALL PPC_BIT(0)
1173 #define PHB3_TCE_KILL_INVAL_PE PPC_BIT(1)
1174 #define PHB3_TCE_KILL_INVAL_ONE PPC_BIT(2)
H A Dvas-window.c1097 #define RMA_LSMP_REPORT_ENABLE PPC_BIT(53)
/linux-master/arch/powerpc/include/asm/
H A Dpnv-ocxl.h18 #define PNV_OCXL_ATSD_LNCH_R PPC_BIT(0)
34 #define PNV_OCXL_ATSD_LNCH_PRS PPC_BIT(13)
36 #define PNV_OCXL_ATSD_LNCH_B PPC_BIT(14)
48 #define PNV_OCXL_ATSD_LNCH_L PPC_BIT(18)
52 #define PNV_OCXL_ATSD_LNCH_F PPC_BIT(39)
53 #define PNV_OCXL_ATSD_LNCH_OCAPI_SLBI PPC_BIT(40)
54 #define PNV_OCXL_ATSD_LNCH_OCAPI_SINGLETON PPC_BIT(41)
H A Dplpks.h28 #define PLPKS_ALG_RSA2048 PPC_BIT(0)
29 #define PLPKS_ALG_RSA4096 PPC_BIT(1)
H A Dvas.h250 #define VAS_GZIP_QOS_FEAT_BIT PPC_BIT(VAS_GZIP_QOS_FEAT) /* Bit 1 */
251 #define VAS_GZIP_DEF_FEAT_BIT PPC_BIT(VAS_GZIP_DEF_FEAT) /* Bit 2 */
255 #define VAS_NX_GZIP_FEAT_BIT PPC_BIT(VAS_NX_GZIP_FEAT) /* Bit 1 */
H A Dbitops.h47 #define PPC_BIT(bit) (1UL << PPC_BITLSHIFT(bit)) macro
48 #define PPC_BITMASK(bs, be) ((PPC_BIT(bs) - PPC_BIT(be)) | PPC_BIT(bs))
/linux-master/arch/powerpc/platforms/pseries/
H A Dvas.h15 #define VAS_MOD_WIN_CLOSE PPC_BIT(0)
16 #define VAS_MOD_WIN_JOBS_KILL PPC_BIT(1)
17 #define VAS_MOD_WIN_DR PPC_BIT(3)
18 #define VAS_MOD_WIN_PR PPC_BIT(4)
19 #define VAS_MOD_WIN_SF PPC_BIT(5)
20 #define VAS_MOD_WIN_TA PPC_BIT(6)
/linux-master/arch/powerpc/kernel/
H A Dmce_power.c135 #define SRR1_MC_LOADSTORE(srr1) ((srr1) & PPC_BIT(42))
766 srr1 &= ~PPC_BIT(42);
786 srr1 &= ~PPC_BIT(42);
H A Ddt_cpu_ftrs.c349 hfscr |= PPC_BIT(60);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c609 rb = PPC_BIT(52); /* IS = 2 */
615 rb += PPC_BIT(51); /* increment set number */
H A Dbook3s_hv_p9_entry.c423 rb = PPC_BIT(52); /* IS = 2 */
430 rb += PPC_BIT(51); /* increment set number */
445 rb += PPC_BIT(51); /* increment set number */
H A Dbook3s_hv_rm_mmu.c431 rb = PPC_BIT(52); /* IS = 2 */
/linux-master/arch/powerpc/mm/book3s64/
H A Dradix_tlb.c105 rb = PPC_BIT(53); /* IS = 1 */
120 rb = PPC_BIT(53); /* IS = 1 */
134 rb = PPC_BIT(52); /* IS = 2 */
148 rb = PPC_BIT(52); /* IS = 2 */
1408 rb = PPC_BIT(53); /* IS = 1 */
H A Dhash_native.c134 rb = PPC_BIT(52); /* IS = 2 */
/linux-master/drivers/misc/ocxl/
H A Dlink.c124 reg = PPC_BIT(31);
126 reg = PPC_BIT(30);
/linux-master/drivers/misc/cxl/
H A Dcxl.h303 #define CXL_SLBIE_C PPC_BIT(36) /* Class */
306 #define CXL_SLBIE_TA PPC_BIT(38) /* Tags Active */
H A Dpci.c91 #define EXTRACT_PPC_BIT(val, bit) (!!(val & PPC_BIT(bit)))
/linux-master/arch/powerpc/lib/
H A Dsstep.c1286 if (v2 & PPC_BIT(idx))

Completed in 213 milliseconds