Lines Matching refs:host

129     esp_err_t err = chip->host->driver->common_command(chip->host, &t);  in spi_flash_chip_generic_reset()
137 err = chip->host->driver->common_command(chip->host, &t); in spi_flash_chip_generic_reset()
157 chip->host->driver->erase_chip(chip->host); in spi_flash_chip_generic_erase_chip()
183 chip->host->driver->erase_sector(chip->host, start_address); in spi_flash_chip_generic_erase_sector()
209 chip->host->driver->erase_block(chip->host, start_address); in spi_flash_chip_generic_erase_block()
244 …uint32_t read_len = chip->host->driver->read_data_slicer(chip->host, address, length, &align_addre… in spi_flash_chip_generic_read()
247 err = chip->host->driver->read(chip->host, temp_buffer, align_address, read_len); in spi_flash_chip_generic_read()
267 chip->host->driver->program_page(chip->host, buffer, address, length); in spi_flash_chip_generic_page_program()
288 …uint32_t page_len = chip->host->driver->write_data_slicer(chip->host, address, length, &align_addr… in spi_flash_chip_generic_write()
314 chip->host->driver->set_write_protect(chip->host, write_protect); in spi_flash_chip_generic_set_write_protect()
342 return chip->host->driver->read_status(chip->host, (uint8_t*)out_reg); in spi_flash_chip_generic_read_reg()
380 while (!chip->host->driver->host_status(chip->host) && timeout_us > 0) { in spi_flash_chip_generic_wait_idle()
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()
577 esp_err_t err = chip->host->driver->common_command(chip->host, &transfer); in spi_flash_chip_generic_read_unique_id()
620 chip->host->driver->common_command(chip->host, &t); in spi_flash_chip_generic_get_caps()
698 esp_err_t ret = chip->host->driver->common_command(chip->host, &t); in spi_flash_common_read_qe_sr()
711 return chip->host->driver->common_command(chip->host, &t); in spi_flash_common_write_qe_sr()
839 return chip->host->driver->sus_setup(chip->host, &sus_conf); in spi_flash_chip_generic_suspend_cmd_conf()