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

/netbsd-current/sys/dev/ic/
H A Dnslm7x.c69 #define RFACT_NONE 10000 macro
70 #define RFACT(x, y) (RFACT_NONE * ((x) + (y)) / (y))
71 #define NRFACT(x, y) (-RFACT_NONE * (x) / (y))
126 .rfact = RFACT_NONE
134 .rfact = RFACT_NONE
142 .rfact = RFACT_NONE
225 .rfact = RFACT_NONE
233 .rfact = RFACT_NONE
241 .rfact = RFACT_NONE
289 .rfact = RFACT_NONE
[all...]
/netbsd-current/sys/dev/isa/
H A Ditesio_isa.c74 #define RFACT_NONE 10000 macro
75 #define RFACT(x, y) (RFACT_NONE * ((x) + (y)) / (y))
114 RFACT_NONE, /* VCORE_A */
115 RFACT_NONE, /* VCORE_B */
116 RFACT_NONE, /* +3.3V */
122 RFACT_NONE /* VBAT */
644 edata->value_cur *= RFACT_NONE;

Completed in 125 milliseconds