Searched refs:BPL2 (Results 1 – 1 of 1) sorted by relevance
724 #define BPL2 (BITS_PER_LONG / 2) macro728 hw->dtm_idx[pos / BPL2] |= (unsigned long)val << ((pos % BPL2) * 2); in arm_cmn_set_dtm_idx()733 return (hw->dtm_idx[pos / BPL2] >> ((pos % BPL2) * 2)) & 3; in arm_cmn_get_dtm_idx()