Home
last modified time | relevance | path

Searched refs:CRU_CLKSEL_CON (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm64/rockchip/clk/
H A Drk_cru.h109 .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 Drk3288_cru.c64 #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 Drk3399_cru.c55 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro