coram_softc
CFATTACH_DECL2_NEW(coram, sizeof(struct coram_softc),
struct coram_softc *sc = device_private(self);
struct coram_softc *sc = device_private(self);
struct coram_softc *sc = device_private(self);
struct coram_softc *sc = device_private(self);
struct coram_softc *sc;
coram_mpeg_intr(struct coram_softc *sc)
coram_mpeg_attach(struct coram_softc *sc)
coram_mpeg_detach(struct coram_softc *sc, int flags)
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
struct coram_softc *sc = cookie;
coram_mpeg_reset(struct coram_softc *sc)
coram_mpeg_malloc(struct coram_softc *sc, size_t size)
coram_allocmem(struct coram_softc *sc, size_t size, size_t align,
coram_mpeg_halt(struct coram_softc *sc)
coram_mpeg_free(struct coram_softc *sc, void *addr)
coram_freemem(struct coram_softc *sc, struct coram_dma *p)
coram_mpeg_trigger(struct coram_softc *sc, void *buf)
static int coram_mpeg_attach(struct coram_softc *);
static int coram_mpeg_detach(struct coram_softc *, int);
static int coram_mpeg_reset(struct coram_softc *);
static void * coram_mpeg_malloc(struct coram_softc *, size_t);
static int coram_allocmem(struct coram_softc *, size_t, size_t, struct coram_dma *);
static void coram_mpeg_free(struct coram_softc *, void *);
static int coram_mpeg_halt(struct coram_softc *);
coram_risc_buffer(struct coram_softc *sc, uint32_t bpl, uint32_t lines)
static int coram_freemem(struct coram_softc *, struct coram_dma *);
static int coram_mpeg_trigger(struct coram_softc *, void *);
coram_risc_field(struct coram_softc *sc, uint32_t *rm, uint32_t bpl)
static int coram_risc_buffer(struct coram_softc *, uint32_t, uint32_t);
static int coram_risc_field(struct coram_softc *, uint32_t *, uint32_t);
static int coram_sram_ch_setup(struct coram_softc *, struct coram_sram_ch *, uint32_t);
coram_sram_ch_setup(struct coram_softc *sc, struct coram_sram_ch *csc,
static int coram_mpeg_intr(struct coram_softc *);
struct coram_softc * cic_sc;