Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/
Dtifm_7xx1.c240 unsigned int good_sockets = 0, bad_sockets = 0; in tifm_7xx1_resume() local
265 good_sockets |= 1 << rc; in tifm_7xx1_resume()
274 good_sockets, bad_sockets); in tifm_7xx1_resume()
277 if (good_sockets) { in tifm_7xx1_resume()
282 writel(TIFM_IRQ_FIFOMASK(good_sockets) in tifm_7xx1_resume()
283 | TIFM_IRQ_CARDMASK(good_sockets), in tifm_7xx1_resume()
285 writel(TIFM_IRQ_FIFOMASK(good_sockets) in tifm_7xx1_resume()
286 | TIFM_IRQ_CARDMASK(good_sockets), in tifm_7xx1_resume()
290 fm->socket_change_set ^= good_sockets & fm->socket_change_set; in tifm_7xx1_resume()