Searched refs:pcirr (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcyblafb.c57 static int pcirr = 1; variable
75 module_param(pcirr, int, 0);
938 (pcirr ? 0x40 : 0) | // pci read retry enable
1655 else if (!strncmp(opt, "pcirr=", 6))
1656 pcirr = simple_strtoul(opt + 6, NULL, 0);

Completed in 87 milliseconds