Lines Matching refs:tn
74 #define __bs_rs(sz, tn, t, h, o) \
75 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
78 #define __bs_ws(sz, tn, t, h, o, v) \
80 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
84 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \
86 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
87 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
91 #define __bs_set(type, sz, tn, t, h, o, v, c) \
93 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
97 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
99 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
100 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \