Home
last modified time | relevance | path

Searched defs:rsp (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Dimmap_qe.h526 typedef struct rsp { struct
527 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; argument
584 rsp_t rsp[0x2]; /* RISC Special Registers member
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Df_thor.h85 s32 rsp; /* response id (= request id) */ member
H A Df_thor.c55 static void send_rsp(const struct rsp_box *rsp) in send_rsp()