Searched refs:_rst (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/reset/hisilicon/ |
D | reset-hi3660.c | 23 #define to_hi3660_reset_controller(_rst) \ argument 24 container_of(_rst, struct hi3660_reset_controller, rst)
|
/Linux-v4.19/drivers/reset/sti/ |
D | reset-syscfg.c | 49 #define to_syscfg_reset_controller(_rst) \ argument 50 container_of(_rst, struct syscfg_reset_controller, rst)
|
/Linux-v4.19/drivers/clk/renesas/ |
D | r9a06g032-clocks.c | 56 #define I_GATE(_clk, _rst, _rdy, _midle, _scon, _mirack, _mistat) \ argument 57 { .gate = _clk, .reset = _rst, \
|