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