cuda_softc
sizeof(struct cuda_softc),
static uint8_t cuda_read_reg(struct cuda_softc *sc, u_int offset);
static void cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value);
static void cuda_idle(struct cuda_softc *);
static void cuda_tip(struct cuda_softc *);
static void cuda_clear_tip(struct cuda_softc *);
static void cuda_in(struct cuda_softc *);
static void cuda_out(struct cuda_softc *);
static void cuda_toggle_ack(struct cuda_softc *);
static void cuda_ack_off(struct cuda_softc *);
static int cuda_intr_state(struct cuda_softc *);
struct cuda_softc *sc;
struct cuda_softc *sc;
cuda_read_reg(struct cuda_softc *sc, u_int offset) {
cuda_write_reg(struct cuda_softc *sc, u_int offset, uint8_t value) {
cuda_idle(struct cuda_softc *sc)
cuda_tip(struct cuda_softc *sc)
cuda_clear_tip(struct cuda_softc *sc)
cuda_in(struct cuda_softc *sc)
cuda_out(struct cuda_softc *sc)
cuda_toggle_ack(struct cuda_softc *sc)
cuda_ack_off(struct cuda_softc *sc)
cuda_intr_state(struct cuda_softc *sc)
struct cuda_softc *sc = cookie;
cuda_send_outbound(struct cuda_softc *sc)
cuda_send_inbound(struct cuda_softc *sc)
struct cuda_softc *sc = device_get_softc(dev);
struct cuda_softc *sc;
struct cuda_softc *sc = device_get_softc(dev);
struct cuda_softc *sc = device_get_softc(dev);
struct cuda_softc *sc = xsc;
static void cuda_send_inbound(struct cuda_softc *sc);
static void cuda_send_outbound(struct cuda_softc *sc);
struct cuda_softc *sc = device_get_softc(dev);
struct cuda_softc *sc = device_get_softc(dev);