Home
last modified time | relevance | path

Searched refs:_shift (Results 1 – 4 of 4) 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.c444 #define MUXRDY_CFG(_id, _offset, _shift, _witdh, _rdy)\ argument
447 .shift = (_shift),\
452 #define MUX_CFG(_id, _offset, _shift, _witdh)\ argument
453 MUXRDY_CFG(_id, _offset, _shift, _witdh, MUX_NO_RDY)
527 #define DIVRDY_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
530 .shift = (_shift),\
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
632 .drv_shift = (_shift),\
H A Dclk-stm32mp21.c566 #define _MUX_CFG(_id, _offset, _shift, _width, _rdy)\ argument
569 .shift = (_shift),\
611 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
614 .shift = (_shift),\
687 #define DRIVE(_offset, _shift, _width, _default) \ argument
690 .drv_shift = (_shift),\
H A Dclk-stm32mp25.c601 #define _MUX_CFG(_id, _offset, _shift, _width, _rdy)\ argument
604 .shift = (_shift),\
651 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument
654 .shift = (_shift),\
725 #define DRIVE(_offset, _shift, _width, _default) \ argument
728 .drv_shift = (_shift),\