Lines Matching refs:socket_change_set
31 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
62 fm->socket_change_set |= irq_status in tifm_7xx1_isr()
69 else if (!fm->socket_change_set) in tifm_7xx1_isr()
143 unsigned int socket_change_set, cnt; in tifm_7xx1_switch_media() local
146 socket_change_set = fm->socket_change_set; in tifm_7xx1_switch_media()
147 fm->socket_change_set = 0; in tifm_7xx1_switch_media()
150 socket_change_set); in tifm_7xx1_switch_media()
152 if (!socket_change_set) { in tifm_7xx1_switch_media()
158 if (!(socket_change_set & (1 << cnt))) in tifm_7xx1_switch_media()
198 writel(TIFM_IRQ_FIFOMASK(socket_change_set) in tifm_7xx1_switch_media()
199 | TIFM_IRQ_CARDMASK(socket_change_set), in tifm_7xx1_switch_media()
202 writel(TIFM_IRQ_FIFOMASK(socket_change_set) in tifm_7xx1_switch_media()
203 | TIFM_IRQ_CARDMASK(socket_change_set), in tifm_7xx1_switch_media()
264 fm->socket_change_set = 0; in tifm_7xx1_resume()
278 fm->socket_change_set ^= good_sockets & fm->socket_change_set; in tifm_7xx1_resume()
281 fm->socket_change_set |= bad_sockets; in tifm_7xx1_resume()
282 if (fm->socket_change_set) in tifm_7xx1_resume()