Home
last modified time | relevance | path

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

/drivers/macintosh/
Dmediabay.c148 int new_gpio; in keylargo_mb_content() local
150 new_gpio = MB_IN8(bay, KL_GPIO_MEDIABAY_IRQ) & KEYLARGO_GPIO_INPUT_DATA; in keylargo_mb_content()
151 if (new_gpio) { in keylargo_mb_content()
152 bay->cached_gpio = new_gpio; in keylargo_mb_content()
154 } else if (bay->cached_gpio != new_gpio) { in keylargo_mb_content()
161 bay->cached_gpio = new_gpio; in keylargo_mb_content()