Lines Matching refs:tn
459 #define __ebs_rs(sz, tn, t, h, o) \
460 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
463 #define __ebs_ws(sz, tn, t, h, o, v) \
465 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
469 #define __ebs_nonsingle(type, sz, tn, t, h, o, a, c) \
471 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
472 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
476 #define __ebs_set(type, sz, tn, t, h, o, v, c) \
478 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
482 #define __ebs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
484 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
485 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \