Searched refs:CRU_CLKSEL_CON (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/sys/dev/clk/rockchip/
H A Drk_cru.h111 .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 Drk3568_pmucru.c51 #define CRU_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro
H A Drk3288_cru.c59 #define CRU_CLKSEL_CON(x) (0x060 + (x) * 0x4) macro
515 .muxdiv_offset = CRU_CLKSEL_CON(_o), \
H A Drk3399_pmucru.c48 #define CRU_CLKSEL_CON(x) (0x80 + (x) * 0x4) macro
H A Drk3328_cru.c47 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro
H A Drk3399_cru.c50 #define CRU_CLKSEL_CON(x) (0x100 + (x) * 0x4) macro
H A Drk3568_cru.c51 #define CRU_CLKSEL_CON(x) ((x) * 0x4 + 0x100) macro

Completed in 70 milliseconds