Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/
Dfm801.c186 unsigned int cap_count; member
498 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare()
509 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare()
514 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare()
544 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()
546 ptr += chip->cap_count; in snd_fm801_capture_pointer()
582 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()
584 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
/Linux-v4.19/drivers/usb/host/
Dxhci-mem.c2265 int cap_count = 0; in xhci_setup_port_arrays() local
2304 cap_count++; in xhci_setup_port_arrays()
2309 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays()
2317 xhci_add_in_port(xhci, num_ports, base + offset, cap_count); in xhci_setup_port_arrays()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.c1066 ice_parse_caps(struct ice_hw *hw, void *buf, u32 cap_count, in ice_parse_caps() argument
1091 for (i = 0; caps && i < cap_count; i++, cap_resp++) { in ice_parse_caps()
/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e_common.c3199 u32 cap_count, in i40e_parse_discover_capabilities() argument
3220 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()