taglinefilesource code
srom_latch584drivers/net/de4x5.cstatic void    srom_latch(u_int command, u_long address);
srom_latch2936drivers/net/de4x5.csrom_latch(SROM_RD | SROM_SR | DT_CS, addr);
srom_latch2954drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2955drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2956drivers/net/de4x5.csrom_latch((command & 0x0000ff00) | DT_CS, addr);
srom_latch2968drivers/net/de4x5.csrom_latch(command | ((a < 0) ? DT_IN : 0), addr);