Home
last modified time | relevance | path

Searched refs:changemask (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dcxusb.c131 static int cxusb_bluebird_gpio_rw(struct dvb_usb_device *d, u8 changemask, in cxusb_bluebird_gpio_rw() argument
137 o[0] = 0xff & ~changemask; /* mask of bits to keep */ in cxusb_bluebird_gpio_rw()
138 o[1] = newval & changemask; /* new values for bits */ in cxusb_bluebird_gpio_rw()
141 if (rc < 0 || (gpio_state & changemask) != (newval & changemask)) in cxusb_bluebird_gpio_rw()