Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ex/
Dif_ex_isa.c330 if (((count1 = CSR_READ_1(sc, ID_REG)) & Id_Mask) != Id_Sig) in ex_look_for_card()
332 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
333 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
334 count2 = CSR_READ_1(sc, ID_REG); in ex_look_for_card()
Dif_exreg.h90 #define ID_REG 2 macro