Searched refs:_width (Results 1 – 4 of 4) sorted by relevance
/trusted-firmware-a-latest/drivers/st/clk/ |
D | clk-stm32-core.h | 144 #define MASK_WIDTH_SHIFT(_width, _shift) \ argument 145 GENMASK(((_width) + (_shift) - 1U), (_shift)) 332 #define DRIVE(_offset, _shift, _width, _default) &(struct stm32_clk_drive){\ argument 335 .drv_width = (_width),\
|
D | clk-stm32-core.c | 227 #define clk_div_mask(_width) GENMASK(((_width) - 1U), 0U) argument
|
D | clk-stm32mp13.c | 835 #define DIV_CFG(id, _offset, _shift, _width, _flags, _table, _bitrdy)[id] = {\ argument 838 .width = _width,\
|
/trusted-firmware-a-latest/include/lib/cpus/aarch64/ |
D | cpu_macros.S | 451 .macro sysreg_bitfield_insert _reg:req, _src:req, _lsb:req, _width:req 455 bfi x0, x1, #\_lsb, #\_width
|