Searched refs:ENABLE (Results 1 – 2 of 2) sorted by relevance
/tf-a-ffa_el3_spmc/plat/rockchip/rk3399/drivers/m0/src/ |
A D | stopwatch.c | 15 #define ENABLE (1 << 0) macro 40 mmio_write_32(SYST_CST, ENABLE | TICKINT | CLKSOURCE); in stopwatch_set_usecs() 49 if (mmio_read_32(SYST_CST) & ENABLE) in stopwatch_init_usecs_expire() 60 if ((val & COUNTFLAG) || !(val & ENABLE)) { in stopwatch_expired() 72 mmio_clrbits_32(SYST_CST, ENABLE); in stopwatch_reset()
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/soc/t186/ |
A D | plat_memctrl.c | 42 mc_make_sec_cfg(XUSB_DEVR, NON_SECURE, OVERRIDE, ENABLE), 65 mc_make_sec_cfg(ISPWA, NON_SECURE, OVERRIDE, ENABLE), 67 mc_make_sec_cfg(XUSB_HOSTW, NON_SECURE, OVERRIDE, ENABLE), 70 mc_make_sec_cfg(VIW, NON_SECURE, OVERRIDE, ENABLE), 74 mc_make_sec_cfg(ISPRA, NON_SECURE, OVERRIDE, ENABLE), 76 mc_make_sec_cfg(XUSB_DEVW, NON_SECURE, OVERRIDE, ENABLE), 87 mc_make_sec_cfg(XUSB_HOSTR, NON_SECURE, OVERRIDE, ENABLE), 104 mc_make_sec_cfg(ISPWB, NON_SECURE, OVERRIDE, ENABLE),
|
Completed in 4 milliseconds