Searched refs:WORD_NON_ALIGNMENT_MASK (Results 1 – 1 of 1) sorted by relevance
35 #define WORD_NON_ALIGNMENT_MASK 0x03 macro96 if (address & WORD_NON_ALIGNMENT_MASK) { in hif_diag_read_access()144 if (address & WORD_NON_ALIGNMENT_MASK) { in hif_diag_write_access()191 if ((address & WORD_NON_ALIGNMENT_MASK) || in hif_diag_write_mem()192 (nbytes & WORD_NON_ALIGNMENT_MASK)) { in hif_diag_write_mem()236 if ((address & WORD_NON_ALIGNMENT_MASK) || in hif_diag_read_mem()237 (nbytes & WORD_NON_ALIGNMENT_MASK)) { in hif_diag_read_mem()