Searched refs:rsp (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/usb/gadget/ |
| H A D | f_thor.c | 55 static void send_rsp(const struct rsp_box *rsp) in send_rsp() argument 57 memcpy(thor_tx_data_buf, rsp, sizeof(struct rsp_box)); in send_rsp() 60 debug("-RSP: %d, %d\n", rsp->rsp, rsp->rsp_data); in send_rsp() 65 ALLOC_CACHE_ALIGN_BUFFER(struct data_rsp_box, rsp, in send_data_rsp() 68 rsp->ack = ack; in send_data_rsp() 69 rsp->count = count; in send_data_rsp() 71 memcpy(thor_tx_data_buf, rsp, sizeof(struct data_rsp_box)); in send_data_rsp() 79 ALLOC_CACHE_ALIGN_BUFFER(struct rsp_box, rsp, sizeof(struct rsp_box)); in process_rqt_info() 80 memset(rsp, 0, sizeof(struct rsp_box)); in process_rqt_info() 82 rsp->rsp = rqt->rqt; in process_rqt_info() [all …]
|
| H A D | f_thor.h | 85 s32 rsp; /* response id (= request id) */ member
|
| /rk3399_rockchip-uboot/arch/x86/cpu/ |
| H A D | start64.S | 18 mov %rsp, %rdi 20 mov %rax, %rsp
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | crt0_x86_64_efi.S | 16 subq $8, %rsp 34 addq $8, %rsp
|
| /rk3399_rockchip-uboot/drivers/qe/ |
| H A D | qe.c | 493 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in qe_upload_firmware() 497 out_be32(&qe_immr->rsp[i].eccr, be32_to_cpu(ucode->eccr)); in qe_upload_firmware() 621 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in u_qe_upload_firmware() 625 out_be32(&qe_immr->rsp[i].eccr, be32_to_cpu(ucode->eccr)); in u_qe_upload_firmware() 691 out_be32(&qe_immrr->rsp[i].tibcr[j], trap); in u_qe_firmware_resume() 695 out_be32(&qe_immrr->rsp[i].eccr, be32_to_cpu(ucode->eccr)); in u_qe_firmware_resume()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | immap_qe.h | 526 typedef struct rsp { struct 584 rsp_t rsp[0x2]; /* RISC Special Registers member
|