Searched refs:FINS_FUNC_SEL (Results 1 – 1 of 1) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | fins.c | 56 #define FINS_FUNC_SEL 0x07 /* select which chip function to access */ macro 226 fins_write(iot, ioh, FINS_FUNC_SEL, 0); /* IDs appear only in space 0 */ in fins_match() 234 fins_write(iot, ioh, FINS_FUNC_SEL, FINS_FUNC_WATCHDOG); in fins_match() 237 fins_write(iot, ioh, FINS_FUNC_SEL, FINS_FUNC_SENSORS); in fins_match() 244 fins_write(iot, ioh, FINS_FUNC_SEL, FINS_FUNC_SENSORS); in fins_match()
|