REG_NAME          131 drivers/net/ethernet/sun/niu.c #define niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
REG_NAME          133 drivers/net/ethernet/sun/niu.c 	__niu_set_and_wait_clear_mac(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
REG_NAME          170 drivers/net/ethernet/sun/niu.c #define niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
REG_NAME          172 drivers/net/ethernet/sun/niu.c 	__niu_set_and_wait_clear_ipp(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \
REG_NAME          210 drivers/net/ethernet/sun/niu.c #define niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME) \
REG_NAME          212 drivers/net/ethernet/sun/niu.c 	__niu_set_and_wait_clear(NP, REG, BITS, LIMIT, DELAY, REG_NAME); \