Searched refs:pericfg_rst_ofs (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mt8173-pericfg.c | 89 static u16 pericfg_rst_ofs[] = { 0x0, 0x4 }; variable 93 .rst_bank_ofs = pericfg_rst_ofs, 94 .rst_bank_nr = ARRAY_SIZE(pericfg_rst_ofs),
|
H A D | clk-mt8135.c | 507 static u16 pericfg_rst_ofs[] = { 0x0, 0x4, }; variable 519 .rst_bank_ofs = pericfg_rst_ofs, 520 .rst_bank_nr = ARRAY_SIZE(pericfg_rst_ofs),
|
H A D | clk-mt7622.c | 483 static u16 pericfg_rst_ofs[] = { 0x0, 0x4, }; variable 487 .rst_bank_ofs = pericfg_rst_ofs, 488 .rst_bank_nr = ARRAY_SIZE(pericfg_rst_ofs),
|
H A D | clk-mt2712.c | 936 static u16 pericfg_rst_ofs[] = { 0x0, 0x4, }; variable 948 .rst_bank_ofs = pericfg_rst_ofs, 949 .rst_bank_nr = ARRAY_SIZE(pericfg_rst_ofs),
|
H A D | clk-mt2701.c | 727 static u16 pericfg_rst_ofs[] = { 0x0, 0x4, }; variable 739 .rst_bank_ofs = pericfg_rst_ofs, 740 .rst_bank_nr = ARRAY_SIZE(pericfg_rst_ofs),
|