Home
last modified time | relevance | path

Searched refs:mt_spm_cond_tables (Results 1 – 18 of 18) sorted by relevance

/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/spm/
A Dmt_spm_cond.h43 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);
A Dmt_spm_cond.c68 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()
A Dmt_spm_constraint.h53 struct mt_spm_cond_tables *cond_res;
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/spm/
A Dmt_spm_cond.h45 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);
A Dmt_spm_cond.c65 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()
A Dmt_spm_constraint.h53 struct mt_spm_cond_tables *cond_res;
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/spm/
A Dmt_spm_cond.h60 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);
A Dmt_spm_cond.c77 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()
A Dmt_spm_constraint.h53 struct mt_spm_cond_tables *cond_res;
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8195/drivers/spm/constraints/
A Dmt_spm_rc_dram.c45 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()
A Dmt_spm_rc_syspll.c43 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()
A Dmt_spm_rc_bus26m.c54 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8186/drivers/spm/constraints/
A Dmt_spm_rc_dram.c43 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()
A Dmt_spm_rc_syspll.c48 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()
A Dmt_spm_rc_bus26m.c57 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()
/arm-trusted-firmware-2.8.0/plat/mediatek/mt8192/drivers/spm/constraints/
A Dmt_spm_rc_dram.c44 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()
A Dmt_spm_rc_syspll.c43 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()
A Dmt_spm_rc_bus26m.c54 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()

Completed in 15 milliseconds