Searched refs:CI_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance
128 #define CI_BUFFER_SIZE (0x0800) macro130 #define CI_BUFFER(i) (CI_BUFFER_BASE + (i) * CI_BUFFER_SIZE)
51 u32 val, off = (address >> 1) & (CI_BUFFER_SIZE - 1); in read_attribute_mem()53 if (address > CI_BUFFER_SIZE) in read_attribute_mem()