| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/ |
| H A D | mt_spm_cond.h | 71 struct mt_spm_cond_tables { struct 101 struct mt_spm_cond_tables cond_table_buf; 104 uint64_t mt_spm_cond_check(const struct mt_spm_cond_tables *src, 105 const struct mt_spm_cond_tables *dest, 106 struct mt_spm_cond_tables *res); 107 uint64_t mt_spm_dump_all_pll(const struct mt_spm_cond_tables *src, 108 const struct mt_spm_cond_tables *dest, 109 struct mt_spm_cond_tables *res);
|
| H A D | mt_spm_cond.c | 19 uint64_t mt_spm_cond_check(const struct mt_spm_cond_tables *src, in mt_spm_cond_check() 20 const struct mt_spm_cond_tables *dest, in mt_spm_cond_check() 21 struct mt_spm_cond_tables *res) in mt_spm_cond_check() 57 uint64_t mt_spm_dump_all_pll(const struct mt_spm_cond_tables *src, in mt_spm_dump_all_pll() 58 const struct mt_spm_cond_tables *dest, in mt_spm_dump_all_pll() 59 struct mt_spm_cond_tables *res) in mt_spm_dump_all_pll() 81 struct mt_spm_cond_tables *spm_cond; in mt_spm_cond_update()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/ |
| H A D | mt_spm_cond.h | 77 struct mt_spm_cond_tables { struct 86 const struct mt_spm_cond_tables *src, argument 87 const struct mt_spm_cond_tables *dest, 88 struct mt_spm_cond_tables *res); 89 unsigned int mt_spm_dump_all_pll(const struct mt_spm_cond_tables *src, 90 const struct mt_spm_cond_tables *dest, 91 struct mt_spm_cond_tables *res);
|
| H A D | mt_spm_cond.c | 78 static struct mt_spm_cond_tables spm_cond_t; 130 const struct mt_spm_cond_tables *src, in mt_spm_cond_check() 131 const struct mt_spm_cond_tables *dest, in mt_spm_cond_check() 132 struct mt_spm_cond_tables *res) in mt_spm_cond_check() 178 unsigned int mt_spm_dump_all_pll(const struct mt_spm_cond_tables *src, in mt_spm_dump_all_pll() 179 const struct mt_spm_cond_tables *dest, in mt_spm_dump_all_pll() 180 struct mt_spm_cond_tables *res) in mt_spm_dump_all_pll()
|
| /rk3399_ARM-atf/plat/mediatek/mt8186/drivers/spm/ |
| H A D | mt_spm_cond.h | 45 struct mt_spm_cond_tables { struct 53 const struct mt_spm_cond_tables *src, argument 54 const struct mt_spm_cond_tables *dest, 55 struct mt_spm_cond_tables *res);
|
| H A D | mt_spm_cond.c | 65 static struct mt_spm_cond_tables spm_cond_t; 99 const struct mt_spm_cond_tables *src, in mt_spm_cond_check() 100 const struct mt_spm_cond_tables *dest, in mt_spm_cond_check() 101 struct mt_spm_cond_tables *res) in mt_spm_cond_check()
|
| /rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/ |
| H A D | mt_spm_cond.h | 43 struct mt_spm_cond_tables { struct 51 const struct mt_spm_cond_tables *src, argument 52 const struct mt_spm_cond_tables *dest, 53 struct mt_spm_cond_tables *res);
|
| H A D | mt_spm_cond.c | 68 static struct mt_spm_cond_tables spm_cond_t; 103 const struct mt_spm_cond_tables *src, in mt_spm_cond_check() 104 const struct mt_spm_cond_tables *dest, in mt_spm_cond_check() 105 struct mt_spm_cond_tables *res) in mt_spm_cond_check()
|
| /rk3399_ARM-atf/plat/mediatek/mt8195/drivers/spm/ |
| H A D | mt_spm_cond.h | 60 struct mt_spm_cond_tables { struct 68 const struct mt_spm_cond_tables *src, argument 69 const struct mt_spm_cond_tables *dest, 70 struct mt_spm_cond_tables *res);
|
| H A D | mt_spm_cond.c | 77 static struct mt_spm_cond_tables spm_cond_t; 120 const struct mt_spm_cond_tables *src, in mt_spm_cond_check() 121 const struct mt_spm_cond_tables *dest, in mt_spm_cond_check() 122 struct mt_spm_cond_tables *res) in mt_spm_cond_check()
|
| /rk3399_ARM-atf/plat/mediatek/mt8186/drivers/spm/constraints/ |
| H A D | mt_spm_rc_dram.c | 43 static struct mt_spm_cond_tables cond_dram = { 61 static struct mt_spm_cond_tables cond_dram_res = { 94 const struct mt_spm_cond_tables *tlb; in spm_update_rc_dram() 95 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_dram() 102 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_dram() 103 tlb_check = (const struct mt_spm_cond_tables *)&cond_dram; in spm_update_rc_dram()
|
| H A D | mt_spm_rc_syspll.c | 48 static struct mt_spm_cond_tables cond_syspll = { 66 static struct mt_spm_cond_tables cond_syspll_res = { 100 const struct mt_spm_cond_tables *tlb; in spm_update_rc_syspll() 101 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_syspll() 108 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_syspll() 109 tlb_check = (const struct mt_spm_cond_tables *)&cond_syspll; in spm_update_rc_syspll()
|
| H A D | mt_spm_rc_bus26m.c | 57 static struct mt_spm_cond_tables cond_bus26m = { 77 static struct mt_spm_cond_tables cond_bus26m_res = { 154 const struct mt_spm_cond_tables *tlb; in spm_update_rc_bus26m() 155 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_bus26m() 162 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_bus26m() 163 tlb_check = (const struct mt_spm_cond_tables *)&cond_bus26m; in spm_update_rc_bus26m()
|
| /rk3399_ARM-atf/plat/mediatek/mt8192/drivers/spm/constraints/ |
| H A D | mt_spm_rc_syspll.c | 43 static struct mt_spm_cond_tables cond_syspll = { 60 static struct mt_spm_cond_tables cond_syspll_res = { 93 const struct mt_spm_cond_tables *tlb; in spm_update_rc_syspll() 94 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_syspll() 102 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_syspll() 103 tlb_check = (const struct mt_spm_cond_tables *)&cond_syspll; in spm_update_rc_syspll()
|
| H A D | mt_spm_rc_dram.c | 44 static struct mt_spm_cond_tables cond_dram = { 61 static struct mt_spm_cond_tables cond_dram_res = { 94 const struct mt_spm_cond_tables *tlb; in spm_update_rc_dram() 95 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_dram() 103 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_dram() 104 tlb_check = (const struct mt_spm_cond_tables *)&cond_dram; in spm_update_rc_dram()
|
| H A D | mt_spm_rc_bus26m.c | 54 static struct mt_spm_cond_tables cond_bus26m = { 73 static struct mt_spm_cond_tables cond_bus26m_res = { 153 const struct mt_spm_cond_tables *tlb; in spm_update_rc_bus26m() 154 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_bus26m() 162 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_bus26m() 163 tlb_check = (const struct mt_spm_cond_tables *)&cond_bus26m; in spm_update_rc_bus26m()
|
| /rk3399_ARM-atf/plat/mediatek/mt8195/drivers/spm/constraints/ |
| H A D | mt_spm_rc_dram.c | 45 static struct mt_spm_cond_tables cond_dram = { 70 static struct mt_spm_cond_tables cond_dram_res = { 103 const struct mt_spm_cond_tables *tlb; in spm_update_rc_dram() 104 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_dram() 112 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_dram() 113 tlb_check = (const struct mt_spm_cond_tables *)&cond_dram; in spm_update_rc_dram()
|
| H A D | mt_spm_rc_syspll.c | 43 static struct mt_spm_cond_tables cond_syspll = { 68 static struct mt_spm_cond_tables cond_syspll_res = { 101 const struct mt_spm_cond_tables *tlb; in spm_update_rc_syspll() 102 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_syspll() 110 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_syspll() 111 tlb_check = (const struct mt_spm_cond_tables *)&cond_syspll; in spm_update_rc_syspll()
|
| H A D | mt_spm_rc_bus26m.c | 54 static struct mt_spm_cond_tables cond_bus26m = { 83 static struct mt_spm_cond_tables cond_bus26m_res = { 163 const struct mt_spm_cond_tables *tlb; in spm_update_rc_bus26m() 164 const struct mt_spm_cond_tables *tlb_check; in spm_update_rc_bus26m() 172 tlb = (const struct mt_spm_cond_tables *)val; in spm_update_rc_bus26m() 173 tlb_check = (const struct mt_spm_cond_tables *)&cond_bus26m; in spm_update_rc_bus26m()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8188/constraints/ |
| H A D | mt_spm_rc_dram.c | 39 static struct mt_spm_cond_tables cond_dram = { 63 static struct mt_spm_cond_tables cond_dram_res = { 110 const struct mt_spm_cond_tables *tlb = (const struct mt_spm_cond_tables *)val; in update_rc_condition() 111 const struct mt_spm_cond_tables *tlb_check = (const struct mt_spm_cond_tables *)&cond_dram; in update_rc_condition() 168 struct mt_spm_cond_tables * const tlb = &cond_dram; in update_rc_status()
|
| H A D | mt_spm_rc_syspll.c | 51 static struct mt_spm_cond_tables cond_syspll = { 75 static struct mt_spm_cond_tables cond_syspll_res = { 121 const struct mt_spm_cond_tables * const tlb = in update_rc_condition() 122 (const struct mt_spm_cond_tables * const)val; in update_rc_condition() 123 const struct mt_spm_cond_tables *tlb_check = in update_rc_condition() 124 (const struct mt_spm_cond_tables *)&cond_syspll; in update_rc_condition() 211 struct mt_spm_cond_tables * const tlb = &cond_syspll; in update_rc_status()
|
| H A D | mt_spm_rc_bus26m.c | 55 static struct mt_spm_cond_tables cond_bus26m = { 91 static struct mt_spm_cond_tables cond_bus26m_res = { 181 const struct mt_spm_cond_tables *tlb = (const struct mt_spm_cond_tables *)val; in update_rc_condition() 182 const struct mt_spm_cond_tables *tlb_check = in update_rc_condition() 183 (const struct mt_spm_cond_tables *)&cond_bus26m; in update_rc_condition() 262 struct mt_spm_cond_tables * const tlb = &cond_bus26m; in update_rc_status()
|
| /rk3399_ARM-atf/plat/mediatek/drivers/spm/mt8189/constraints/ |
| H A D | mt_spm_rc_vcore.c | 52 static struct mt_spm_cond_tables cond_vcore = { 56 static struct mt_spm_cond_tables cond_vcore_res = { 104 const struct mt_spm_cond_tables *tlb = in spm_update_rc_vcore() 105 (const struct mt_spm_cond_tables *)val; in spm_update_rc_vcore() 106 const struct mt_spm_cond_tables *tlb_check = in spm_update_rc_vcore() 107 (const struct mt_spm_cond_tables *)&cond_vcore; in spm_update_rc_vcore() 147 struct mt_spm_cond_tables *const tlb = in spm_update_rc_vcore()
|
| H A D | mt_spm_rc_bus26m.c | 58 static struct mt_spm_cond_tables cond_bus26m = { 62 static struct mt_spm_cond_tables cond_bus26m_res = { 107 const struct mt_spm_cond_tables *tlb = in spm_update_rc_bus26m() 108 (const struct mt_spm_cond_tables *)val; in spm_update_rc_bus26m() 109 const struct mt_spm_cond_tables *tlb_check = in spm_update_rc_bus26m() 110 (const struct mt_spm_cond_tables *)&cond_bus26m; in spm_update_rc_bus26m() 151 struct mt_spm_cond_tables *const tlb = &cond_bus26m; in spm_update_rc_bus26m()
|
| H A D | mt_spm_rc_api.h | 15 struct mt_spm_cond_tables *const tlb);
|