Home
last modified time | relevance | path

Searched refs:CLK_DIVIDER (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/clk/imx/ !
H A Dclk-imx95-blk-ctl.c27 CLK_DIVIDER, enumerator
169 .type = CLK_DIVIDER,
408 } else if (data->type == CLK_DIVIDER) { in imx95_bc_probe()
/linux/include/uapi/linux/ !
H A Dscc.h90 CLK_DIVIDER, /* Rx = DPLL, Tx = divider (fullduplex with */ enumerator
/linux/drivers/gpu/drm/radeon/ !
H A Dtrinityd.h38 # define CLK_DIVIDER(x) ((x) << 8) macro
H A Dtrinity_dpm.c550 value |= CLK_DIVIDER(dividers.post_div); in trinity_set_divider_value()
/linux/drivers/clk/aspeed/ !
H A Dclk-ast2700.c60 CLK_DIVIDER, enumerator
323 .type = CLK_DIVIDER, \
983 } else if (clk->type == CLK_DIVIDER) { in ast2700_soc_clk_probe()
/linux/drivers/net/hamradio/ !
H A Dscc.c846 case CLK_DIVIDER: in init_channel()