Lines Matching defs:rb_table
116 struct rb_table;
118 static void rb_validate(struct radeonfb_softc *, struct rb_table *);
119 static uint16_t rb_find_asic_table(struct radeonfb_softc *, struct rb_table *);
121 struct rb_table *);
123 struct rb_table *);
124 static int rb_load_init_block(struct radeonfb_softc *, struct rb_table *);
125 static int rb_load_pll_block(struct radeonfb_softc *, struct rb_table *);
126 static int rb_reset_sdram(struct radeonfb_softc *, struct rb_table *);
136 struct rb_table {
139 struct rb_table *parent;
142 void (*validate)(struct radeonfb_softc *, struct rb_table *);
145 uint16_t (*find)(struct radeonfb_softc *, struct rb_table *);
151 static struct rb_table rb_rage_regs1_table = {
159 static struct rb_table rb_rage_regs2_table = {
167 static struct rb_table rb_dyn_clock_table = {
175 static struct rb_table rb_pll_init_table = {
183 static struct rb_table rb_mem_config_table = {
191 static struct rb_table rb_mem_reset_table = {
199 static struct rb_table rb_short_mem_reset_table = {
207 static struct rb_table rb_rage_regs3_table = {
215 static struct rb_table rb_rage_regs4_table = {
223 static struct rb_table *rb_tables[] = {
237 rb_validate(struct radeonfb_softc *sc, struct rb_table *tp)
257 rb_find_asic_table(struct radeonfb_softc *sc, struct rb_table *tp)
277 rb_find_mem_reset_table(struct radeonfb_softc *sc, struct rb_table *tp)
291 rb_find_short_mem_reset_table(struct radeonfb_softc *sc, struct rb_table *tp)
360 rb_load_init_block(struct radeonfb_softc *sc, struct rb_table *tp)
445 rb_load_pll_block(struct radeonfb_softc *sc, struct rb_table *tp)
515 rb_reset_sdram(struct radeonfb_softc *sc, struct rb_table *tp)
559 struct rb_table *tp;