Searched refs:CRU_CLKSEL_CON (Results 1 – 7 of 7) sorted by relevance
/freebsd/sys/dev/clk/rockchip/ |
H A D | rk_cru.h | 111 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 133 .offset = CRU_CLKSEL_CON(_o), \ 148 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 167 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 192 MUXRAW(_id, _name, _pn, _f, CRU_CLKSEL_CON(_mo), _ms, _mw)
|
H A D | rk3568_pmucru.c | 51 #define CRU_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro
|
H A D | rk3288_cru.c | 59 #define CRU_CLKSEL_CON(x) (0x060 + (x) * 0x4) macro 515 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
|
H A D | rk3399_pmucru.c | 48 #define CRU_CLKSEL_CON(x) (0x80 + (x) * 0x4) macro
|
H A D | rk3328_cru.c | 47 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro
|
H A D | rk3399_cru.c | 50 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro
|
H A D | rk3568_cru.c | 51 #define CRU_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro
|