Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/hwmon/
Dnct6775.c206 #define NUM_REG_BEEP 5 /* Max number of beep registers */ macro
250 static const u16 NCT6775_REG_BEEP[NUM_REG_BEEP] = { 0x56, 0x57, 0x453, 0x4e };
409 static const u16 NCT6776_REG_BEEP[NUM_REG_BEEP] = { 0xb2, 0xb3, 0xb4, 0xb5 };
605 static const u16 NCT6792_REG_BEEP[NUM_REG_BEEP] = {
877 static const u16 NCT6106_REG_BEEP[NUM_REG_BEEP] = {
1850 for (i = 0; i < NUM_REG_BEEP; i++) { in nct6775_update_device()