Searched refs:start_address (Results 1 – 2 of 2) sorted by relevance
1352 alt_u32 start_address = 0; in alt_qspi_validate_read_write_arguments() local1374 start_address = qspi_flash_info->data_base + offset; /** first address of read or write */ in alt_qspi_validate_read_write_arguments()1376 end_address = start_address + length; /** last address of read or write (not inclusive) */ in alt_qspi_validate_read_write_arguments()1384 start_address >= qspi_flash_info->data_end || in alt_qspi_validate_read_write_arguments()
711 alt_u32 start_address = 0; in alt_epcq_validate_read_write_arguments() local722 start_address = epcq_flash_info->data_base + offset; /** first address of read or write */ in alt_epcq_validate_read_write_arguments()723 end_address = start_address + length; /** last address of read or write (not inclusive) */ in alt_epcq_validate_read_write_arguments()727 start_address >= epcq_flash_info->data_end || in alt_epcq_validate_read_write_arguments()