Home | History | Annotate | Download | only in dev

Lines Matching refs:psc

91 	struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
97 psc->sc_dev = self;
98 psc->sc_iot = pxa->pxa_iot;
99 psc->sc_addr = pxa->pxa_addr;
100 psc->sc_size = pxa->pxa_size;
101 psc->sc_flags = 0;
102 if (pxa2x0_i2c_attach_sub(psc)) {
111 pxa2x0_i2c_intr, &psc);
129 iicbus_attach(psc->sc_dev, &sc->sc_i2c);
136 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
138 pxa2x0_i2c_open(psc);
147 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
149 pxa2x0_i2c_close(psc);
156 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
158 return pxa2x0_i2c_send_start(psc, flags);
165 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
167 return pxa2x0_i2c_send_stop(psc, flags);
174 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
176 return pxa2x0_i2c_initiate_xfer(psc, addr, flags);
183 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
185 return pxa2x0_i2c_read_byte(psc, bytep, flags);
192 struct pxa2x0_i2c_softc *psc = &sc->sc_pxa_i2c;
194 return pxa2x0_i2c_write_byte(psc, byte, flags);