Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/imx/imx9/common/
H A Dimx9_sys_sleep.c34 static uint32_t xspi_mto[2]; variable
39 xspi_mto[0] = mmio_read_32(XSPI1_BASE + XSPI_MTO); in xspi_save()
40 xspi_mto[1] = mmio_read_32(XSPI2_BASE + XSPI_MTO); in xspi_save()
47 mmio_write_32(XSPI1_BASE + XSPI_MTO, xspi_mto[0]); in xspi_restore()
48 mmio_write_32(XSPI2_BASE + XSPI_MTO, xspi_mto[1]); in xspi_restore()