Searched defs:cfg_hostres (Results 1 – 1 of 1) sorted by relevance
34 struct cfg_hostres { struct35 u32 num_mem_windows; /* Set to default */37 u32 mem_base[CFG_MAXMEMREGISTERS]; /* shm virtual address */38 u32 mem_length[CFG_MAXMEMREGISTERS]; /* Length of the Base */39 u32 mem_phys[CFG_MAXMEMREGISTERS]; /* shm Physical address */40 u8 birq_registers; /* IRQ Number */41 u8 birq_attrib; /* IRQ Attribute */42 u32 offset_for_monitor; /* The Shared memory starts from52 u32 chnl_offset;53 u32 chnl_buf_size;[all …]