Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/kernel/
Drtas_pci.c174 #define PRG_CL_RESET_VALID 0x00010000 in python_countermeasures() macro
177 if (val & PRG_CL_RESET_VALID) { in python_countermeasures()
179 val &= ~PRG_CL_RESET_VALID; in python_countermeasures()
/linux-6.6.21/arch/powerpc/platforms/chrp/
Dpci.c161 #define PRG_CL_RESET_VALID 0x00010000 macro
179 if (val & PRG_CL_RESET_VALID) { in setup_python()
180 out_be32(&reg[12], val & ~PRG_CL_RESET_VALID); in setup_python()