Home
last modified time | relevance | path

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

/arch/mips/mm/
Dsc-mips.c56 unsigned long pftctl; in mips_sc_prefetch_enable() local
65 pftctl = read_gcr_l2_pft_control(); in mips_sc_prefetch_enable()
66 if (pftctl & CM_GCR_L2_PFT_CONTROL_NPFT_MSK) { in mips_sc_prefetch_enable()
67 pftctl &= ~CM_GCR_L2_PFT_CONTROL_PAGEMASK_MSK; in mips_sc_prefetch_enable()
68 pftctl |= PAGE_MASK & CM_GCR_L2_PFT_CONTROL_PAGEMASK_MSK; in mips_sc_prefetch_enable()
69 pftctl |= CM_GCR_L2_PFT_CONTROL_PFTEN_MSK; in mips_sc_prefetch_enable()
70 write_gcr_l2_pft_control(pftctl); in mips_sc_prefetch_enable()
72 pftctl = read_gcr_l2_pft_control_b(); in mips_sc_prefetch_enable()
73 pftctl |= CM_GCR_L2_PFT_CONTROL_B_PORTID_MSK; in mips_sc_prefetch_enable()
74 pftctl |= CM_GCR_L2_PFT_CONTROL_B_CEN_MSK; in mips_sc_prefetch_enable()
[all …]