Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/cxl/core/
Dregs.c37 int cap, cap_count; in cxl_probe_component_regs() local
57 cap_count = FIELD_GET(CXL_CM_CAP_HDR_ARRAY_SIZE_MASK, cap_array); in cxl_probe_component_regs()
59 for (cap = 1; cap <= cap_count; cap++) { in cxl_probe_component_regs()
106 int cap, cap_count; in cxl_probe_device_regs() local
116 cap_count = FIELD_GET(CXLDEV_CAP_ARRAY_COUNT_MASK, cap_array); in cxl_probe_device_regs()
118 for (cap = 1; cap <= cap_count; cap++) { in cxl_probe_device_regs()
/Linux-v5.15/sound/pci/
Dfm801.c201 unsigned int cap_count; member
502 chip->cap_count = snd_pcm_lib_period_bytes(substream); in snd_fm801_capture_prepare()
513 fm801_writew(chip, CAP_COUNT, chip->cap_count - 1); in snd_fm801_capture_prepare()
518 chip->cap_buffer + (chip->cap_count % chip->cap_size)); in snd_fm801_capture_prepare()
548 ptr = chip->cap_pos + (chip->cap_count - 1) - fm801_readw(chip, CAP_COUNT); in snd_fm801_capture_pointer()
550 ptr += chip->cap_count; in snd_fm801_capture_pointer()
586 chip->cap_pos += chip->cap_count; in snd_fm801_interrupt()
588 tmp = chip->cap_pos + chip->cap_count; in snd_fm801_interrupt()
/Linux-v5.15/drivers/net/ethernet/intel/ice/
Dice_common.c2193 void *buf, u32 cap_count) in ice_parse_func_caps() argument
2202 for (i = 0; i < cap_count; i++) { in ice_parse_func_caps()
2377 void *buf, u32 cap_count) in ice_parse_dev_caps() argument
2386 for (i = 0; i < cap_count; i++) { in ice_parse_dev_caps()
2441 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count, in ice_aq_list_caps() argument
2457 if (cap_count) in ice_aq_list_caps()
2458 *cap_count = le32_to_cpu(cmd->count); in ice_aq_list_caps()
2475 u32 cap_count = 0; in ice_discover_dev_caps() local
2486 cap_count = ICE_AQ_MAX_BUF_LEN / sizeof(struct ice_aqc_list_caps_elem); in ice_discover_dev_caps()
2488 status = ice_aq_list_caps(hw, cbuf, ICE_AQ_MAX_BUF_LEN, &cap_count, in ice_discover_dev_caps()
[all …]
Dice_common.h92 ice_aq_list_caps(struct ice_hw *hw, void *buf, u16 buf_size, u32 *cap_count,
/Linux-v5.15/drivers/usb/host/
Dxhci-mem.c2281 int cap_count = 0; in xhci_setup_port_arrays() local
2320 cap_count++; in xhci_setup_port_arrays()
2325 xhci->ext_caps = kcalloc_node(cap_count, sizeof(*xhci->ext_caps), in xhci_setup_port_arrays()
2330 xhci->port_caps = kcalloc_node(cap_count, sizeof(*xhci->port_caps), in xhci_setup_port_arrays()
2338 xhci_add_in_port(xhci, num_ports, base + offset, cap_count); in xhci_setup_port_arrays()
/Linux-v5.15/drivers/net/ethernet/intel/i40e/
Di40e_common.c3120 u32 cap_count, in i40e_parse_discover_capabilities() argument
3141 for (i = 0; i < cap_count; i++, cap++) { in i40e_parse_discover_capabilities()