Lines Matching defs:gpio_latch
1721 u8 gpio_latch;
1737 gpio_latch = (u8)((le16_to_cpu(config.reset_state) &
1759 if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
1770 u16 gpio_latch;
1782 gpio_latch = le16_to_cpu(config.reset_state.gpio_latch_pb1);
1814 if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))
1829 u8 gpio_latch;
1872 gpio_latch = (gpio_rst_latch >> 3) & 0x0f;
1901 gpio_latch |= (gpio_rst_latch & 7) << 4;
1918 if (!(priv->gpio_pushpull & BIT(i)) && (gpio_latch & BIT(i)))