Searched refs:stfsm_read_fifo (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mtd/devices/ |
D | st_spi_fsm.c | 753 static void stfsm_read_fifo(struct stfsm *fsm, uint32_t *buf, uint32_t size) in stfsm_read_fifo() function 896 stfsm_read_fifo(fsm, &status, 4); in stfsm_wait_busy() 936 stfsm_read_fifo(fsm, &tmp, 4); in stfsm_read_status() 1318 stfsm_read_fifo(fsm, &tmp, 4); in stfsm_s25fl_read_dyb() 1556 stfsm_read_fifo(fsm, (uint32_t *)p, size_lb); in stfsm_read() 1559 stfsm_read_fifo(fsm, tmp, read_mask + 1); in stfsm_read() 1847 stfsm_read_fifo(fsm, tmp, 8); in stfsm_read_jedec()
|