Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/misc/
Dtifm_7xx1.c56 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_isr()
67 & ((1 << fm->num_sockets) - 1); in tifm_7xx1_isr()
161 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_switch_media()
223 for (cnt = 0; cnt < fm->num_sockets; cnt++) { in tifm_7xx1_suspend()
246 if (WARN_ON(fm->num_sockets > ARRAY_SIZE(new_ids))) in tifm_7xx1_resume()
258 for (rc = 0; rc < fm->num_sockets; rc++) in tifm_7xx1_resume()
262 for (rc = 0; rc < fm->num_sockets; rc++) { in tifm_7xx1_resume()
271 writel(TIFM_IRQ_ENABLE | TIFM_IRQ_SOCKMASK((1 << fm->num_sockets) - 1), in tifm_7xx1_resume()
319 if (((fm->num_sockets == 4) && (sock->socket_id == 2)) in tifm_7xx1_has_ms_pif()
320 || ((fm->num_sockets == 2) && (sock->socket_id == 0))) in tifm_7xx1_has_ms_pif()
[all …]
Dtifm_core.c179 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets, in tifm_alloc_adapter() argument
185 + sizeof(struct tifm_dev*) * num_sockets, GFP_KERNEL); in tifm_alloc_adapter()
191 fm->num_sockets = num_sockets; in tifm_alloc_adapter()
228 for (cnt = 0; cnt < fm->num_sockets; ++cnt) { in tifm_remove_adapter()
/linux-4.19.296/include/linux/
Dtifm.h120 unsigned int num_sockets; member
134 struct tifm_adapter *tifm_alloc_adapter(unsigned int num_sockets,