Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Ddivacapi.h90 #define LI_PLCI_B_QUEUE_ENTRIES 256 macro
308 dword li_plci_b_queue[LI_PLCI_B_QUEUE_ENTRIES];
Dmessage.c11451 LI_PLCI_B_QUEUE_ENTRIES - 1 : plci->li_plci_b_write_pos - 1; in mixer_command()
11453 LI_PLCI_B_QUEUE_ENTRIES - 1 : plci->li_plci_b_write_pos - 1; in mixer_command()
11787 LI_PLCI_B_QUEUE_ENTRIES + plci->li_plci_b_read_pos) - plci_b_write_pos - 1 < 2) in li_check_plci_b()
11850 LI_PLCI_B_QUEUE_ENTRIES + plci->li_plci_b_read_pos) - plci_b_write_pos - 1 < 2) in li2_check_plci_b()
12048 plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12115 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12123 i = (plci_b_write_pos == 0) ? LI_PLCI_B_QUEUE_ENTRIES - 1 : plci_b_write_pos - 1; in mixer_request()
12128 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12172 plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
12234 … plci_b_write_pos = (plci_b_write_pos == LI_PLCI_B_QUEUE_ENTRIES - 1) ? 0 : plci_b_write_pos + 1; in mixer_request()
[all …]