Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_mv.c261 void *crqb_alloc; member
940 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
942 if (!priv->crqb_alloc) { in init_sata()
946 memset(priv->crqb_alloc, 0, in init_sata()
948 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()