Searched refs:pcf_flags (Results 1 – 4 of 4) sorted by relevance
123 sc->pcf_flags = device_get_flags(dev); in envctrl_attach()125 if (!(sc->pcf_flags & IIC_POLLED)) { in envctrl_attach()130 sc->pcf_flags |= IIC_POLLED; in envctrl_attach()
163 sc->pcf_flags = device_get_flags(dev); in pcf_ebus_attach()168 if (!(sc->pcf_flags & IIC_POLLED)) { in pcf_ebus_attach()173 sc->pcf_flags |= IIC_POLLED; in pcf_ebus_attach()
141 sc->pcf_flags = device_get_flags(dev); in pcf_isa_attach()143 if (!(sc->pcf_flags & IIC_POLLED)) { in pcf_isa_attach()148 sc->pcf_flags |= IIC_POLLED; in pcf_isa_attach()
65 int pcf_flags; /* IIC_POLLED? */ member