Searched refs:FREG (Results 1 - 4 of 4) sorted by relevance
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/ |
H A D | core_feature_fpu.h | 93 * \param [in] freg The floating point register, eg. FREG(0), f0 114 * \param [in] freg The floating point register(f0-f31), eg. FREG(0), f0 136 * \param [in] freg The floating point register, eg. FREG(0), f0 158 * \param [in] freg The floating point register(f0-f31), eg. FREG(0), f0 245 __RV_FSTORE(FREG(0), __fpu_context, 0 << LOG_FPREGBYTES); \ 246 __RV_FSTORE(FREG(1), __fpu_context, 1 << LOG_FPREGBYTES); \ 247 __RV_FSTORE(FREG(2), __fpu_context, 2 << LOG_FPREGBYTES); \ 248 __RV_FSTORE(FREG(3), __fpu_context, 3 << LOG_FPREGBYTES); \ 249 __RV_FSTORE(FREG(4), __fpu_context, 4 << LOG_FPREGBYTES); \ 250 __RV_FSTORE(FREG( [all...] |
H A D | riscv_encoding.h | 268 /** Floating Point Register f0-f31, eg. f0 -> FREG(0) */ 269 #define FREG(idx) f##idx macro
|
/kernel/linux/linux-5.10/drivers/mtd/spi-nor/controllers/ |
H A D | intel-spi.c | 55 #define FREG(n) (0x54 + ((n) * 4)) macro 186 dev_dbg(ispi->dev, "FREG(%d)=0x%08x\n", i, in intel_spi_dump_regs() 187 readl(ispi->base + FREG(i))); in intel_spi_dump_regs() 230 region = readl(ispi->base + FREG(i)); in intel_spi_dump_regs() 877 region = readl(ispi->base + FREG(i)); in intel_spi_fill_partition()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-intel.c | 55 #define FREG(n) (0x54 + ((n) * 4)) macro 211 dev_dbg(ispi->dev, "FREG(%d)=0x%08x\n", i, in intel_spi_dump_regs() 212 readl(ispi->base + FREG(i))); in intel_spi_dump_regs() 251 region = readl(ispi->base + FREG(i)); in intel_spi_dump_regs() 1236 region = readl(ispi->base + FREG(i)); in intel_spi_fill_partition()
|
Completed in 7 milliseconds