Searched refs:IIC_FASTEST (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/iicbus/controller/twsi/ |
H A D | twsi.h | 72 struct twsi_baud_rate baud_rate[IIC_FASTEST + 1];
|
H A D | twsi.c | 302 case IIC_FASTEST: in twsi_reset()
|
/freebsd/sys/dev/iicbus/ |
H A D | iicbus.c | 105 iicbus_reset(dev, IIC_FASTEST, 0, NULL); in iicbus_attach_common() 149 iicbus_reset(dev, IIC_FASTEST, 0, NULL); in iicbus_detach()
|
H A D | iiconf.h | 81 #define IIC_FASTEST 0x3 macro
|
H A D | iicbb.c | 209 error = IICBB_RESET(device_get_parent(bus), IIC_FASTEST, 0, &oldaddr); in iicbb_print_child() 215 IICBB_RESET(device_get_parent(bus), IIC_FASTEST, oldaddr, NULL); in iicbb_print_child()
|
H A D | ofw_iicbus.c | 128 iicbus_reset(dev, IIC_FASTEST, 0, NULL); in ofw_iicbus_attach()
|
H A D | if_ic.c | 231 iicbus_reset(parent, IIC_FASTEST, 0, NULL); in icioctl()
|
/freebsd/sys/dev/pcf/ |
H A D | pcf_isa.c | 151 pcf_rst_card(dev, IIC_FASTEST, PCF_DEFAULT_ADDR, NULL); in pcf_isa_attach()
|
H A D | pcf.c | 362 case IIC_FASTEST: in pcf_rst_card()
|
/freebsd/sys/dev/glxiic/ |
H A D | glxiic.c | 408 glxiic_smb_enable(sc, IIC_FASTEST, 0); in glxiic_attach() 1044 case IIC_FASTEST: in glxiic_smb_enable()
|
/freebsd/sys/powerpc/mpc85xx/ |
H A D | i2c.c | 332 case IIC_FASTEST: in i2c_reset()
|
/freebsd/sys/dev/etherswitch/rtl8366/ |
H A D | rtl8366rb.c | 380 iicbus_reset(iicbus, IIC_FASTEST, RTL8366_IIC_ADDR, NULL); in smi_probe()
|