Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_mv.c232 struct crpb { struct
265 struct crpb *response;
952 priv->crpb_alloc = malloc(sizeof(struct crpb) * REQUEST_QUEUE_SIZE + in init_sata()
959 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()
960 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()