Symbol: tdvfb_softc
sys/dev/pci/tdvfb.c
1004
struct tdvfb_softc *sc;
sys/dev/pci/tdvfb.c
101
static void tdvfb_gendac_set_cvg_timing(struct tdvfb_softc *sc,
sys/dev/pci/tdvfb.c
103
static void tdvfb_gendac_set_vid_timing(struct tdvfb_softc *sc,
sys/dev/pci/tdvfb.c
111
static void tdvfb_init_palette(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
113
static void tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi,
sys/dev/pci/tdvfb.c
115
static void tdvfb_bitblt(struct tdvfb_softc *sc, int xs, int ys, int xd,
sys/dev/pci/tdvfb.c
122
CFATTACH_DECL_NEW(tdvfb, sizeof(struct tdvfb_softc),
sys/dev/pci/tdvfb.c
154
struct tdvfb_softc *sc = device_private(self);
sys/dev/pci/tdvfb.c
286
tdvfb_init_palette(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
303
struct tdvfb_softc *sc = cookie;
sys/dev/pci/tdvfb.c
344
tdvfb_videomode_set(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
462
tdvfb_videomode_dac(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
492
tdvfb_mem_size(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
516
tdvfb_init(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
573
tdvfb_fbiinit_defaults(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
618
tdvfb_gendac_set_vid_timing(struct tdvfb_softc *sc,
sys/dev/pci/tdvfb.c
647
tdvfb_gendac_set_cvg_timing(struct tdvfb_softc *sc,
sys/dev/pci/tdvfb.c
732
tdvfb_gendac_detect(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
761
tdvfb_wait(struct tdvfb_softc *sc)
sys/dev/pci/tdvfb.c
785
tdvfb_cvg_read(struct tdvfb_softc *sc, uint32_t reg)
sys/dev/pci/tdvfb.c
796
tdvfb_cvg_write(struct tdvfb_softc *sc, uint32_t reg, uint32_t val)
sys/dev/pci/tdvfb.c
80
static uint32_t tdvfb_cvg_read(struct tdvfb_softc *sc, uint32_t reg);
sys/dev/pci/tdvfb.c
805
tdvfb_cvg_set(struct tdvfb_softc *sc, uint32_t reg, uint32_t bits)
sys/dev/pci/tdvfb.c
81
static void tdvfb_cvg_write(struct tdvfb_softc *sc, uint32_t reg,
sys/dev/pci/tdvfb.c
813
tdvfb_cvg_unset(struct tdvfb_softc *sc, uint32_t reg, uint32_t bits)
sys/dev/pci/tdvfb.c
821
tdvfb_cvg_dac_read(struct tdvfb_softc *sc, uint32_t reg)
sys/dev/pci/tdvfb.c
83
static void tdvfb_cvg_set(struct tdvfb_softc *sc, uint32_t reg,
sys/dev/pci/tdvfb.c
835
tdvfb_cvg_dac_write(struct tdvfb_softc *sc, uint32_t reg, uint32_t val)
sys/dev/pci/tdvfb.c
85
static void tdvfb_cvg_unset(struct tdvfb_softc *sc, uint32_t reg,
sys/dev/pci/tdvfb.c
851
tdvfb_rectfill(struct tdvfb_softc *sc, int x, int y, int wi, int he,
sys/dev/pci/tdvfb.c
868
tdvfb_bitblt(struct tdvfb_softc *sc, int xs, int ys, int xd, int yd, int wi,
sys/dev/pci/tdvfb.c
87
static uint8_t tdvfb_cvg_dac_read(struct tdvfb_softc *sc, uint32_t reg);
sys/dev/pci/tdvfb.c
88
static void tdvfb_cvg_dac_write(struct tdvfb_softc *sc, uint32_t reg,
sys/dev/pci/tdvfb.c
888
struct tdvfb_softc *sc;
sys/dev/pci/tdvfb.c
90
static void tdvfb_wait(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
911
struct tdvfb_softc *sc;
sys/dev/pci/tdvfb.c
92
static bool tdvfb_init(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
93
static void tdvfb_fbiinit_defaults(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
939
struct tdvfb_softc *sc;
sys/dev/pci/tdvfb.c
94
static size_t tdvfb_mem_size(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
96
static bool tdvfb_videomode_set(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
97
static void tdvfb_videomode_dac(struct tdvfb_softc *sc);
sys/dev/pci/tdvfb.c
99
static bool tdvfb_gendac_detect(struct tdvfb_softc *sc);