Searched refs:high_byte_offset (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/ncthwm/ |
H A D | ncthwm.c | 64 uint8_t high_byte_offset; member 82 { .name = "SYSFAN", .low_byte_offset = 0xc1, .high_byte_offset = 0xc0 }, 83 { .name = "CPUFAN", .low_byte_offset = 0xc3, .high_byte_offset = 0xc2 }, 84 { .name = "AUXFAN0", .low_byte_offset = 0xc5, .high_byte_offset = 0xc4 }, 85 { .name = "AUXFAN1", .low_byte_offset = 0xc7, .high_byte_offset = 0xc6 }, 86 { .name = "AUXFAN2", .low_byte_offset = 0xc9, .high_byte_offset = 0xc8 }, 95 { .name = "SYSFAN", .low_byte_offset = 0xc1, .high_byte_offset = 0xc0 }, 96 { .name = "CPUFAN", .low_byte_offset = 0xc3, .high_byte_offset = 0xc2 }, 97 { .name = "AUXFAN0", .low_byte_offset = 0xc5, .high_byte_offset = 0xc4 }, 98 { .name = "AUXFAN1", .low_byte_offset = 0xc7, .high_byte_offset = 0xc6 }, [all …]
|