Searched refs:DIV_SEL2 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/clk/mvebu/ |
D | armada-37xx-periph.c | 32 #define DIV_SEL2 0xC macro 254 PERIPH_CLK_FULL_DD(mmc, 2, 0, DIV_SEL2, DIV_SEL2, 16, 13); 255 PERIPH_CLK_FULL_DD(sata_host, 3, 2, DIV_SEL2, DIV_SEL2, 10, 7); 269 PERIPH_CLK_FULL_DD(eip97, 24, 24, DIV_SEL2, DIV_SEL2, 22, 19); 294 PERIPH_CLK_MUX_DD(gbe_50, 6, DIV_SEL2, DIV_SEL2, 6, 9); 701 data->div_sel2 = readl(data->reg + DIV_SEL2); in armada_3700_periph_clock_suspend() 716 writel(data->div_sel2, data->reg + DIV_SEL2); in armada_3700_periph_clock_resume()
|