Home
last modified time | relevance | path

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

/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/
A 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()
/tf-a-ffa_el3_spmc/plat/mediatek/mt8192/drivers/dfd/
A Dplat_dfd.c22 sync_writel(DFD_INTERNAL_CTL, 0x5); in dfd_setup()
63 sync_writel(DFD_POWER_CTL, 0xF9); in dfd_setup()
77 sync_writel(DFD_CLEAN_STATUS, 0x1); in dfd_setup()
78 sync_writel(DFD_CLEAN_STATUS, 0x0); in dfd_setup()
81 sync_writel(DFD_V30_CTL, 0x1); in dfd_setup()
92 sync_writel(DFD_V35_ENALBE, 0x1); in dfd_setup()
93 sync_writel(DFD_V35_TAP_NUMBER, 0xB); in dfd_setup()
94 sync_writel(DFD_V35_TAP_EN, DFD_V35_TAP_EN_VAL); in dfd_setup()
95 sync_writel(DFD_V35_SEQ0_0, DFD_V35_SEQ0_0_VAL); in dfd_setup()
98 sync_writel(DFD_HW_TRIGGER_MASK, 0xC); in dfd_setup()
[all …]
A Dplat_dfd.h14 #define sync_writel(addr, val) do { mmio_write_32((addr), (val)); \ macro
/tf-a-ffa_el3_spmc/plat/mediatek/mt8183/include/
A Dplat_debug.h10 #define sync_writel(addr, val) \ macro

Completed in 4 milliseconds