Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/eicon/
Ddivacapi.h100 #define LI_PLCI_B_QUEUE_ENTRIES 256 macro
318 dword li_plci_b_queue[LI_PLCI_B_QUEUE_ENTRIES];
Dmessage.c11581 LI_PLCI_B_QUEUE_ENTRIES - 1 : plci->li_plci_b_write_pos - 1; in mixer_command()
11583 LI_PLCI_B_QUEUE_ENTRIES - 1 : plci->li_plci_b_write_pos - 1; in mixer_command()
11916 LI_PLCI_B_QUEUE_ENTRIES + plci->li_plci_b_read_pos) - plci_b_write_pos - 1 < 2) in li_check_plci_b()
11979 LI_PLCI_B_QUEUE_ENTRIES + plci->li_plci_b_read_pos) - plci_b_write_pos - 1 < 2) in li2_check_plci_b()
12177 plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12244 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12252 i = (plci_b_write_pos == 0) ? LI_PLCI_B_QUEUE_ENTRIES - 1 : plci_b_write_pos - 1; in mixer_request()
12257 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12301 plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12363 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
[all …]