Home
last modified time | relevance | path

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

/u-boot/drivers/ata/
A Dsata_mv.c177 struct crqb { struct
272 struct crqb *request;
585 struct crqb *req; in mv_ata_exec_ata_cmd()
596 memset(&priv->request[slot], 0, sizeof(struct crqb)); in mv_ata_exec_ata_cmd()
900 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in sata_mv_init_sata()
907 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in sata_mv_init_sata()
908 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in sata_mv_init_sata()

Completed in 5 milliseconds