Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/include/dt-bindings/media/c8sectpfe.h
26289 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __DT_C8SECTPFE_H
3
#define __DT_C8SECTPFE_H
4
5
#define STV0367_TDA18212_NIMA_1 0
6
#define STV0367_TDA18212_NIMA_2 1
7
#define STV0367_TDA18212_NIMB_1 2
8
#define STV0367_TDA18212_NIMB_2 3
9
10
#define STV0903_6110_LNB24_NIMA 4
11
#define STV0903_6110_LNB24_NIMB 5
12
13
#endif /* __DT_C8SECTPFE_H */
14
15