Searched refs:IIC_FAST (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/dev/iicbus/twsi/
H A Dmv_twsi.c223 mv_twsi_cal_baud_rate(sc, TWSI_BAUD_RATE_FAST, &sc->baud_rate[IIC_FAST]);
231 sc->baud_rate[IIC_FAST].raw / 1000,
232 sc->baud_rate[IIC_FAST].m,
233 sc->baud_rate[IIC_FAST].n);
H A Dtwsi.c308 case IIC_FAST:
310 debugf(dev, "Using IIC_FAST mode with speed param=%x\n", param);
315 param = sc->baud_rate[IIC_FAST].param;
/freebsd-12-stable/sys/dev/iicbus/
H A Diiconf.h82 #define IIC_FAST 0x2 macro
/freebsd-12-stable/sys/dev/pcf/
H A Dpcf.c362 case IIC_FAST:
/freebsd-12-stable/sys/arm/freescale/vybrid/
H A Dvf_i2c.c341 case IIC_FAST:
/freebsd-12-stable/sys/powerpc/mpc85xx/
H A Di2c.c332 case IIC_FAST:
/freebsd-12-stable/sys/dev/glxiic/
H A Dglxiic.c1044 case IIC_FAST:

Completed in 130 milliseconds