Home
last modified time | relevance | path

Searched refs:RRB_SIZE (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/ia64/sn/io/sn2/pcibr/
Dpcibr_rrb.c69 #define RRB_SIZE (4) /* sizeof rrb within reg (bits) */ macro
110 tmp = (tmp >> RRB_SIZE); in do_pcibr_rrb_count_valid()
140 tmp = (tmp >> RRB_SIZE); in do_pcibr_rrb_count_avail()
179 reg = reg & ~(RRB_MASK << (RRB_SIZE * rrb_index)); in do_pcibr_rrb_alloc()
180 reg = reg | (rrb_bits << (RRB_SIZE * rrb_index)); in do_pcibr_rrb_alloc()
183 tmp = (tmp >> RRB_SIZE); in do_pcibr_rrb_alloc()
229 reg = reg & ~(RRB_ENABLE_BIT(bridge) << (RRB_SIZE * rrb_index)); in do_pcibr_rrb_free()
230 clr = clr | (enable_bit << (RRB_SIZE * rrb_index)); in do_pcibr_rrb_free()
233 tmp = (tmp >> RRB_SIZE); in do_pcibr_rrb_free()
241 if (clr & (enable_bit << (RRB_SIZE * rrb_index))) in do_pcibr_rrb_free()
[all …]