Searched refs:changemask (Results 1 – 1 of 1) sorted by relevance
130 static int cxusb_bluebird_gpio_rw(struct dvb_usb_device *d, u8 changemask, in cxusb_bluebird_gpio_rw() argument 136 o[0] = 0xff & ~changemask; /* mask of bits to keep */ in cxusb_bluebird_gpio_rw() 137 o[1] = newval & changemask; /* new values for bits */ in cxusb_bluebird_gpio_rw() 140 if (rc < 0 || (gpio_state & changemask) != (newval & changemask)) in cxusb_bluebird_gpio_rw()