Searched refs:dummy_count (Results 1 – 5 of 5) sorted by relevance
86 uint8_t dummy_count = 0; in hpm_spi_get_read_para() local208 dummy_count = ((dummy_cycles + mode_cycles) / 4); in hpm_spi_get_read_para()210 dummy_count = ((dummy_cycles + mode_cycles) / 2); in hpm_spi_get_read_para()213 if (dummy_count > 5) { in hpm_spi_get_read_para()218 flash->nor_read_para.data_dummy_count = dummy_count; in hpm_spi_get_read_para()243 command_seq.dummy_phase.dummy_count = 1; in hpm_spi_nor_read_sfdp()735 command_seq.dummy_phase.dummy_count = 0; in hpm_serial_nor_erase_block_blocking()1114 command_seq.dummy_phase.dummy_count = flash->nor_read_para.data_dummy_count; in hpm_serial_nor_read()
137 uint8_t dummy_count; member
104 uint8_t dummy_count; ///< Dummy cycles count member
139 if (cmd_seq->dummy_phase.dummy_count == 0) { in hpm_config_cmd_addr_format()142 control_config->common_config.dummy_cnt = cmd_seq->dummy_phase.dummy_count - 1; in hpm_config_cmd_addr_format()
132 if (cmd->dummy_count) { in qspi_config_command()
Completed in 14 milliseconds