Searched refs:srom_latch (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/tulip/
H A Dde4x5.c959 static void srom_latch(u_int command, u_long address);
4226 srom_latch(SROM_RD | SROM_SR | DT_CS, addr);
4234 srom_latch(u_int command, u_long addr) function
4244 srom_latch(command, addr);
4245 srom_latch(command, addr);
4246 srom_latch((command & 0x0000ff00) | DT_CS, addr);
4256 srom_latch(command | ((a & 0x80) ? DT_IN : 0), addr);

Completed in 62 milliseconds