rb_table
struct rb_table;
static void rb_validate(struct radeonfb_softc *, struct rb_table *);
static uint16_t rb_find_asic_table(struct radeonfb_softc *, struct rb_table *);
struct rb_table *);
struct rb_table *);
static int rb_load_init_block(struct radeonfb_softc *, struct rb_table *);
static int rb_load_pll_block(struct radeonfb_softc *, struct rb_table *);
static int rb_reset_sdram(struct radeonfb_softc *, struct rb_table *);
struct rb_table *parent;
void (*validate)(struct radeonfb_softc *, struct rb_table *);
uint16_t (*find)(struct radeonfb_softc *, struct rb_table *);
static struct rb_table rb_rage_regs1_table = {
static struct rb_table rb_rage_regs2_table = {
static struct rb_table rb_dyn_clock_table = {
static struct rb_table rb_pll_init_table = {
static struct rb_table rb_mem_config_table = {
static struct rb_table rb_mem_reset_table = {
static struct rb_table rb_short_mem_reset_table = {
static struct rb_table rb_rage_regs3_table = {
static struct rb_table rb_rage_regs4_table = {
static struct rb_table *rb_tables[] = {
rb_validate(struct radeonfb_softc *sc, struct rb_table *tp)
rb_find_asic_table(struct radeonfb_softc *sc, struct rb_table *tp)
rb_find_mem_reset_table(struct radeonfb_softc *sc, struct rb_table *tp)
rb_find_short_mem_reset_table(struct radeonfb_softc *sc, struct rb_table *tp)
rb_load_init_block(struct radeonfb_softc *sc, struct rb_table *tp)
rb_load_pll_block(struct radeonfb_softc *sc, struct rb_table *tp)
rb_reset_sdram(struct radeonfb_softc *sc, struct rb_table *tp)
struct rb_table *tp;