Symbol: sec_softc
sys/dev/podulebus/sec.c
108
static int sec_dmatc(struct sec_softc *sc);
sys/dev/podulebus/sec.c
112
CFATTACH_DECL_NEW(sec, sizeof(struct sec_softc),
sys/dev/podulebus/sec.c
116
sec_setpage(struct sec_softc *sc, int page)
sys/dev/podulebus/sec.c
124
sec_cli(struct sec_softc *sc)
sys/dev/podulebus/sec.c
131
dmac_write(struct sec_softc *sc, int reg, uint8_t val)
sys/dev/podulebus/sec.c
139
dmac_read(struct sec_softc *sc, int reg)
sys/dev/podulebus/sec.c
169
struct sec_softc *sc = device_private(self);
sys/dev/podulebus/sec.c
229
struct sec_softc *sc = device_private(dev);
sys/dev/podulebus/sec.c
236
sec_copyin(struct sec_softc *sc, void *dest, int src, size_t size)
sys/dev/podulebus/sec.c
281
sec_copyout(struct sec_softc *sc, const void *src, int dest, size_t size)
sys/dev/podulebus/sec.c
337
sec_dmablk(struct sec_softc *sc, int blk)
sys/dev/podulebus/sec.c
360
sec_copyoutblk(struct sec_softc *sc, int blk)
sys/dev/podulebus/sec.c
374
sec_copyinblk(struct sec_softc *sc, int blk)
sys/dev/podulebus/sec.c
391
struct sec_softc *sc = (struct sec_softc *)sc_sbic;
sys/dev/podulebus/sec.c
413
struct sec_softc *sc = (struct sec_softc *)sc_sbic;
sys/dev/podulebus/sec.c
425
struct sec_softc *sc = (struct sec_softc *)sc_sbic;
sys/dev/podulebus/sec.c
439
struct sec_softc *sc = (struct sec_softc *)sc_sbic;
sys/dev/podulebus/sec.c
460
struct sec_softc *sc = arg;
sys/dev/podulebus/sec.c
474
sec_dmatc(struct sec_softc *sc)
sys/dev/podulebus/sec.c
500
struct sec_softc *sc = arg;
sys/dev/podulebus/sec.c
532
struct sec_softc *sc;