Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/drivers/clk/
H A Dclk-stm32-core.h108 #define MASK_WIDTH_SHIFT(_width, _shift) \ argument
109 GENMASK_32(((_width) + (_shift) - 1U), (_shift))
H A Dclk-stm32mp13.c527 #define DIVRDY_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
531 .width = (_width),\
537 #define DIV_CFG(_id, _offset, _shift, _width, _flags, _table)\ argument
538 DIVRDY_CFG(_id, _offset, _shift, _width, _flags, _table, DIV_NO_RDY)
630 #define DRIVE(_offset, _shift, _width, _default) (&(struct clk_stm32_drive){\ argument
633 .drv_width = (_width),\
H A Dclk-stm32mp21.c566 #define _MUX_CFG(_id, _offset, _shift, _width, _rdy)\ argument
570 .width = (_width),\
611 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
615 .width = (_width),\
687 #define DRIVE(_offset, _shift, _width, _default) \ argument
691 .drv_width = (_width),\
H A Dclk-stm32mp25.c601 #define _MUX_CFG(_id, _offset, _shift, _width, _rdy)\ argument
605 .width = (_width),\
651 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
655 .width = (_width),\
725 #define DRIVE(_offset, _shift, _width, _default) \ argument
729 .drv_width = (_width),\
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dplat_tzc400.c28 #define FILTER_MASK(_width) GENMASK_32(((_width) - U(1)), U(0)) argument