Searched refs:CAD_QSPI_BANK_SIZE (Results 1 – 2 of 2) sorted by relevance
718 bank_offset = offset & (CAD_QSPI_BANK_SIZE - 1); in cad_qspi_read()722 copy_len = LESS(size, CAD_QSPI_BANK_SIZE - bank_offset); in cad_qspi_read()733 bank_addr += CAD_QSPI_BANK_SIZE; in cad_qspi_read()737 copy_len = LESS(size, CAD_QSPI_BANK_SIZE); in cad_qspi_read()785 bank_offset = offset & (CAD_QSPI_BANK_SIZE - 1); in cad_qspi_write()789 copy_len = LESS(size, CAD_QSPI_BANK_SIZE - bank_offset); in cad_qspi_write()802 bank_addr += CAD_QSPI_BANK_SIZE; in cad_qspi_write()807 copy_len = LESS(size, CAD_QSPI_BANK_SIZE); in cad_qspi_write()
139 #define CAD_QSPI_BANK_SIZE 0x01000000 macro