Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_mv.c238 #define CRPB_ALIGN 0x100 macro
953 CRPB_ALIGN); 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()
961 ~(CRPB_ALIGN - 1)); in init_sata()