Searched refs:read_command (Results 1 – 2 of 2) sorted by relevance
422 uint32_t read_command; in spi_flash_chip_generic_config_host_io_mode() local432 read_command = (addr_32bit? CMD_FASTRD_QIO_4B: CMD_FASTRD_QIO); in spi_flash_chip_generic_config_host_io_mode()438 read_command = (addr_32bit? CMD_FASTRD_QUAD_4B: CMD_FASTRD_QUAD); in spi_flash_chip_generic_config_host_io_mode()444 read_command = (addr_32bit? CMD_FASTRD_DIO_4B: CMD_FASTRD_DIO); in spi_flash_chip_generic_config_host_io_mode()450 read_command = (addr_32bit? CMD_FASTRD_DUAL_4B: CMD_FASTRD_DUAL); in spi_flash_chip_generic_config_host_io_mode()455 read_command = (addr_32bit? CMD_FASTRD_4B: CMD_FASTRD); in spi_flash_chip_generic_config_host_io_mode()460 read_command = (addr_32bit? CMD_READ_4B: CMD_READ); in spi_flash_chip_generic_config_host_io_mode()474 …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()
366 uint32_t read_command; in spi_flash_chip_xmic_opi_config_host_io_mode() local373 read_command = CMD_OPI_FLASH_MXIC_READ_STR; in spi_flash_chip_xmic_opi_config_host_io_mode()378 read_command = CMD_OPI_FLASH_MXIC_READ_DTR; in spi_flash_chip_xmic_opi_config_host_io_mode()384 …return chip->host->driver->configure_host_io_mode(chip->host, read_command, addr_bitlen, dummy_cyc… in spi_flash_chip_xmic_opi_config_host_io_mode()