Searched refs:xspi_addr (Results 1 – 1 of 1) sorted by relevance
/trusted-firmware-a/drivers/nxp/flexspi/nor/ |
A D | fspi.c | 829 uint32_t xspi_addr = SZ_57M; in fspi_init() local 837 fspi_test(xspi_addr, 0x40, 0); in fspi_init() 838 fspi_test(xspi_addr, 0x15, 2); in fspi_init() 839 fspi_test(xspi_addr, 0x80, 0); in fspi_init() 840 fspi_test(xspi_addr, 0x81, 0); in fspi_init() 841 fspi_test(xspi_addr, 0x79, 3); in fspi_init() 843 fspi_test(xspi_addr + 0x11, 0x15, 0); in fspi_init() 844 fspi_test(xspi_addr + 0x11, 0x40, 0); in fspi_init() 845 fspi_test(xspi_addr + 0xff, 0x40, 1); in fspi_init() 846 fspi_test(xspi_addr + 0x25, 0x81, 2); in fspi_init() [all …]
|
Completed in 3 milliseconds