Searched refs:rst_ofs (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-mt2701-eth.c | 34 static u16 rst_ofs[] = { 0x34, }; variable 38 .rst_bank_ofs = rst_ofs, 39 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt2701-hif.c | 31 static u16 rst_ofs[] = { 0x34, }; variable 35 .rst_bank_ofs = rst_ofs, 36 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt2701-g3d.c | 31 static u16 rst_ofs[] = { 0xc, }; variable 35 .rst_bank_ofs = rst_ofs, 36 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt7622-hif.c | 65 static u16 rst_ofs[] = { 0x34, }; variable 69 .rst_bank_ofs = rst_ofs, 70 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt7622-eth.c | 54 static u16 rst_ofs[] = { 0x34, }; variable 58 .rst_bank_ofs = rst_ofs, 59 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt7629-hif.c | 60 static u16 rst_ofs[] = { 0x34, }; variable 64 .rst_bank_ofs = rst_ofs, 65 .rst_bank_nr = ARRAY_SIZE(rst_ofs),
|
H A D | clk-mt7629-eth.c | 65 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 D | clk-atlas7.c | 284 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