Home
last modified time | relevance | path

Searched refs:brps (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h95 int brps, wrps; in __debug_save_state() local
98 brps = (aa64dfr0 >> 12) & 0xf; in __debug_save_state()
101 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state()
102 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
113 int brps, wrps; in __debug_restore_state() local
117 brps = (aa64dfr0 >> 12) & 0xf; in __debug_restore_state()
120 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state()
121 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
H A Ddebug-sr.h95 int brps, wrps; in __debug_save_state() local
98 brps = (aa64dfr0 >> 12) & 0xf; in __debug_save_state()
101 save_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_save_state()
102 save_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_save_state()
113 int brps, wrps; in __debug_restore_state() local
117 brps = (aa64dfr0 >> 12) & 0xf; in __debug_restore_state()
120 restore_debug(dbg->dbg_bcr, dbgbcr, brps); in __debug_restore_state()
121 restore_debug(dbg->dbg_bvr, dbgbvr, brps); in __debug_restore_state()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-sh-msiof.c270 u32 brps, scr; in sh_msiof_spi_set_clk_regs() local
285 brps = (div + 1) >> div_pow; in sh_msiof_spi_set_clk_regs()
287 brps = div; in sh_msiof_spi_set_clk_regs()
289 for (; brps > 32; div_pow++) in sh_msiof_spi_set_clk_regs()
290 brps = (brps + 1) >> 1; in sh_msiof_spi_set_clk_regs()
296 brps = 32; in sh_msiof_spi_set_clk_regs()
299 t->effective_speed_hz = parent_rate / (brps << div_pow); in sh_msiof_spi_set_clk_regs()
301 scr = sh_msiof_spi_div_array[div_pow] | SISCR_BRPS(brps); in sh_msiof_spi_set_clk_regs()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-sh-msiof.c268 u32 brps, scr; in sh_msiof_spi_set_clk_regs() local
284 brps = (div + 1) >> div_pow; in sh_msiof_spi_set_clk_regs()
286 brps = div; in sh_msiof_spi_set_clk_regs()
288 for (; brps > 32; div_pow++) in sh_msiof_spi_set_clk_regs()
289 brps = (brps + 1) >> 1; in sh_msiof_spi_set_clk_regs()
295 brps = 32; in sh_msiof_spi_set_clk_regs()
298 scr = sh_msiof_spi_div_array[div_pow] | SISCR_BRPS(brps); in sh_msiof_spi_set_clk_regs()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/aarch64/
H A Ddebug-exceptions.c105 uint8_t brps, wrps, i; in reset_debug_state() local
119 brps = FIELD_GET(ARM64_FEATURE_MASK(ID_AA64DFR0_BRPS), dfr0); in reset_debug_state()
120 for (i = 0; i <= brps; i++) { in reset_debug_state()
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dhw_breakpoint.c214 int brps = get_num_brp_resources(); in get_num_brps() local
215 return core_has_mismatch_brps() ? brps - 1 : brps; in get_num_brps()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dhw_breakpoint.c214 int brps = get_num_brp_resources(); in get_num_brps() local
215 return core_has_mismatch_brps() ? brps - 1 : brps; in get_num_brps()

Completed in 14 milliseconds