Lines Matching defs:val
279 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */
286 val = inl(ioaddr + SCBCtrlMDI);
288 printf(" mdio_write() timed out with val = %X.\n", val);
290 } while (! (val & 0x10000000));
291 return val & 0xffff;
301 int val, boguscnt = 64*4; /* <64 usec. to complete, typ 27 ticks */
306 val = inl(ioaddr + SCBCtrlMDI);
308 printf( " mdio_read() timed out with val = %X.\n", val);
310 } while (! (val & 0x10000000));
311 return val & 0xffff;