Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dnct6775.h16 #define NUM_REG_BEEP 5 /* Max number of beep registers */ macro
H A Dnct6775-core.c112 static const u16 NCT6775_REG_BEEP[NUM_REG_BEEP] = { 0x56, 0x57, 0x453, 0x4e };
263 static const u16 NCT6776_REG_BEEP[NUM_REG_BEEP] = { 0xb2, 0xb3, 0xb4, 0xb5, 0xbf };
463 static const u16 NCT6792_REG_BEEP[NUM_REG_BEEP] = {
815 static const u16 NCT6106_REG_BEEP[NUM_REG_BEEP] = {
1690 for (i = 0; i < NUM_REG_BEEP; i++) { in nct6775_update_device()