Searched defs:im_scb (Results 1 – 1 of 1) sorted by relevance
124 struct im_scb { struct125 unsigned short command; /*command word (read, etc.) */126 unsigned short enable; /*enable word, modifies cmd */127 union {130 } u1;131 unsigned long sys_buf_adr; /*physical system memory adr */132 unsigned long sys_buf_length; /*size of sys mem buffer */133 unsigned long tsb_adr; /*Termination Status Block adr */134 unsigned long scb_chain_adr; /*optional SCB chain address */135 union {[all …]