Lines Matching refs:tn
501 #define __pbs_rs(sz, tn, t, h, o) \
502 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
505 #define __pbs_ws(sz, tn, t, h, o, v) \
507 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
511 #define __pbs_nonsingle(type, sz, tn, t, h, o, a, c) \
513 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
514 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
518 #define __pbs_set(type, sz, tn, t, h, o, v, c) \
520 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
524 #define __pbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
526 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
527 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \