Searched refs:XSPI_MTO (Results 1 – 2 of 2) sorted by relevance
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()
86 #define XSPI_MTO U(0x928) macro