taglinefilesource code
srom_latch590drivers/net/de4x5.cstatic void    srom_latch(u_int command, u_long address);
srom_latch2946drivers/net/de4x5.csrom_latch(SROM_RD | SROM_SR | DT_CS, addr);
srom_latch2964drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2965drivers/net/de4x5.csrom_latch(command, addr);
srom_latch2966drivers/net/de4x5.csrom_latch((command & 0x0000ff00) | DT_CS, addr);
srom_latch2978drivers/net/de4x5.csrom_latch(command | ((a < 0) ? DT_IN : 0), addr);