Home
last modified time | relevance | path

Searched refs:_shift (Results 1 – 2 of 2) sorted by relevance

/optee_os-3.20.0/core/drivers/clk/
A Dclk-stm32-core.h107 #define MASK_WIDTH_SHIFT(_width, _shift) \ argument
108 GENMASK_32(((_width) + (_shift) - 1U), (_shift))
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),\

Completed in 8 milliseconds