Searched refs:srom_latch (Results 1 – 1 of 1) sorted by relevance
959 static void srom_latch(u_int command, u_long address);4203 srom_latch(SROM_RD | SROM_SR | DT_CS, addr); in srom_rd()4211 srom_latch(u_int command, u_long addr) in srom_latch() function4221 srom_latch(command, addr); in srom_command()4222 srom_latch(command, addr); in srom_command()4223 srom_latch((command & 0x0000ff00) | DT_CS, addr); in srom_command()4233 srom_latch(command | ((a & 0x80) ? DT_IN : 0), addr); in srom_address()