Home
last modified time | relevance | path

Searched refs:brps (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
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/drivers/spi/
Dspi-sh-msiof.c265 u32 brps, scr; in sh_msiof_spi_set_clk_regs() local
281 brps = (div + 1) >> div_pow; in sh_msiof_spi_set_clk_regs()
283 brps = div; in sh_msiof_spi_set_clk_regs()
285 for (; brps > 32; div_pow++) in sh_msiof_spi_set_clk_regs()
286 brps = (brps + 1) >> 1; in sh_msiof_spi_set_clk_regs()
292 brps = 32; in sh_msiof_spi_set_clk_regs()
295 scr = sh_msiof_spi_div_array[div_pow] | SISCR_BRPS(brps); in sh_msiof_spi_set_clk_regs()
/kernel/linux/linux-5.10/arch/arm/kernel/
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()