Searched refs:_table (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/drivers/clk/ |
| H A D | clk-stm32mp13.c | 527 #define DIVRDY_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument 533 .table = (_table),\ 537 #define DIV_CFG(_id, _offset, _shift, _width, _flags, _table)\ argument 538 DIVRDY_CFG(_id, _offset, _shift, _width, _flags, _table, DIV_NO_RDY)
|
| H A D | clk-stm32mp21.c | 611 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument 617 .table = (_table),\
|
| H A D | clk-stm32mp25.c | 651 #define _DIV_CFG(_id, _offset, _shift, _width, _flags, _table, _ready)\ argument 657 .table = (_table),\
|