Home
last modified time | relevance | path

Searched full:reset_index (Results 1 – 5 of 5) sorted by relevance

/linux/Documentation/devicetree/bindings/reset/
H A Dfsl,imx-src.yaml17 RESET_INDEX specifying which module to reset, as described in
20 The following RESET_INDEX values are valid for i.MX5:
25 The following additional RESET_INDEX value is valid for i.MX6:
/linux/virt/kvm/
H A Ddirty_ring.c40 return READ_ONCE(ring->dirty_index) - READ_ONCE(ring->reset_index); in kvm_dirty_ring_used()
86 ring->reset_index = 0; in kvm_dirty_ring_alloc()
120 entry = &ring->dirty_gfns[ring->reset_index & (ring->size - 1)]; in kvm_dirty_ring_reset()
131 ring->reset_index++; in kvm_dirty_ring_reset()
/linux/include/linux/
H A Dkvm_dirty_ring.h11 * @reset_index: free running counter that points to the next dirty page
23 u32 reset_index; member
/linux/sound/pci/hda/
H A Dcs35l41_hda_property.c146 unsigned int reset_index, spkid_index, csgpio_index; in cs35l41_add_gpios() local
156 reset_index = num_entries; in cs35l41_add_gpios()
183 gpio_mapping[reset_index].name = "reset-gpios"; in cs35l41_add_gpios()
192 gpio_mapping[reset_index].data = reset_gpio_params; in cs35l41_add_gpios()
193 gpio_mapping[reset_index].size = num_amps; in cs35l41_add_gpios()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_base.c2750 u32 reset_index; in megasas_wait_for_outstanding() local
2784 reset_index = 0; in megasas_wait_for_outstanding()
2792 reset_index, reset_cmd, in megasas_wait_for_outstanding()
2811 reset_index++; in megasas_wait_for_outstanding()