/* * wm8753.h -- audio driver for WM8753 * * Copyright 2003 Wolfson Microelectronics PLC. * Author: Liam Girdwood * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * */ #ifndef _WM8753_H #define _WM8753_H /* WM8753 register space */ #define WM8753_DAC 0x01 #define WM8753_ADC 0x02 #define WM8753_PCM 0x03 #define WM8753_HIFI 0x04 #define WM8753_IOCTL 0x05 #define WM8753_SRATE1 0x06 #define WM8753_SRATE2 0x07 #define WM8753_LDAC 0x08 #define WM8753_RDAC 0x09 #define WM8753_BASS 0x0a #define WM8753_TREBLE 0x0b #define WM8753_ALC1 0x0c #define WM8753_ALC2 0x0d #define WM8753_ALC3 0x0e #define WM8753_NGATE 0x0f #define WM8753_LADC 0x10 #define WM8753_RADC 0x11 #define WM8753_ADCTL1 0x12 #define WM8753_3D 0x13 #define WM8753_PWR1 0x14 #define WM8753_PWR2 0x15 #define WM8753_PWR3 0x16 #define WM8753_PWR4 0x17 #define WM8753_ID 0x18 #define WM8753_INTPOL 0x19 #define WM8753_INTEN 0x1a #define WM8753_GPIO1 0x1b #define WM8753_GPIO2 0x1c #define WM8753_RESET 0x1f #define WM8753_RECMIX1 0x20 #define WM8753_RECMIX2 0x21 #define WM8753_LOUTM1 0x22 #define WM8753_LOUTM2 0x23 #define WM8753_ROUTM1 0x24 #define WM8753_ROUTM2 0x25 #define WM8753_MOUTM1 0x26 #define WM8753_MOUTM2 0x27 #define WM8753_LOUT1V 0x28 #define WM8753_ROUT1V 0x29 #define WM8753_LOUT2V 0x2a #define WM8753_ROUT2V 0x2b #define WM8753_MOUTV 0x2c #define WM8753_OUTCTL 0x2d #define WM8753_ADCIN 0x2e #define WM8753_INCTL1 0x2f #define WM8753_INCTL2 0x30 #define WM8753_LINVOL 0x31 #define WM8753_RINVOL 0x32 #define WM8753_MICBIAS 0x33 #define WM8753_CLOCK 0x34 #define WM8753_PLL1CTL1 0x35 #define WM8753_PLL1CTL2 0x36 #define WM8753_PLL1CTL3 0x37 #define WM8753_PLL1CTL4 0x38 #define WM8753_PLL2CTL1 0x39 #define WM8753_PLL2CTL2 0x3a #define WM8753_PLL2CTL3 0x3b #define WM8753_PLL2CTL4 0x3c #define WM8753_BIASCTL 0x3d #define WM8753_ADCTL2 0x3f #define WM8753_PLL1 0 #define WM8753_PLL2 1 /* clock inputs */ #define WM8753_MCLK 0 #define WM8753_PCMCLK 1 /* clock divider id's */ #define WM8753_PCMDIV 0 #define WM8753_BCLKDIV 1 #define WM8753_VXCLKDIV 2 /* PCM clock dividers */ #define WM8753_PCM_DIV_1 (0 << 6) #define WM8753_PCM_DIV_3 (2 << 6) #define WM8753_PCM_DIV_5_5 (3 << 6) #define WM8753_PCM_DIV_2 (4 << 6) #define WM8753_PCM_DIV_4 (5 << 6) #define WM8753_PCM_DIV_6 (6 << 6) #define WM8753_PCM_DIV_8 (7 << 6) /* BCLK clock dividers */ #define WM8753_BCLK_DIV_1 (0 << 3) #define WM8753_BCLK_DIV_2 (1 << 3) #define WM8753_BCLK_DIV_4 (2 << 3) #define WM8753_BCLK_DIV_8 (3 << 3) #define WM8753_BCLK_DIV_16 (4 << 3) /* VXCLK clock dividers */ #define WM8753_VXCLK_DIV_1 (0 << 6) #define WM8753_VXCLK_DIV_2 (1 << 6) #define WM8753_VXCLK_DIV_4 (2 << 6) #define WM8753_VXCLK_DIV_8 (3 << 6) #define WM8753_VXCLK_DIV_16 (4 << 6) #endif 79112c26f14c38ddbac3b2739469e373ef424fe6'>tools/perf/util
ModeNameSize
-rw-r--r--Build5870logplain
-rwxr-xr-xPERF-VERSION-GEN1010logplain
-rw-r--r--alias.c1471logplain
-rw-r--r--annotate.c44411logplain
-rw-r--r--annotate.h5583logplain
-rw-r--r--auxtrace.c47774logplain
-rw-r--r--auxtrace.h22142logplain
-rw-r--r--block-range.c6948logplain
-rw-r--r--block-range.h1607logplain
-rw-r--r--bpf-loader.c40787logplain
-rw-r--r--bpf-loader.h6215logplain
-rw-r--r--bpf-prologue.c11226logplain
-rw-r--r--bpf-prologue.h847logplain
-rw-r--r--build-id.c19054logplain
-rw-r--r--build-id.h1859logplain
d---------c++184logplain
-rw-r--r--cache.h733logplain
-rw-r--r--call-path.c2893logplain
-rw-r--r--call-path.h2203logplain
-rw-r--r--callchain.c29332logplain
-rw-r--r--callchain.h7881logplain
-rw-r--r--cgroup.c3195logplain
-rw-r--r--cgroup.h359logplain
-rw-r--r--cloexec.c1950logplain
-rw-r--r--cloexec.h251logplain
-rw-r--r--color.c4787logplain
-rw-r--r--color.h1647logplain
-rw-r--r--comm.c2239logplain
-rw-r--r--comm.h561logplain
-rw-r--r--config.c16262logplain
-rw-r--r--config.h2113logplain
-rw-r--r--counts.c1026logplain
-rw-r--r--counts.h790logplain
-rw-r--r--cpumap.c12627logplain
-rw-r--r--cpumap.h1954logplain
-rw-r--r--cs-etm.h2061logplain
-rw-r--r--ctype.c2018logplain
-rw-r--r--data-convert-bt.c36671logplain
-rw-r--r--data-convert-bt.h302logplain
-rw-r--r--data-convert.h141logplain
-rw-r--r--data.c3459logplain
-rw-r--r--data.h1369logplain
-rw-r--r--db-export.c11434logplain
-rw-r--r--db-export.h3816logplain
-rw-r--r--debug.c4417logplain
-rw-r--r--debug.h2023logplain
-rw-r--r--demangle-java.c4219logplain
-rw-r--r--demangle-java.h249logplain
-rw-r--r--demangle-rust.c6602logplain
-rw-r--r--demangle-rust.h170logplain
-rw-r--r--drv_configs.c1834logplain
-rw-r--r--drv_configs.h844logplain
-rw-r--r--dso.c31994logplain
-rw-r--r--dso.h10399logplain
-rw-r--r--dwarf-aux.c33828logplain
-rw-r--r--dwarf-aux.h5101logplain
-rw-r--r--dwarf-regs.c1816logplain
-rw-r--r--env.c1884logplain
-rw-r--r--env.h1268logplain
-rw-r--r--event.c36670logplain
-rw-r--r--event.h15997logplain
-rw-r--r--evlist.c47104logplain
-rw-r--r--evlist.h12584logplain
-rw-r--r--evsel.c63917logplain
-rw-r--r--evsel.h13041logplain
-rw-r--r--evsel_fprintf.c5831logplain
-rw-r--r--find-vdso-map.c581logplain
-rw-r--r--genelf.c11653logplain
-rw-r--r--genelf.h1814logplain
-rw-r--r--genelf_debug.c14374logplain
-rwxr-xr-xgenerate-cmdlist.sh1141logplain
-rw-r--r--group.h122logplain
-rw-r--r--header.c73410logplain
-rw-r--r--header.h4365logplain
-rw-r--r--help-unknown-cmd.c3221logplain