stmqspi_flash_bank::saved_ccr is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDstmqspi_flash_bank::saved_ccr

stmqspi_flash_bank::saved_ccr field

Syntax

uint32_t saved_ccr;

References

LocationReferrerText
stmqspi.c:169
uint32_t saved_ccr; /* different meaning for QUADSPI and OCTOSPI */
stmqspi.c:191octospi_cmd()
stmqspi.c:192octospi_cmd()
stmqspi.c:202octospi_cmd()
return target_write_u32(target, io_base + OCTOSPI_IR, OPI_CMD(ir));
stmqspi.c:305set_mm_mode()
stmqspi_info->saved_ccr);
stmqspi.c:317set_mm_mode()
stmqspi_info->saved_ccr);
stmqspi.c:350read_status_reg()
stmqspi.c:352read_status_reg()
if (OPI_MODE) {
stmqspi.c:359read_status_reg()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_READ_STATUS);
stmqspi.c:439qspi_write_enable()
stmqspi.c:441qspi_write_enable()
if (OPI_MODE) {
stmqspi.c:448qspi_write_enable()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_WRITE_ENABLE);
stmqspi.c:539stmqspi_handle_mass_erase_command()
stmqspi.c:542stmqspi_handle_mass_erase_command()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_MASS_ERASE);
stmqspi.c:851stmqspi_handle_cmd()
stmqspi.c:855stmqspi_handle_cmd()
stmqspi.c:888stmqspi_handle_cmd()
stmqspi.c:893stmqspi_handle_cmd()
stmqspi.c:938qspi_erase_sector()
stmqspi.c:941qspi_erase_sector()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_SECTOR_ERASE);
stmqspi.c:1125stmqspi_blank_check()
stmqspi.c:1292qspi_verify()
stmqspi.c:1415qspi_read_write_block()
stmqspi.c:1417qspi_read_write_block()
stmqspi.c:1418qspi_read_write_block()
stmqspi.c:1422qspi_read_write_block()
stmqspi.c:1424qspi_read_write_block()
stmqspi.c:1428qspi_read_write_block()
stmqspi.c:1429qspi_read_write_block()
stmqspi.c:1432qspi_read_write_block()
h_to_le_32(write ? OPI_CMD(stmqspi_info->dev.pprog_cmd) : stmqspi_info->saved_ir),
stmqspi.c:1620stmqspi_write()
octal_dtr = IS_OCTOSPI && (stmqspi_info->saved_ccr & BIT(OCTOSPI_DDTR));
stmqspi.c:1681stmqspi_verify()
octal_dtr = IS_OCTOSPI && (stmqspi_info->saved_ccr & BIT(OCTOSPI_DDTR));
stmqspi.c:1758find_sfdp_dummy()
stmqspi.c:1760find_sfdp_dummy()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_READ_SFDP);
stmqspi.c:1821read_sfdp_block()
if (IS_OCTOSPI && (((stmqspi_info->saved_ccr >> SPI_DMODE_POS) & 0x7) > 3)) {
stmqspi.c:1879read_sfdp_block()
stmqspi.c:1881read_sfdp_block()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_READ_SFDP);
stmqspi.c:1955read_flash_id()
for (type = (IS_OCTOSPI && OPI_MODE) ? 1 : 0; type < 2 ; type++) {
stmqspi.c:1984read_flash_id()
stmqspi.c:1986read_flash_id()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_READ_MID);
stmqspi.c:1992read_flash_id()
stmqspi.c:1994read_flash_id()
retval = target_write_u32(target, io_base + QSPI_CCR, QSPI_CCR_READ_ID);
stmqspi.c:2005read_flash_id()
stmqspi.c:2131stmqspi_probe()
retval = target_read_u32(target, io_base + SPI_CCR, &stmqspi_info->saved_ccr);
stmqspi.c:2164stmqspi_probe()
stmqspi_info->saved_cr, stmqspi_info->saved_ccr, SPI_ADSIZE);
stmqspi.c:2169stmqspi_probe()
stmqspi_info->saved_cr, stmqspi_info->saved_ccr, SPI_ADSIZE);
stmqspi.c:2170stmqspi_probe()
if (stmqspi_info->saved_ccr & (1U << QSPI_DDRM))
stmqspi.c:2181stmqspi_probe()
octal_dtr = IS_OCTOSPI && (stmqspi_info->saved_ccr & BIT(OCTOSPI_DDTR));

Data Use

Type of stmqspi_flash_bank::saved_ccr
stmqspi_flash_bank::saved_ccr
uint32_t
all items filtered out