Searched refs:srom_latch (Results 1 – 1 of 1) sorted by relevance
975 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() function4333 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()