Home
last modified time | relevance | path

Searched defs:PITCH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/accessibility/speakup/
H A Dspk_types.h49 RATE, PITCH, VOL, TONE, PUNCT, VOICE, FREQUENCY, LANG, enumerator
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c1995 #define PITCH(w) (((w) + 7) >> 3) macro
/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.h757 #define PITCH(x) (((x) >> 6) & 0x1fff) macro