Lines Matching refs:delay
233 # IO delay types:
253 prompt "IO delay type"
257 bool "port 0x80 based port-IO delay [recommended]"
259 This is the traditional Linux IO delay used for in/out_p.
263 bool "port 0xed based port-IO delay"
265 Use port 0xed as the IO delay. This frees up port 0x80 which is
269 bool "udelay based port-IO delay"
271 Use udelay(2) as the IO delay method. This provides the delay
275 bool "no port-IO delay"
277 No port-IO delay. Will break on old boxes that require port-IO
278 delay for certain operations. Should work on most new machines.