Searched refs:read_far (Results 1 – 1 of 1) sorted by relevance
18 static unsigned long read_far = 0x400100; variable19 module_param(read_far, ulong, 0);20 MODULE_PARM_DESC(read_far, " Offset of a 32-bit read within 8 MB "77 ioread32(p + read_far); in do_read_far_test()90 if (read_far && read_far < size - 4) in do_test()118 unsigned long size = (read_far) ? (8 << 20) : (16 << 10); in init()