Home
last modified time | relevance | path

Searched refs:GFC100_CMD_STAT_FAIL_MASK (Results 1 – 1 of 1) sorted by relevance

/trusted-firmware-m-3.4.0/platform/ext/target/arm/musca_b1/Native_Driver/
Dgfc100_eflash_drv.c114 #define GFC100_CMD_STAT_FAIL_MASK (1U<<GFC100_CMD_STAT_FAIL_POS) macro
121 (GFC100_CMD_STAT_SUCCESS_MASK | GFC100_CMD_STAT_FAIL_MASK)
302 while (remaining_len && !(status & GFC100_CMD_STAT_FAIL_MASK)) { in gfc100_eflash_read()
317 if (status & GFC100_CMD_STAT_FAIL_MASK) { in gfc100_eflash_read()
325 return ((status & GFC100_CMD_STAT_FAIL_MASK) ? in gfc100_eflash_read()
382 while (remaining_len && !(status & GFC100_CMD_STAT_FAIL_MASK)) { in gfc100_eflash_write()
391 if (status & GFC100_CMD_STAT_FAIL_MASK) { in gfc100_eflash_write()
399 return ((status & GFC100_CMD_STAT_FAIL_MASK) ? in gfc100_eflash_write()
449 if (status & GFC100_CMD_STAT_FAIL_MASK) { in gfc100_eflash_row_write()
524 return ((status == GFC100_CMD_STAT_FAIL_MASK) ? in gfc100_eflash_erase()