Searched refs:CRQB_ALIGN (Results 1 – 1 of 1) sorted by relevance
188 #define CRQB_ALIGN 0x400 macro901 CRQB_ALIGN); in sata_mv_init_sata()907 sizeof(struct crqb) * REQUEST_QUEUE_SIZE + CRQB_ALIGN); in sata_mv_init_sata()908 priv->request = (struct crqb *)(((u32) priv->crqb_alloc + CRQB_ALIGN) & in sata_mv_init_sata()909 ~(CRQB_ALIGN - 1)); in sata_mv_init_sata()
Completed in 18 milliseconds