Lines Matching refs:status
250 uint32_t status;
870 uint32_t status;
891 stfsm_read_fifo(fsm, &status, 4);
893 if ((status & FLASH_STATUS_BUSY) == 0)
897 ((status & S25FL_STATUS_P_ERR) ||
898 (status & S25FL_STATUS_E_ERR)))
899 return (uint8_t)(status & 0xff);
921 dev_dbg(fsm->dev, "read 'status' register [0x%02x], %d byte(s)\n",
947 "write 'status' register [0x%02x], %d byte(s), 0x%04x\n"
955 seq->status = (uint32_t)data | STA_PADS_1 | STA_CSDEASSERT;
1184 /* Check status of 'QE' bit, update if required. */
1332 .status = (uint32_t)dby | STA_PADS_1 | STA_CSDEASSERT,
1422 * For devices that support 'DYB' sector locking, check lock status and
1442 /* Check status of 'QE' bit, update if required. */
1487 /* Check status of 'QE' bit, update if required. */
1504 /* Write status register */