Lines Matching refs:tn
75 #define __bs_rs(sz, tn, t, h, o) \
76 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
78 #define __bs_rss(sz, tn, t, h, o) \
79 (__BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"), \
82 #define __bs_ws(sz, tn, t, h, o, v) \
84 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
87 #define __bs_wss(sz, tn, t, h, o, v) \
89 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
93 #define __bs_nonsingle(type, sz, tn, t, h, o, a, c) \
95 __BUS_SPACE_ADDRESS_SANITY((a), tn, "buffer"); \
96 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
100 #define __bs_set(type, sz, tn, t, h, o, v, c) \
102 __BUS_SPACE_ADDRESS_SANITY((h) + (o), tn, "bus addr"); \
106 #define __bs_copy(sz, tn, t, h1, o1, h2, o2, cnt) \
108 __BUS_SPACE_ADDRESS_SANITY((h1) + (o1), tn, "bus addr 1"); \
109 __BUS_SPACE_ADDRESS_SANITY((h2) + (o2), tn, "bus addr 2"); \