Searched defs:rsp (Results 1 – 3 of 3) sorted by relevance
526 typedef struct rsp { struct527 u32 tibcr[16]; /* Trap/instruction breakpoint control regs */528 u8 res0[64];529 u32 ibcr0;530 u32 ibs0;531 u32 ibcnr0;555 } __attribute__ ((packed)) rsp_t; argument584 rsp_t rsp[0x2]; /* RISC Special Registers member
85 s32 rsp; /* response id (= request id) */ member
55 static void send_rsp(const struct rsp_box *rsp) in send_rsp()