Home
last modified time | relevance | path

Searched refs:crqb (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_mv.c168 struct crqb { struct
262 struct crqb *request;
573 struct crqb *req; in mv_ata_exec_ata_cmd()
584 memset(&priv->request[slot], 0, sizeof(struct crqb)); in mv_ata_exec_ata_cmd()
940 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
947 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()
948 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()