Lines Matching refs:tn
70 #define __dbs_rs(sz, tn, t, h, o) \
71 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
74 #define __dbs_ws(sz, tn, t, h, o, v) \
76 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
80 #define __dbs_nonsingle(type, sz, tn, t, h, o, a, c) \
82 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
83 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
87 #define __dbs_set(type, sz, tn, t, h, o, v, c) \
89 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
93 #define __dbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
95 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
96 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \