Home
last modified time | relevance | path

Searched full:hwv (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/devicetree/bindings/clock/
H A Dmediatek,mt8196-sys-clock.yaml54 Phandle to the "Hardware Voter" (HWV), as named in the vendor
57 The HWV is a SoC-internal fixed-function MCU used to collect votes from
63 However, in practice, this design is incomplete. While the HWV performs
70 As such, the HWV behaves more like a hardware-managed clock reference
75 addition to writing to the HWV's MMIO region.
78 access the HWV MMIO region in a syscon-like fashion, due to how the
H A Dmediatek,mt8196-clock.yaml59 Phandle to the "Hardware Voter" (HWV), as named in the vendor
62 The HWV is a SoC-internal fixed-function MCU used to collect votes from
68 However, in practice, this design is incomplete. While the HWV performs
75 As such, the HWV behaves more like a hardware-managed clock reference
80 addition to writing to the HWV's MMIO region.
83 access the HWV MMIO region in a syscon-like fashion, due to how the
/linux/sound/isa/wavefront/
H A Dwavefront_synth.c1819 int hwv[2]; in wavefront_reset_to_cleanliness()
1926 hwv[0] = wavefront_read(dev); in wavefront_reset_to_cleanliness()
1927 if (hwv[0] == -1) { in wavefront_reset_to_cleanliness()
1932 if (hwv[0] == 0xFF) { /* NAK */ in wavefront_reset_to_cleanliness()
1938 hwv[0] = wavefront_read(dev); in wavefront_reset_to_cleanliness()
1939 if (hwv[0] == -1) { in wavefront_reset_to_cleanliness()
1945 hwv[0]); in wavefront_reset_to_cleanliness()
1952 hwv[1] = wavefront_read(dev); in wavefront_reset_to_cleanliness()
1953 if (hwv[1] == -1) { in wavefront_reset_to_cleanliness()
1959 hwv[ in wavefront_reset_to_cleanliness()
1815 int hwv[2]; wavefront_reset_to_cleanliness() local
[all...]
/linux/sound/pci/
H A Des1968.c2152 w |= HWV_CONFB; /* HWV on */ in snd_es1968_chip_init()