Home
last modified time | relevance | path

Searched refs:IIC_SLOW (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/iicbus/controller/twsi/
H A Dmv_twsi.c205 mv_twsi_cal_baud_rate(sc, TWSI_BAUD_RATE_SLOW, &sc->baud_rate[IIC_SLOW]); in mv_twsi_attach()
211 sc->baud_rate[IIC_SLOW].raw / 1000, in mv_twsi_attach()
212 sc->baud_rate[IIC_SLOW].m, in mv_twsi_attach()
213 sc->baud_rate[IIC_SLOW].n, in mv_twsi_attach()
H A Dtwsi.c297 case IIC_SLOW: in twsi_reset()
/freebsd/sys/dev/iicbus/
H A Diiconf.h79 #define IIC_SLOW 0x1 macro
H A Diicbus_if.m139 # symbolic speed. Only the IIC_SLOW speed has meaning, it is always
H A Diicbus.c350 if (sc->bus_freq == 0 || speed == IIC_SLOW) in iicbus_get_frequency()
/freebsd/sys/dev/pcf/
H A Dpcf.c353 case IIC_SLOW: in pcf_rst_card()
/freebsd/sys/powerpc/mpc85xx/
H A Di2c.c330 case IIC_SLOW: in i2c_reset()
/freebsd/sys/dev/glxiic/
H A Dglxiic.c1038 case IIC_SLOW: in glxiic_smb_enable()