ausmbus_softc
struct ausmbus_softc *sc = device_private(self);
struct ausmbus_softc *sc = arg;
struct ausmbus_softc *sc = arg;
struct ausmbus_softc *sc = (struct ausmbus_softc *)cookie;
ausmbus_receive_1(struct ausmbus_softc *sc, uint8_t *vp)
ausmbus_read_1(struct ausmbus_softc *sc, uint8_t cmd, uint8_t *vp)
ausmbus_read_2(struct ausmbus_softc *sc, uint8_t cmd, uint16_t *vp)
ausmbus_send_1(struct ausmbus_softc *sc, uint8_t val)
ausmbus_write_1(struct ausmbus_softc *sc, uint8_t cmd, uint8_t val)
ausmbus_write_2(struct ausmbus_softc *sc, uint8_t cmd, uint16_t val)
ausmbus_quick_write(struct ausmbus_softc *sc)
ausmbus_quick_read(struct ausmbus_softc *sc)
ausmbus_wait_mastertx(struct ausmbus_softc *sc)
ausmbus_wait_masterrx(struct ausmbus_softc *sc)
struct ausmbus_softc *sc = arg;
struct ausmbus_softc *sc = arg;
struct ausmbus_softc *sc = arg;
CFATTACH_DECL_NEW(ausmbus, sizeof(struct ausmbus_softc),
static int ausmbus_quick_write(struct ausmbus_softc *);
static int ausmbus_quick_read(struct ausmbus_softc *);
static int ausmbus_receive_1(struct ausmbus_softc *, uint8_t *);
static int ausmbus_read_1(struct ausmbus_softc *, uint8_t, uint8_t *);
static int ausmbus_read_2(struct ausmbus_softc *, uint8_t, uint16_t *);
static int ausmbus_send_1(struct ausmbus_softc *, uint8_t);
static int ausmbus_write_1(struct ausmbus_softc *, uint8_t, uint8_t);
static int ausmbus_write_2(struct ausmbus_softc *, uint8_t, uint16_t);
static int ausmbus_wait_mastertx(struct ausmbus_softc *sc);
static int ausmbus_wait_masterrx(struct ausmbus_softc *sc);