Searched refs:__wait_latch (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/platform/x86/ |
D | hdaps.c | 93 static int __wait_latch(u16 port, u8 val) in __wait_latch() function 127 return __wait_latch(0x1604, STATE_FRESH); in __device_refresh_sync() 215 if (__wait_latch(0x161f, 0x00)) in hdaps_device_init() 237 if (__wait_latch(0x161f, 0x00)) in hdaps_device_init() 239 if (__wait_latch(0x1611, 0x00)) in hdaps_device_init() 241 if (__wait_latch(0x1612, 0x60)) in hdaps_device_init() 243 if (__wait_latch(0x1613, 0x00)) in hdaps_device_init() 248 if (__wait_latch(0x161f, 0x00)) in hdaps_device_init() 255 if (__wait_latch(0x161f, 0x00)) in hdaps_device_init() 259 if (__wait_latch(0x1611, 0x00)) in hdaps_device_init() [all …]
|