Lines Matching refs:socket_change_set
35 fm->socket_change_set |= 1 << sock->socket_id; in tifm_7xx1_eject()
66 fm->socket_change_set |= irq_status in tifm_7xx1_isr()
73 else if (!fm->socket_change_set) in tifm_7xx1_isr()
147 unsigned int socket_change_set, cnt; in tifm_7xx1_switch_media() local
150 socket_change_set = fm->socket_change_set; in tifm_7xx1_switch_media()
151 fm->socket_change_set = 0; in tifm_7xx1_switch_media()
154 socket_change_set); in tifm_7xx1_switch_media()
156 if (!socket_change_set) { in tifm_7xx1_switch_media()
162 if (!(socket_change_set & (1 << cnt))) 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()
206 writel(TIFM_IRQ_FIFOMASK(socket_change_set) in tifm_7xx1_switch_media()
207 | TIFM_IRQ_CARDMASK(socket_change_set), in tifm_7xx1_switch_media()
272 fm->socket_change_set = 0; in tifm_7xx1_resume()
286 fm->socket_change_set ^= good_sockets & fm->socket_change_set; in tifm_7xx1_resume()
289 fm->socket_change_set |= bad_sockets; in tifm_7xx1_resume()
290 if (fm->socket_change_set) in tifm_7xx1_resume()