Searched refs:read_command (Results 1 – 1 of 1) sorted by relevance
386 uint32_t read_command; in spi_flash_chip_generic_config_host_io_mode() local395 read_command = (addr_32bit? CMD_FASTRD_QIO_4B: CMD_FASTRD_QIO); in spi_flash_chip_generic_config_host_io_mode()401 read_command = (addr_32bit? CMD_FASTRD_QUAD_4B: CMD_FASTRD_QUAD); in spi_flash_chip_generic_config_host_io_mode()407 read_command = (addr_32bit? CMD_FASTRD_DIO_4B: CMD_FASTRD_DIO); in spi_flash_chip_generic_config_host_io_mode()413 read_command = (addr_32bit? CMD_FASTRD_DUAL_4B: CMD_FASTRD_DUAL); in spi_flash_chip_generic_config_host_io_mode()418 read_command = (addr_32bit? CMD_FASTRD_4B: CMD_FASTRD); in spi_flash_chip_generic_config_host_io_mode()423 read_command = (addr_32bit? CMD_READ_4B: CMD_READ); in spi_flash_chip_generic_config_host_io_mode()437 …return chip->host->driver->configure_host_io_mode(chip->host, read_command, addr_bitlen, dummy_cyc… in spi_flash_chip_generic_config_host_io_mode()