Searched refs:__check_latch (Results 1 - 1 of 1) sorted by relevance

/drivers/platform/x86/
H A Dhdaps.c91 * __check_latch - Check a port latch for a given value. Returns zero if the
94 static inline int __check_latch(u16 port, u8 val) function
110 if (!__check_latch(port, val))
238 if (__check_latch(0x1611, 0x03) &&
239 __check_latch(0x1611, 0x02) &&
240 __check_latch(0x1611, 0x01))

Completed in 30 milliseconds