Searched defs:h_inc (Results 1 – 2 of 2) sorted by relevance
48 #define h_inc() { head == FIFO_SIZE-1 ? head = 0 : head++; if (head == tail) head = -1, tail = 0;} macro
434 u16 p1, p2, h_inc; in radeon_legacy_tv_init_restarts() local