Searched refs:CRU_CLKSEL_CON (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk_cru.h | 109 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 131 .offset = CRU_CLKSEL_CON(_o), \ 146 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 165 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 182 .offset = CRU_CLKSEL_CON(_mo), \
|
| H A D | rk3288_cru.c | 64 #define CRU_CLKSEL_CON(x) (0x060 + (x) * 0x4) macro 551 .offset = CRU_CLKSEL_CON(_mo), \ 567 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 589 .offset = CRU_CLKSEL_CON(_o), \ 604 .muxdiv_offset = CRU_CLKSEL_CON(_o), \ 623 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
|
| H A D | rk3399_cru.c | 55 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro
|