Home
last modified time | relevance | path

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

/drivers/siox/
A Dsiox-core.c69 u8 status_clean) in siox_device_counter_error() argument
71 return (status_clean & SIOX_STATUS_COUNTER) != 0; in siox_device_counter_error()
76 u8 statustype = (status_clean & SIOX_STATUS_TYPE) >> 4; in siox_device_type_error()
99 return (status_clean & SIOX_STATUS_WDG) == 0; in siox_device_wdg_error()
198 u8 status_clean; in siox_poll() local
214 status_clean = in siox_poll()
220 siox_device_type_error(sdevice, status_clean)) { in siox_poll()
241 status_clean &= ~SIOX_STATUS_WDG; in siox_poll()
244 if (siox_device_wdg_error(sdevice, status_clean)) in siox_poll()
251 if (siox_device_wdg_error(sdevice, status_clean)) { in siox_poll()
[all …]

Completed in 8 milliseconds