Home
last modified time | relevance | path

Searched defs:scc_hw_config (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/include/uapi/linux/
Dscc.h145 struct scc_hw_config { struct
146 io_port data_a; /* data port channel A */
147 io_port ctrl_a; /* control port channel A */
148 io_port data_b; /* data port channel B */
149 io_port ctrl_b; /* control port channel B */
150 io_port vector_latch; /* INTACK-Latch (#) */
151 io_port special; /* special function port */
153 int irq; /* irq */
154 long clock; /* clock */
155 char option; /* command for function port */
[all …]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dscc.h108 struct scc_hw_config { struct
109 io_port data_a;
110 io_port ctrl_a;
111 io_port data_b;
112 io_port ctrl_b;
113 io_port vector_latch;
114 io_port special;
115 int irq;
116 long clock;
117 char option;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dscc.h119 struct scc_hw_config { struct
120 io_port data_a;
121 io_port ctrl_a;
122 io_port data_b;
123 io_port ctrl_b;
124 io_port vector_latch;
125 io_port special;
126 int irq;
127 long clock;
128 char option;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dscc.h119 struct scc_hw_config { struct
120 io_port data_a;
121 io_port ctrl_a;
122 io_port data_b;
123 io_port ctrl_b;
124 io_port vector_latch;
125 io_port special;
126 int irq;
127 long clock;
128 char option;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dscc.h145 struct scc_hw_config { struct
146 io_port data_a; /* data port channel A */
147 io_port ctrl_a; /* control port channel A */
148 io_port data_b; /* data port channel B */
149 io_port ctrl_b; /* control port channel B */
150 io_port vector_latch; /* INTACK-Latch (#) */
151 io_port special; /* special function port */
153 int irq; /* irq */
154 long clock; /* clock */
155 char option; /* command for function port */
[all …]