Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dpio_copy.c10 #define PIO_BLOCK_MASK (PIO_BLOCK_SIZE - 1) macro
117 while (((unsigned long)dest & PIO_BLOCK_MASK) != 0) { in pio_copy()
707 while (((unsigned long)dest & PIO_BLOCK_MASK) != 0) { in seg_pio_copy_end()