taglinefilesource code
srom_latch431drivers/net/de4x5.cstatic void    srom_latch(u_int command, u_long address);
srom_latch2324drivers/net/de4x5.csrom_latch(SROM_RD | SROM_SR | DT_CS, addr);
srom_latch2342drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2343drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2344drivers/net/de4x5.csrom_latch((command & 0x0000ff00) | DT_CS, addr);
srom_latch2356drivers/net/de4x5.csrom_latch(command | ((a < 0) ? DT_IN : 0), addr);