/src/sys/arch/arm/nxp/ |
imx_ccm_composite.c | 51 struct imx_ccm_composite *composite = &clk->u.composite; local in function:imx_ccm_composite_enable 56 val = CCM_READ(sc, clk->regidx, composite->reg + CCM_TARGET_ROOT); 61 CCM_WRITE(sc, clk->regidx, composite->reg + CCM_TARGET_ROOT, val); 70 struct imx_ccm_composite *composite = &clk->u.composite; local in function:imx_ccm_composite_get_rate 84 const uint32_t val = CCM_READ(sc, clk->regidx, composite->reg + CCM_TARGET_ROOT); 95 struct imx_ccm_composite *composite = &clk->u.composite; local in function:imx_ccm_composite_set_rate 103 if (composite->flags & IMX_COMPOSITE_SET_RATE_PARENT) 168 struct imx_ccm_composite *composite = &clk->u.composite; local in function:imx_ccm_composite_get_parent 185 struct imx_ccm_composite *composite = &clk->u.composite; local in function:imx_ccm_composite_set_parent [all...] |
imx_ccm.h | 107 /* Composite clocks */ 134 .u.composite.parents = (_parents), \ 135 .u.composite.nparents = __arraycount(_parents), \ 136 .u.composite.reg = (_reg), \ 137 .u.composite.flags = (_flags), \ 297 struct imx_ccm_composite composite; member in union:imx_ccm_clk::__anonc463f8b2010a
|
/src/sys/arch/arm/rockchip/ |
rk_cru_composite.c | 45 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_enable 49 if (composite->gate_mask == 0) 52 const uint32_t write_mask = composite->gate_mask << 16; 53 const uint32_t write_val = enable ? 0 : composite->gate_mask; 55 CRU_WRITE(sc, composite->gate_reg, write_mask | write_val); 64 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_get_rate 78 if (composite->flags & RK_COMPOSITE_FRACDIV) { 79 const uint32_t val = CRU_READ(sc, composite->frac_reg) 119 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_set_rate_frac 142 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_set_rate 220 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_get_parent 240 struct rk_cru_composite *composite = &clk->u.composite; local in function:rk_cru_composite_set_parent [all...] |
rk_cru.h | 274 /* Composite clocks */ 305 .u.composite.parents = (_parents), \ 306 .u.composite.nparents = __arraycount(_parents), \ 307 .u.composite.muxdiv_reg = (_muxdiv_reg), \ 308 .u.composite.mux_mask = (_mux_mask), \ 309 .u.composite.div_mask = (_div_mask), \ 310 .u.composite.gate_reg = (_gate_reg), \ 311 .u.composite.gate_mask = (_gate_mask), \ 312 .u.composite.frac_reg = (_frac_reg), \ 313 .u.composite.flags = (_flags), 421 struct rk_cru_composite composite; member in union:rk_cru_clk::__anonf247ef35040a [all...] |
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 733 struct qxl_composite composite; member in union:qxl_drawable::__anon314d145b0c0a
|