Searched refs:stfsm_read_status (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/mtd/devices/ |
D | st_spi_fsm.c | 918 static int stfsm_read_status(struct stfsm *fsm, uint8_t cmd, in stfsm_read_status() function 1190 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sta, 1); in stfsm_mx25_config() 1448 stfsm_read_status(fsm, SPINOR_OP_RDSR2, &cr1, 1); in stfsm_s25fl_config() 1466 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_s25fl_config() 1493 stfsm_read_status(fsm, SPINOR_OP_RDSR2, &sr2, 1); in stfsm_w25q_config() 1510 stfsm_read_status(fsm, SPINOR_OP_RDSR, &sr1, 1); in stfsm_w25q_config()
|