Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Dde4x5.c975 static void srom_latch(u_int command, u_long address);
4313 srom_latch(SROM_RD | SROM_SR | DT_CS, addr); in srom_rd()
4321 srom_latch(u_int command, u_long addr) in srom_latch() function
4333 srom_latch(command, addr); in srom_command()
4334 srom_latch(command, addr); in srom_command()
4335 srom_latch((command & 0x0000ff00) | DT_CS, addr); in srom_command()
4347 srom_latch(command | ((a & 0x80) ? DT_IN : 0), addr); in srom_address()