Lines Matching refs:radeonfb_softc
115 static int radeonfb_scratch_test(struct radeonfb_softc *, int, uint32_t);
116 static void radeonfb_loadbios(struct radeonfb_softc *,
119 static uintmax_t radeonfb_getprop_num(struct radeonfb_softc *, const char *,
121 static int radeonfb_getclocks(struct radeonfb_softc *);
122 static int radeonfb_gettmds(struct radeonfb_softc *);
123 static int radeonfb_calc_dividers(struct radeonfb_softc *, uint32_t,
128 static int radeonfb_getconnectors(struct radeonfb_softc *);
131 static void radeonfb_pllwriteupdate(struct radeonfb_softc *, int);
132 static void radeonfb_pllwaitatomicread(struct radeonfb_softc *, int);
133 static void radeonfb_program_vclk(struct radeonfb_softc *, int, int, int);
136 static void radeonfb_init_misc(struct radeonfb_softc *);
137 static void radeonfb_set_fbloc(struct radeonfb_softc *);
139 static void radeonfb_r300cg_workaround(struct radeonfb_softc *);
165 static inline void radeonfb_wait_fifo(struct radeonfb_softc *, int);
166 static void radeonfb_engine_idle(struct radeonfb_softc *);
167 static void radeonfb_engine_flush(struct radeonfb_softc *);
168 static void radeonfb_engine_reset(struct radeonfb_softc *);
170 static inline void radeonfb_unclip(struct radeonfb_softc *) __unused;
196 static const struct videomode *radeonfb_port_mode(struct radeonfb_softc *,
435 CFATTACH_DECL_NEW(radeonfb, sizeof (struct radeonfb_softc),
458 struct radeonfb_softc *sc = device_private(dev);
1092 radeonfb_map(struct radeonfb_softc *sc)
1114 radeonfb_unmap(struct radeonfb_softc *sc)
1140 struct radeonfb_softc *sc;
1325 struct radeonfb_softc *sc;
1381 radeonfb_loadbios(struct radeonfb_softc *sc, const struct pci_attach_args *pa)
1469 radeonfb_get32(struct radeonfb_softc *sc, uint32_t reg)
1476 radeonfb_put32(struct radeonfb_softc *sc, uint32_t reg, uint32_t val)
1483 radeonfb_put32s(struct radeonfb_softc *sc, uint32_t reg, uint32_t val)
1490 radeonfb_mask32(struct radeonfb_softc *sc, uint32_t reg,
1504 radeonfb_getindex(struct radeonfb_softc *sc, uint32_t idx)
1518 radeonfb_putindex(struct radeonfb_softc *sc, uint32_t idx, uint32_t val)
1529 radeonfb_maskindex(struct radeonfb_softc *sc, uint32_t idx,
1544 radeonfb_getpll(struct radeonfb_softc *sc, uint32_t idx)
1560 radeonfb_putpll(struct radeonfb_softc *sc, uint32_t idx, uint32_t val)
1573 radeonfb_maskpll(struct radeonfb_softc *sc, uint32_t idx,
1590 radeonfb_scratch_test(struct radeonfb_softc *sc, int reg, uint32_t v)
1604 radeonfb_getprop_num(struct radeonfb_softc *sc, const char *name,
1617 radeonfb_getclocks(struct radeonfb_softc *sc)
1711 radeonfb_calc_dividers(struct radeonfb_softc *sc, uint32_t dotclock,
1800 radeonfb_getconnectors(struct radeonfb_softc *sc)
2032 radeonfb_gettmds(struct radeonfb_softc *sc)
2108 radeonfb_pllwriteupdate(struct radeonfb_softc *sc, int crtc)
2122 radeonfb_pllwaitatomicread(struct radeonfb_softc *sc, int crtc)
2140 radeonfb_program_vclk(struct radeonfb_softc *sc, int dotclock, int crtc, int flags)
2294 struct radeonfb_softc *sc = dp->rd_softc;
2364 struct radeonfb_softc *sc;
2562 struct radeonfb_softc *sc = dp->rd_softc;
2586 struct radeonfb_softc *sc = dp->rd_softc;
2739 radeonfb_avivo_INMC(struct radeonfb_softc *sc, uint32_t addr)
2752 radeonfb_avivo_OUTMC(struct radeonfb_softc *sc, uint32_t addr, uint32_t data)
2763 radeonfb_set_fbloc(struct radeonfb_softc *sc)
2844 radeonfb_init_misc(struct radeonfb_softc *sc)
2881 struct radeonfb_softc *sc = dp->rd_softc;
3040 radeonfb_r300cg_workaround(struct radeonfb_softc *sc)
3062 struct radeonfb_softc *sc = dp->rd_softc;
3171 struct radeonfb_softc *sc = dp->rd_softc;
3276 struct radeonfb_softc *sc = dp->rd_softc;
3538 struct radeonfb_softc *sc = dp->rd_softc;
3575 struct radeonfb_softc *sc = dp->rd_softc;
3612 radeonfb_engine_idle(struct radeonfb_softc *sc)
3622 radeonfb_wait_fifo(struct radeonfb_softc *sc, int n)
3639 radeonfb_engine_flush(struct radeonfb_softc *sc)
3663 radeonfb_unclip(struct radeonfb_softc *sc)
3674 struct radeonfb_softc *sc = dp->rd_softc;
3764 radeonfb_engine_reset(struct radeonfb_softc *sc)
4090 struct radeonfb_softc *sc = dp->rd_softc;
4194 struct radeonfb_softc *sc = dp->rd_softc;
4232 struct radeonfb_softc *sc = dp->rd_softc;
4251 struct radeonfb_softc *sc;
4308 radeonfb_port_mode(struct radeonfb_softc *sc, struct radeonfb_port *rp,
4574 struct radeonfb_softc *sc = dp->rd_softc;
4659 struct radeonfb_softc *sc = device_private(dev);
4675 struct radeonfb_softc *sc = device_private(dev);