Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dsata_mv.c167 struct crqb { struct
261 struct crqb *request;
572 struct crqb *req; in mv_ata_exec_ata_cmd()
583 memset(&priv->request[slot], 0, sizeof(struct crqb)); in mv_ata_exec_ata_cmd()
939 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
946 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()
947 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()