Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dmacio-adb.c36 struct preg active_hi; member
119 out_8(&adb->active_hi.r, 0xff); /* for now, set all devices active */ in macio_init()
141 out_8(&adb->active_hi.r, devs >> 8); in macio_adb_autopoll()
/openbmc/linux/drivers/media/pci/cx18/
H A Dcx18-gpio.c66 static void gpio_reset_seq(struct cx18 *cx, u32 active_lo, u32 active_hi, in gpio_reset_seq() argument
72 mask = active_lo | active_hi; in gpio_reset_seq()
87 gpio_update(cx, mask, ~active_hi); in gpio_reset_seq()