Lines Matching refs:tn
75 #define __hbs_rs(sz, tn, t, h, o) \
76 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
79 #define __hbs_ws(sz, tn, t, h, o, v) \
81 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
85 #define __hbs_nonsingle(type, sz, tn, t, h, o, a, c) \
87 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
88 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
92 #define __hbs_set(type, sz, tn, t, h, o, v, c) \
94 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
98 #define __hbs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
100 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
101 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \