Lines Matching defs:_r
259 #define THT_FIFO_SIZE(_r) (4096 * (1<<(_r)))
621 #define tht_set(_s, _r, _b) tht_write((_s), (_r), \
622 tht_read((_s), (_r)) | (_b))
623 #define tht_clr(_s, _r, _b) tht_write((_s), (_r), \
624 tht_read((_s), (_r)) & ~(_b))
625 #define tht_wait_set(_s, _r, _b, _t) tht_wait_eq((_s), (_r), \
1593 #define tht_swrst_set(_s, _r) tht_write((_s), (_r), 0x1)
1594 #define tht_swrst_clr(_s, _r) tht_write((_s), (_r), 0x0)