taglinefilesource code
srom_latch612drivers/net/de4x5.cstatic void    srom_latch(u_int command, u_long address);
srom_latch3147drivers/net/de4x5.csrom_latch(SROM_RD | SROM_SR | DT_CS, addr);
srom_latch3167drivers/net/de4x5.csrom_latch(command, addr);
srom_latch3168drivers/net/de4x5.csrom_latch(command, addr);
srom_latch3169drivers/net/de4x5.csrom_latch((command & 0x0000ff00) | DT_CS, addr);
srom_latch3182drivers/net/de4x5.csrom_latch(command | ((a < 0) ? DT_IN : 0), addr);