Searched refs:REG_NAME (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/display/ |
H A D | artist.c | 161 #define REG_NAME(_x) case _x: return " "#_x; macro 165 REG_NAME(VRAM_IDX); in artist_reg_name() 166 REG_NAME(VRAM_BITMASK); in artist_reg_name() 167 REG_NAME(VRAM_WRITE_INCR_X); in artist_reg_name() 168 REG_NAME(VRAM_WRITE_INCR_X2); in artist_reg_name() 169 REG_NAME(VRAM_WRITE_INCR_Y); in artist_reg_name() 170 REG_NAME(VRAM_START); in artist_reg_name() 171 REG_NAME(BLOCK_MOVE_SIZE); in artist_reg_name() 172 REG_NAME(BLOCK_MOVE_SOURCE); in artist_reg_name() 173 REG_NAME(FG_COLOR); in artist_reg_name() [all …]
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | niu.c | 150 #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 152 __niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 189 #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 191 __niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \ 229 #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \ argument 231 __niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
|