HomeSort by: relevance | last modified time | path
    Searched refs:ki2c_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/macppc/dev/
ki2c.c 53 inline uint8_t ki2c_readreg(struct ki2c_softc *, int);
54 inline void ki2c_writereg(struct ki2c_softc *, int, uint8_t);
55 u_int ki2c_getmode(struct ki2c_softc *);
56 void ki2c_setmode(struct ki2c_softc *, u_int);
57 u_int ki2c_getspeed(struct ki2c_softc *);
58 void ki2c_setspeed(struct ki2c_softc *, u_int);
60 int ki2c_poll(struct ki2c_softc *, int);
61 int ki2c_start(struct ki2c_softc *, int, int, void *, int);
62 int ki2c_read(struct ki2c_softc *, int, int, void *, int);
63 int ki2c_write(struct ki2c_softc *, int, int, void *, int)
    [all...]
ki2cvar.h 91 struct ki2c_softc *ch_sc;
96 struct ki2c_softc { struct

Completed in 11 milliseconds