Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/hfi1/
H A Deprom.c18 #define P1_SIZE (4 * 1024) macro
20 #define P2_START (P0_SIZE + P1_SIZE)
218 buffer = kmalloc(P1_SIZE, GFP_KERNEL); in read_partition_platform_config()
222 ret = read_length(dd, P1_START, P1_SIZE, buffer); in read_partition_platform_config()
235 p = strnstr(buffer, IMAGE_TRAIL_MAGIC, P1_SIZE); in read_partition_platform_config()
239 length = P1_SIZE; in read_partition_platform_config()