Searched refs:scratch0 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | debugfs.c | 528 static void check_dyn_flag(u64 scratch0, char *p, int size, int *used, in check_dyn_flag() argument 534 if (scratch0 & mask) { in check_dyn_flag() 547 u64 scratch0; in asic_flags_read() local 562 scratch0 = read_csr(dd, ASIC_CFG_SCRATCH); in asic_flags_read() 564 "Resource flags: 0x%016llx\n", scratch0); in asic_flags_read() 567 if (scratch0 & CR_THERM_INIT) { in asic_flags_read() 575 check_dyn_flag(scratch0, tmp, size, &used, dd->hfi1_id, i, in asic_flags_read() 577 check_dyn_flag(scratch0, tmp, size, &used, dd->hfi1_id, i, in asic_flags_read() 579 check_dyn_flag(scratch0, tmp, size, &used, dd->hfi1_id, i, in asic_flags_read() 581 check_dyn_flag(scratch0, tmp, size, &used, dd->hfi1_id, i, in asic_flags_read() [all …]
|
D | firmware.c | 1470 u64 scratch0, all_bits, my_bit; in __acquire_chip_resource() local 1501 scratch0 = read_csr(dd, ASIC_CFG_SCRATCH); in __acquire_chip_resource() 1502 if (scratch0 & all_bits) { in __acquire_chip_resource() 1505 write_csr(dd, ASIC_CFG_SCRATCH, scratch0 | my_bit); in __acquire_chip_resource() 1546 u64 scratch0, bit; in release_chip_resource() local 1564 scratch0 = read_csr(dd, ASIC_CFG_SCRATCH); in release_chip_resource() 1565 if ((scratch0 & bit) != 0) { in release_chip_resource() 1566 scratch0 &= ~bit; in release_chip_resource() 1567 write_csr(dd, ASIC_CFG_SCRATCH, scratch0); in release_chip_resource() 1588 u64 scratch0, bit; in check_chip_resource() local [all …]
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_book3s_asm.h | 101 ulong scratch0;
|
/Linux-v5.10/drivers/soc/tegra/ |
D | pmc.c | 251 unsigned int scratch0; member 914 value = tegra_pmc_scratch_readl(pmc, pmc->soc->regs->scratch0); in tegra_pmc_restart_notify() 928 tegra_pmc_scratch_writel(pmc, value, pmc->soc->regs->scratch0); in tegra_pmc_restart_notify() 2617 .scratch0 = 0x50, 3114 .scratch0 = 0x2000, 3280 .scratch0 = 0x2000, 3353 .scratch0 = 0x2000, 3449 saved = readl(pmc->base + pmc->soc->regs->scratch0); in tegra_pmc_detect_tz_only() 3456 writel(value, pmc->base + pmc->soc->regs->scratch0); in tegra_pmc_detect_tz_only() 3457 value = readl(pmc->base + pmc->soc->regs->scratch0); in tegra_pmc_detect_tz_only() [all …]
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | asm-offsets.c | 675 HSTATE_FIELD(HSTATE_SCRATCH0, scratch0); in main()
|
/Linux-v5.10/drivers/dma/ |
D | imx-sdma.c | 291 u32 scratch0; member
|