Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_mv.c263 void *crpb_alloc; member
951 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()
953 if (!priv->crpb_alloc) { in init_sata()
957 memset(priv->crpb_alloc, 0, in init_sata()
959 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()