taglinefilesource code
srom_latch431drivers/net/de4x5.cstatic void    srom_latch(u_int command, u_long address);
srom_latch2329drivers/net/de4x5.csrom_latch(SROM_RD | SROM_SR | DT_CS, addr);
srom_latch2347drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2348drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2349drivers/net/de4x5.csrom_latch((command & 0x0000ff00) | DT_CS, addr);
srom_latch2361drivers/net/de4x5.csrom_latch(command | ((a < 0) ? DT_IN : 0), addr);