Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dsata_mv.c178 #define CRQB_ALIGN 0x400 macro
940 CRQB_ALIGN); in init_sata()
946 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in init_sata()
947 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in init_sata()
948 ~(CRQB_ALIGN - 1)); in init_sata()