Home
last modified time | relevance | path

Searched refs:rst_ofs (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-mt2701-eth.c34 static u16 rst_ofs[] = { 0x34, }; variable
38 .rst_bank_ofs = rst_ofs,
39 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt2701-hif.c31 static u16 rst_ofs[] = { 0x34, }; variable
35 .rst_bank_ofs = rst_ofs,
36 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt2701-g3d.c31 static u16 rst_ofs[] = { 0xc, }; variable
35 .rst_bank_ofs = rst_ofs,
36 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt7622-hif.c65 static u16 rst_ofs[] = { 0x34, }; variable
69 .rst_bank_ofs = rst_ofs,
70 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt7622-eth.c54 static u16 rst_ofs[] = { 0x34, }; variable
58 .rst_bank_ofs = rst_ofs,
59 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt7629-hif.c60 static u16 rst_ofs[] = { 0x34, }; variable
64 .rst_bank_ofs = rst_ofs,
65 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
H A Dclk-mt7629-eth.c65 static u16 rst_ofs[] = { 0x34, }; variable
69 .rst_bank_ofs = rst_ofs,
70 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
/kernel/linux/linux-5.10/drivers/clk/sirf/
H A Dclk-atlas7.c284 u32 rst_ofs; member
1407 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module()
1410 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module()
1414 clkc_writel(1 << reset->rst_bit, reset->rst_ofs + 4); in atlas7_reset_module()
1418 clkc_writel(1 << reset->rst_bit, reset->rst_ofs); in atlas7_reset_module()

Completed in 6 milliseconds