Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_mv.c237 #define CRPB_ALIGN 0x100 macro
952 CRPB_ALIGN); in init_sata()
958 sizeof(struct crpb) * REQUEST_QUEUE_SIZE + CRPB_ALIGN); in init_sata()
959 priv->response = (struct crpb *)(((u32) priv->crpb_alloc + CRPB_ALIGN) & in init_sata()
960 ~(CRPB_ALIGN - 1)); in init_sata()