Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_mv.c264 void *crpb_alloc; member
952 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()
954 if (!priv->crpb_alloc) { in init_sata()
958 memset(priv->crpb_alloc, 0, in init_sata()
960 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()