Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/kernel/
Drtas_pci.c186 #define PRG_CL_RESET_VALID 0x00010000 in python_countermeasures() macro
189 if (val & PRG_CL_RESET_VALID) { in python_countermeasures()
191 val &= ~PRG_CL_RESET_VALID; in python_countermeasures()
/Linux-v4.19/arch/powerpc/platforms/chrp/
Dpci.c162 #define PRG_CL_RESET_VALID 0x00010000 macro
180 if (val & PRG_CL_RESET_VALID) { in setup_python()
181 out_be32(&reg[12], val & ~PRG_CL_RESET_VALID); in setup_python()