lom_softc
struct lom_softc *sc = arg;
struct lom_softc *sc = arg;
sizeof(struct lom_softc), lom_match, lom_attach,
int lom_read(struct lom_softc *, uint8_t, uint8_t *);
int lom_write(struct lom_softc *, uint8_t, uint8_t);
void lom_queue_cmd(struct lom_softc *, struct lom_cmd *);
void lom_dequeue_cmd(struct lom_softc *, struct lom_cmd *);
int lom1_read(struct lom_softc *, uint8_t, uint8_t *);
int lom1_write(struct lom_softc *, uint8_t, uint8_t);
int lom1_read_polled(struct lom_softc *, uint8_t, uint8_t *);
int lom1_write_polled(struct lom_softc *, uint8_t, uint8_t);
void lom1_queue_cmd(struct lom_softc *, struct lom_cmd *);
void lom1_process_queue_locked(struct lom_softc *);
int lom2_read(struct lom_softc *, uint8_t, uint8_t *);
int lom2_write(struct lom_softc *, uint8_t, uint8_t);
int lom2_read_polled(struct lom_softc *, uint8_t, uint8_t *);
int lom2_write_polled(struct lom_softc *, uint8_t, uint8_t);
void lom2_queue_cmd(struct lom_softc *, struct lom_cmd *);
int lom_init_desc(struct lom_softc *sc);
void lom1_write_hostname(struct lom_softc *);
void lom2_write_hostname(struct lom_softc *);
struct lom_softc *sc = (void *)self;
lom_read(struct lom_softc *sc, uint8_t reg, uint8_t *val)
lom_write(struct lom_softc *sc, uint8_t reg, uint8_t val)
lom_queue_cmd(struct lom_softc *sc, struct lom_cmd *lc)
lom_dequeue_cmd(struct lom_softc *sc, struct lom_cmd *lc)
lom1_read(struct lom_softc *sc, uint8_t reg, uint8_t *val)
lom1_write(struct lom_softc *sc, uint8_t reg, uint8_t val)
lom1_read_polled(struct lom_softc *sc, uint8_t reg, uint8_t *val)
lom1_write_polled(struct lom_softc *sc, uint8_t reg, uint8_t val)
lom1_queue_cmd(struct lom_softc *sc, struct lom_cmd *lc)
struct lom_softc *sc = arg;
lom1_process_queue_locked(struct lom_softc *sc)
lom2_read(struct lom_softc *sc, uint8_t reg, uint8_t *val)
lom2_read_polled(struct lom_softc *sc, uint8_t reg, uint8_t *val)
lom2_write(struct lom_softc *sc, uint8_t reg, uint8_t val)
lom2_write_polled(struct lom_softc *sc, uint8_t reg, uint8_t val)
lom2_queue_cmd(struct lom_softc *sc, struct lom_cmd *lc)
struct lom_softc *sc = arg;
lom_init_desc(struct lom_softc *sc)
struct lom_softc *sc = arg;
lom1_write_hostname(struct lom_softc *sc)
lom2_write_hostname(struct lom_softc *sc)
struct lom_softc *sc = arg;