Searched refs:fspi_test (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-a/drivers/nxp/flexspi/nor/ |
A D | fspi.c | 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() 847 fspi_test(xspi_addr + 0xef, 0x6f, 3); in fspi_init() [all …]
|
A D | test_fspi.c | 27 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra) in fspi_test() function
|
/trusted-firmware-a/include/drivers/nxp/flexspi/ |
A D | fspi_api.h | 121 void fspi_test(uint32_t fspi_test_addr, uint32_t size, int extra);
|
Completed in 7 milliseconds