Lines Matching refs:AspeedSMCTestData

41 static inline void spi_writel(const AspeedSMCTestData *data, uint64_t offset,  in spi_writel()
47 static inline uint32_t spi_readl(const AspeedSMCTestData *data, uint64_t offset) in spi_readl()
52 static inline void flash_writeb(const AspeedSMCTestData *data, uint64_t offset, in flash_writeb()
58 static inline void flash_writel(const AspeedSMCTestData *data, uint64_t offset, in flash_writel()
64 static inline uint8_t flash_readb(const AspeedSMCTestData *data, in flash_readb()
70 static inline uint32_t flash_readl(const AspeedSMCTestData *data, in flash_readl()
76 static void spi_conf(const AspeedSMCTestData *data, uint32_t value) in spi_conf()
84 static void spi_conf_remove(const AspeedSMCTestData *data, uint32_t value) in spi_conf_remove()
92 static void spi_ce_ctrl(const AspeedSMCTestData *data, uint32_t value) in spi_ce_ctrl()
100 static void spi_ctrl_setmode(const AspeedSMCTestData *data, uint8_t mode, in spi_ctrl_setmode()
110 static void spi_ctrl_start_user(const AspeedSMCTestData *data) in spi_ctrl_start_user()
122 static void spi_ctrl_stop_user(const AspeedSMCTestData *data) in spi_ctrl_stop_user()
131 static void spi_ctrl_set_io_mode(const AspeedSMCTestData *data, uint32_t value) in spi_ctrl_set_io_mode()
143 static void flash_reset(const AspeedSMCTestData *data) in flash_reset()
158 static void read_page(const AspeedSMCTestData *data, uint32_t addr, in read_page()
176 static void read_page_mem(const AspeedSMCTestData *data, uint32_t addr, in read_page_mem()
189 static void write_page_mem(const AspeedSMCTestData *data, uint32_t addr, in write_page_mem()
199 static void assert_page_mem(const AspeedSMCTestData *data, uint32_t addr, in assert_page_mem()
211 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_jedec()
230 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_erase_sector()
282 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_erase_all()
332 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_page()
369 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_page_mem()
412 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_page_mem()
448 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_read_status_reg()
487 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_status_reg_write_protection()
544 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_block_protect()
589 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_block_protect_bottom_bit()
635 const AspeedSMCTestData *test_data = (const AspeedSMCTestData *)data; in aspeed_smc_test_write_page_qpi()