Searched refs:csr (Results 1 – 5 of 5) sorted by relevance
157 static uint32_t pwrParseCsr(uint32_t csr) in pwrParseCsr() argument161 if (csr & RCC_CSR_LPWRRSTF) in pwrParseCsr()163 if (csr & RCC_CSR_WWDGRSTF) in pwrParseCsr()165 if (csr & RCC_CSR_IWDGRSTF) in pwrParseCsr()167 if (csr & RCC_CSR_SFTRSTF) in pwrParseCsr()169 if (csr & RCC_CSR_PORRSTF) in pwrParseCsr()171 if (csr & RCC_CSR_PINRSTF) in pwrParseCsr()173 if (csr & RCC_CSR_BORRSTF) in pwrParseCsr()
12 -new -key server.key -out server.csr14 openssl x509 -req -sha256 -days 365 -in server.csr -signkey server.key -out server.crt15 rm -f server.csr
52 openssl req -new -days 3650 -key TestSub.key -out TestSub.csr53 …openssl ca -extensions v3_ca -in TestSub.csr -days 3650 -out TestSub.crt -cert TestRoot.crt -keyfi…65 openssl req -new -days 3650 -key TestCert.key -out TestCert.csr66 openssl ca -in TestCert.csr -days 3650 -out TestCert.crt -cert TestSub.crt -keyfile TestSub.key`
62 static void tegra_fc_prepare_suspend(int cpu_id, uint32_t csr) in tegra_fc_prepare_suspend() argument73 tegra_fc_cpu_csr(cpu_id, val | csr); in tegra_fc_prepare_suspend()