Searched refs:ctl4 (Results 1 – 3 of 3) sorted by relevance
/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 por [all...] |
/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 in pwm_show() 1771 u8 ctl2, ctl4; pwm_store() local 1858 u8 ctl4; pwm_freq_show() local 1895 u8 ctl4; pwm_freq_store() local 1958 u8 ctl3, ctl4; pwm_auto_spinup_min_show() local 1974 u8 ctl3, ctl4; pwm_auto_spinup_min_store() local [all...] |
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | mac.h | 285 u32 ctl4; member 323 #define ds_ctl4 u.tx.ctl4
|