Home
last modified time | relevance | path

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

/inferno-os/os/boot/pc/
H A Dio.h245 typedef struct PCMconftab PCMconftab; typedef
260 struct PCMconftab struct
262 int index;
263 ushort irqs; /* legal irqs */
264 uchar irqtype;
265 uchar bit16; /* true for 16 bit access */
266 struct {
269 } io[16];
270 int nio;
271 uchar vpp1;
[all …]
/inferno-os/os/pxa/
H A Dpxaio.h2 typedef struct PCMconftab PCMconftab; typedef
324 struct PCMconftab struct
326 int index;
327 ushort irqs; /* legal irqs */
328 uchar irqtype;
329 uchar bit16; /* true for 16 bit access */
330 uchar nlines;
331 struct {
334 } io[16];
335 int nio;
[all …]
/inferno-os/os/pc/
H A Dio.h299 typedef struct PCMconftab PCMconftab; typedef
314 struct PCMconftab struct
316 int index;
317 ushort irqs; /* legal irqs */
318 uchar irqtype;
319 uchar bit16; /* true for 16 bit access */
320 struct {
323 } io[16];
324 int nio;
325 uchar vpp1;
[all …]
/inferno-os/os/sa1110/
H A Dsa1110io.h1 typedef struct PCMconftab PCMconftab; typedef
440 struct PCMconftab struct
442 int index;
443 ushort irqs; /* legal irqs */
444 uchar irqtype;
445 uchar bit16; /* true for 16 bit access */
446 struct {
449 } io[16];
450 int nio;
451 uchar vpp1;
[all …]
/inferno-os/os/mpc/
H A D800io.h5 typedef struct PCMconftab PCMconftab; typedef
570 struct PCMconftab struct
572 int index;
573 ushort irqs; /* legal irqs */
574 uchar irqtype;
575 uchar bit16; /* true for 16 bit access */
576 uchar nlines;
577 struct {
581 } io[16];
582 int nio;
[all …]