Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_mv.c260 void *crqb_alloc; member
939 priv->crqb_alloc = malloc(sizeof(struct crqb) * REQUEST_QUEUE_SIZE + in init_sata()
941 if (!priv->crqb_alloc) { in init_sata()
945 memset(priv->crqb_alloc, 0, in init_sata()
947 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()