Symbol: cuda_softc
sys/powerpc/powermac/cuda.c
110
sizeof(struct cuda_softc),
sys/powerpc/powermac/cuda.c
117
static uint8_t cuda_read_reg(struct cuda_softc *sc, u_int offset);
sys/powerpc/powermac/cuda.c
118
static void cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value);
sys/powerpc/powermac/cuda.c
119
static void cuda_idle(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
120
static void cuda_tip(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
121
static void cuda_clear_tip(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
122
static void cuda_in(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
123
static void cuda_out(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
124
static void cuda_toggle_ack(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
125
static void cuda_ack_off(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
126
static int cuda_intr_state(struct cuda_softc *);
sys/powerpc/powermac/cuda.c
143
struct cuda_softc *sc;
sys/powerpc/powermac/cuda.c
262
struct cuda_softc *sc;
sys/powerpc/powermac/cuda.c
280
cuda_read_reg(struct cuda_softc *sc, u_int offset) {
sys/powerpc/powermac/cuda.c
285
cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value) {
sys/powerpc/powermac/cuda.c
290
cuda_idle(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
300
cuda_tip(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
310
cuda_clear_tip(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
320
cuda_in(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
330
cuda_out(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
340
cuda_toggle_ack(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
350
cuda_ack_off(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
360
cuda_intr_state(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
368
struct cuda_softc *sc = cookie;
sys/powerpc/powermac/cuda.c
410
cuda_send_outbound(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
443
cuda_send_inbound(struct cuda_softc *sc)
sys/powerpc/powermac/cuda.c
511
struct cuda_softc *sc = device_get_softc(dev);
sys/powerpc/powermac/cuda.c
525
struct cuda_softc *sc;
sys/powerpc/powermac/cuda.c
714
struct cuda_softc *sc = device_get_softc(dev);
sys/powerpc/powermac/cuda.c
731
struct cuda_softc *sc = device_get_softc(dev);
sys/powerpc/powermac/cuda.c
753
struct cuda_softc *sc = xsc;
sys/powerpc/powermac/cuda.c
76
static void cuda_send_inbound(struct cuda_softc *sc);
sys/powerpc/powermac/cuda.c
77
static void cuda_send_outbound(struct cuda_softc *sc);
sys/powerpc/powermac/cuda.c
775
struct cuda_softc *sc = device_get_softc(dev);
sys/powerpc/powermac/cuda.c
794
struct cuda_softc *sc = device_get_softc(dev);