Searched defs:io_attrs (Results 1 – 2 of 2) sorted by relevance
29 struct io_attrs { struct30 u8 birq; /* Channel's I/O IRQ number. */31 bool irq_shared; /* TRUE if the IRQ is shareable. */32 u32 word_size; /* DSP Word size. */33 u32 shm_base; /* Physical base address of shared memory. */34 u32 sm_length; /* Size (in bytes) of shared memory. */
561 unsigned long ret, io_attrs, ra; in probe_existing_entries() local