Lines Matching refs:address
30 …mmand_winbond_program_4B(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length);
45 esp_err_t spi_flash_chip_winbond_read(esp_flash_t *chip, void *buffer, uint32_t address, uint32_t l… in spi_flash_chip_winbond_read() argument
54 if (REGION_32BIT(address, length)) { in spi_flash_chip_winbond_read()
66 …uint32_t read_len = chip->host->driver->read_data_slicer(chip->host, address, length, &align_addre… in spi_flash_chip_winbond_read()
67 uint32_t left_off = address - align_address; in spi_flash_chip_winbond_read()
68 uint32_t data_len = MIN(align_address + read_len, address + length) - address; in spi_flash_chip_winbond_read()
73 address += data_len; in spi_flash_chip_winbond_read()
81 …chip_winbond_page_program(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_chip_winbond_page_program() argument
89 err = spi_flash_command_winbond_program_4B(chip, buffer, address, length); in spi_flash_chip_winbond_page_program()
203 …ommand_winbond_program_4B(esp_flash_t *chip, const void *buffer, uint32_t address, uint32_t length) in spi_flash_command_winbond_program_4B() argument
205 bool addr_4b = ADDR_32BIT(address); in spi_flash_command_winbond_program_4B()
209 .address = address, in spi_flash_command_winbond_program_4B()
222 .address = start_address, in spi_flash_command_winbond_erase_sector_4B()
233 .address = start_address, in spi_flash_command_erase_block_4B()