Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/macintosh/
Dmacio-adb.c34 struct preg active_hi; member
113 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init()
135 out_8(&adb->active_hi.r, devs >> 8); in macio_adb_autopoll()
/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-gpio.c75 static void gpio_reset_seq(struct cx18 *cx, u32 active_lo, u32 active_hi, in gpio_reset_seq() argument
81 mask = active_lo | active_hi; in gpio_reset_seq()
96 gpio_update(cx, mask, ~active_hi); in gpio_reset_seq()