Home
last modified time | relevance | path

Searched refs:sync_writel (Results 1 – 2 of 2) sorted by relevance

/external/arm-trusted-firmware/plat/mediatek/mt8183/
Dplat_debug.c17 sync_writel(CA15M_DBG_CONTROL, in circular_buffer_setup()
26 sync_writel(VPROC_EXT_CTL, mmio_read_32(VPROC_EXT_CTL) & ~(0x1 << 1)); in circular_buffer_unlock()
29 sync_writel(CA15M_PWR_RST_CTL, mmio_read_32(CA15M_PWR_RST_CTL) & ~(0x1 << 1)); in circular_buffer_unlock()
32 sync_writel(MP1_CPUTOP_PWR_CON + i * 4, in circular_buffer_unlock()
36 sync_writel(DFD_INTERNAL_CTL, 0x1); in circular_buffer_unlock()
42 sync_writel(DFD_INTERNAL_CTL, 0x0); in circular_buffer_lock()
47 sync_writel(MCU_ALL_PWR_ON_CTRL, in clear_all_on_mux()
49 sync_writel(MCU_ALL_PWR_ON_CTRL, in clear_all_on_mux()
56 sync_writel(CA15M_DBG_CONTROL, in l2c_parity_check_setup()
/external/arm-trusted-firmware/plat/mediatek/mt8183/include/
Dplat_debug.h10 #define sync_writel(addr, val) \ macro