Searched refs:CAD_QSPI_BANK_SIZE (Results 1 – 2 of 2) sorted by relevance
712 bank_offset = offset & (CAD_QSPI_BANK_SIZE - 1); in cad_qspi_read()716 copy_len = LESS(size, CAD_QSPI_BANK_SIZE - bank_offset); in cad_qspi_read()727 bank_addr += CAD_QSPI_BANK_SIZE; in cad_qspi_read()731 copy_len = LESS(size, CAD_QSPI_BANK_SIZE); in cad_qspi_read()779 bank_offset = offset & (CAD_QSPI_BANK_SIZE - 1); in cad_qspi_write()783 copy_len = LESS(size, CAD_QSPI_BANK_SIZE - bank_offset); in cad_qspi_write()796 bank_addr += CAD_QSPI_BANK_SIZE; in cad_qspi_write()801 copy_len = LESS(size, CAD_QSPI_BANK_SIZE); in cad_qspi_write()
143 #define CAD_QSPI_BANK_SIZE 0x01000000 macro
Completed in 5 milliseconds