Searched refs:ctl4 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | bridge_mdb_max.sh | 435 test_ngroups_reporting ctl4 port "dev $swp1" 455 test_ngroups_reporting ctl4 port "dev $swp1 vid 10" 475 test_ngroups_reporting ctl4 port_vlan "dev $swp1 vid 10" 544 test_ngroups_cross_vlan ctl4 595 test_maxgroups_zero ctl4 port "dev $swp1" 615 test_maxgroups_zero ctl4 port "dev $swp1 vid 10" 635 test_maxgroups_zero ctl4 port_vlan "dev $swp1 vid 10" 735 test_maxgroups_zero_cross_vlan ctl4 791 test_maxgroups_too_low ctl4 port "dev $swp1" 811 test_maxgroups_too_low ctl4 port "dev $swp1 vid 10" [all …]
|
/openbmc/linux/drivers/hwmon/ |
H A D | lm93.c | 1526 u8 reg, ctl4; in temp_auto_pwm_min_show() local 1529 ctl4 = data->block9[nr][LM93_PWM_CTL4]; in temp_auto_pwm_min_show() 1530 return sprintf(buf, "%d\n", LM93_PWM_FROM_REG(reg, (ctl4 & 0x07) ? in temp_auto_pwm_min_show() 1541 u8 reg, ctl4; in temp_auto_pwm_min_store() local 1551 ctl4 = lm93_read_byte(client, LM93_REG_PWM_CTL(nr, LM93_PWM_CTL4)); in temp_auto_pwm_min_store() 1553 LM93_PWM_TO_REG(val, (ctl4 & 0x07) ? in temp_auto_pwm_min_store() 1731 u8 ctl4 = lm93_read_byte(client, in fan_smart_tach_store() local 1733 if ((ctl4 & 0x07) == 0) in fan_smart_tach_store() 1752 u8 ctl2, ctl4; in pwm_show() local 1756 ctl4 = data->block9[nr][LM93_PWM_CTL4]; in pwm_show() [all …]
|
/openbmc/qemu/include/hw/i2c/ |
H A D | npcm7xx_smbus.h | 87 uint8_t ctl4; member
|
/openbmc/qemu/hw/i2c/ |
H A D | npcm7xx_smbus.c | 783 value = s->ctl4; in npcm7xx_smbus_read() 950 s->ctl4 = value; in npcm7xx_smbus_write() 1002 s->ctl4 = NPCM7XX_SMB_CTL4_INIT_VAL; in npcm7xx_smbus_enter_reset() 1058 VMSTATE_UINT8(ctl4, NPCM7xxSMBusState),
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mac.h | 285 u32 ctl4; member 323 #define ds_ctl4 u.tx.ctl4
|