Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/misc/
Dtifm_7xx1.c55 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_isr()
66 & ((1 << fm->num_sockets) - 1); in tifm_7xx1_isr()
160 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_switch_media()
222 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_suspend()
240 unsigned char new_ids[fm->num_sockets]; in tifm_7xx1_resume()
252 for (rc = 0; rc < fm->num_sockets; rc++) in tifm_7xx1_resume()
256 for (rc = 0; rc < fm->num_sockets; rc++) { in tifm_7xx1_resume()
265 writel(TIFM_IRQ_ENABLE | TIFM_IRQ_SOCKMASK((1 << fm->num_sockets) - 1), in tifm_7xx1_resume()
313 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif()
314 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()
[all …]
Dtifm_core.c176 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets, in tifm_alloc_adapter() argument
182 + sizeof(struct tifm_dev*) * num_sockets, GFP_KERNEL); in tifm_alloc_adapter()
188 fm->num_sockets = num_sockets; in tifm_alloc_adapter()
224 for (cnt = 0; cnt < fm->num_sockets; ++cnt) { in tifm_remove_adapter()
/linux-2.6.39/include/linux/
Dtifm.h120 unsigned int num_sockets; member
134 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets,