Searched refs:IIC_POLLED (Results 1 – 4 of 4) sorted by relevance
125 if (!(sc->pcf_flags & IIC_POLLED)) { in envctrl_attach()130 sc->pcf_flags |= IIC_POLLED; in envctrl_attach()
168 if (!(sc->pcf_flags & IIC_POLLED)) { in pcf_ebus_attach()173 sc->pcf_flags |= IIC_POLLED; in pcf_ebus_attach()
143 if (!(sc->pcf_flags & IIC_POLLED)) { in pcf_isa_attach()148 sc->pcf_flags |= IIC_POLLED; in pcf_isa_attach()
54 #define IIC_POLLED 0x4 macro