Searched refs:ENABLE (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a-latest/plat/rockchip/rk3399/drivers/m0/src/ |
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()
|
/trusted-firmware-a-latest/plat/nvidia/tegra/soc/t186/ |
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),
|
/trusted-firmware-a-latest/drivers/arm/mhu/ |
D | mhu_v2_x.c | 15 #define ENABLE 0x1 macro 350 (SEND_FRAME(p_mhu))->access_request = ENABLE; in mhu_v2_x_initiate_transfer()
|