Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/
Dfm801.c185 unsigned int cap_count; member
484 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare()
495 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare()
500 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare()
530 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()
532 ptr += chip->cap_count; in snd_fm801_capture_pointer()
568 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()
570 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
/linux-4.4.14/drivers/usb/host/
Dxhci-mem.c2203 int cap_count = 0; in xhci_setup_port_arrays() local
2245 cap_count++; in xhci_setup_port_arrays()
2250 xhci->ext_caps = kzalloc(sizeof(*xhci->ext_caps) * cap_count, flags); in xhci_setup_port_arrays()
2261 cap_count); in xhci_setup_port_arrays()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_common.c2808 u32 cap_count, in i40e_parse_discover_capabilities() argument
2828 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()