Symbol: cuda_softc
sys/arch/macppc/dev/cuda.c
117
CFATTACH_DECL_NEW(cuda, sizeof(struct cuda_softc),
sys/arch/macppc/dev/cuda.c
120
static inline void cuda_write_reg(struct cuda_softc *, int, uint8_t);
sys/arch/macppc/dev/cuda.c
121
static inline uint8_t cuda_read_reg(struct cuda_softc *, int);
sys/arch/macppc/dev/cuda.c
122
static void cuda_idle(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
123
static void cuda_tip(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
124
static void cuda_clear_tip(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
125
static void cuda_in(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
126
static void cuda_out(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
127
static void cuda_toggle_ack(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
128
static void cuda_ack_off(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
129
static int cuda_intr_state(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
131
static void cuda_init(struct cuda_softc *);
sys/arch/macppc/dev/cuda.c
225
struct cuda_softc *sc = device_private(self);
sys/arch/macppc/dev/cuda.c
325
cuda_init(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
367
struct cuda_softc *sc = device_private(dev);
sys/arch/macppc/dev/cuda.c
373
cuda_write_reg(struct cuda_softc *sc, int offset, uint8_t value)
sys/arch/macppc/dev/cuda.c
380
cuda_read_reg(struct cuda_softc *sc, int offset)
sys/arch/macppc/dev/cuda.c
390
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
405
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
456
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
474
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
483
cuda_idle(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
493
cuda_tip(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
503
cuda_clear_tip(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
513
cuda_in(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
523
cuda_out(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
533
cuda_toggle_ack(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
543
cuda_ack_off(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
553
cuda_intr_state(struct cuda_softc *sc)
sys/arch/macppc/dev/cuda.c
561
struct cuda_softc *sc = arg;
sys/arch/macppc/dev/cuda.c
758
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
776
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
810
struct cuda_softc *sc = device_private(tch->todr_dev);
sys/arch/macppc/dev/cuda.c
849
struct cuda_softc *sc = device_private(tch->todr_dev);
sys/arch/macppc/dev/cuda.c
874
struct cuda_softc *sc;
sys/arch/macppc/dev/cuda.c
889
struct cuda_softc *sc;
sys/arch/macppc/dev/cuda.c
906
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
928
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
941
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
966
struct cuda_softc *sc = cookie;
sys/arch/macppc/dev/cuda.c
980
struct cuda_softc *sc = cookie;