Searched refs:stfsm_read_fifo (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mtd/devices/ |
H A D | st_spi_fsm.c | 748 static void stfsm_read_fifo(struct stfsm *fsm, uint32_t *buf, uint32_t size) in stfsm_read_fifo() function 891 stfsm_read_fifo(fsm, &status, 4); in stfsm_wait_busy() 931 stfsm_read_fifo(fsm, &tmp, 4); in stfsm_read_status() 1313 stfsm_read_fifo(fsm, &tmp, 4); in stfsm_s25fl_read_dyb() 1551 stfsm_read_fifo(fsm, (uint32_t *)p, size_lb); in stfsm_read() 1554 stfsm_read_fifo(fsm, tmp, read_mask + 1); in stfsm_read() 1838 stfsm_read_fifo(fsm, tmp, 8); in stfsm_read_jedec()
|