Searched +full:3 +full:az (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/media/radio/ |
| H A D | radio-aztech.c | 65 /* bits 0 and 2 are volume control, bits 3..5 are not connected */ 70 struct aztech *az = container_of(isa, struct aztech, isa); in aztech_set_pins() local 71 u8 bits = az->curvol; in aztech_set_pins() 80 outb_p(bits, az->isa.io); in aztech_set_pins() 85 struct aztech *az = kzalloc_obj(*az); in aztech_alloc() local 87 return az ? &az->isa : NULL; in aztech_alloc() 111 struct aztech *az = container_of(isa, struct aztech, isa); in aztech_s_mute_volume() local 115 az->curvol = (vol & 1) + ((vol & 2) << 1); in aztech_s_mute_volume() 116 outb(az->curvol, isa->io); in aztech_s_mute_volume() 147 .max_volume = 3,
|
| H A D | radio-cadet.c | 5 * Version 0.3.3 30 * 2006-07-30 Hans J. Koch <koch@hjk-az.de> 254 for (j = 3; j > -1; j--) { in cadet_setfreq() 270 outb(3, dev->io); in cadet_setfreq() 377 outb(3, dev->io); in vidioc_g_tuner() 380 outb(3, dev->io); in vidioc_g_tuner()
|
| /linux/drivers/gpu/drm/amd/include/ivsrcid/dcn/ |
| H A D | irqsrcs_dcn_1_0.h | 40 #define DCN_1_0__CTXID__DC_I2C_DDC3_HW_DONE 3 84 #define DCN_1_0__SRCID__DMU_PERFCOUNTER_INT0_STATUS 3 // DMU perfmon counter0 interrupt DMU_PERFMON… 87 #define DCN_1_0__SRCID__DMU_PERFCOUNTER_INT1_STATUS 3 // DMU perfmon counter1 interrupt DMU_PERFMON… 115 #define DCN_1_0__CTXID__DMCU_ABM1_HG_READY_INT 3 142 #define DCN_1_0__CTXID__DCIO_DPCS_TXD_ERROR_INT 3 162 #define DCN_1_0__SRCID__DC_HPD3_INT 9 // Hot Plug Detection 3 DC_HPD3_INTERRUPT DIS… 166 #define DCN_1_0__CTXID__DC_HPD4_INT 3 180 #define DCN_1_0__SRCID__DC_HPD3_RX_INT 9 // Hot Plug Detection RX interrupt 3 DC_HPD3_R… 195 #define DCN_1_0__SRCID__AZ_ENDPOINT0_AUDIO_FMT_CHANGED_INT 0xA // AZ Endpoint0 format changed AZ_IH… 198 #define DCN_1_0__SRCID__AZ_ENDPOINT1_AUDIO_FMT_CHANGED_INT 0xA // AZ Endpoint1 format changed AZ_IH… [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | tcp_fastopen_backup_key.sh | 15 ip netns exec "${NETNS}" sysctl -w net.ipv4.tcp_fastopen=3 \ 31 val=$(ip netns exec "${NETNS}" nstat -az | \
|
| /linux/drivers/net/phy/qcom/ |
| H A D | qca808x.c | 21 /* AZ control */ 77 * LED to active high. It's not clear what BIT 3 and BIT 4 does. 212 /* Active adc&vga on 802.3az for the link 1000M and 100M */ in qca808x_config_init() 218 /* Adjust the threshold on 802.3az for the link 1000M */ in qca808x_config_init() 329 * 3. for PHY working in 1000BaseT. in qca808x_cable_test_start()
|
| H A D | qca807x.c | 25 #define QCA807X_CHIP_CONFIGURATION_MODE_CFG_MASK GENMASK(3, 0) 27 #define QCA807X_CHIP_CONFIGURATION_MODE_PSGMII_FIBER 3 33 #define QCA807X_MEDIA_DETECTED_100_BASE_FX BIT(3) 76 #define QCA807X_FC_MDI_CROSSOVER_AUTO 3 614 /* Workaround to enable AZ transmitting ability */ in qca807x_phy_package_config_init_once()
|
| /linux/drivers/net/ethernet/atheros/atl1c/ |
| H A D | atl1c_hw.c | 42 mac_addr[3] << 16 | in atl1c_hw_set_mac_addr() 148 if (offset & 3) in atl1c_read_eeprom() 535 /* clear bit3 of dbgport 3B to lower voltage */ in atl1c_phy_reset() 560 /* disable AZ(EEE) by default */ in atl1c_phy_reset() 853 /* az with brcm, half-amp */ in atl1c_post_phy_linkchg()
|
| /linux/drivers/net/wireless/realtek/rtw88/ |
| H A D | regd.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 52 COUNTRY_REGD_ENT("AZ", RTW_REGD_ETSI, RTW_REGD_ETSI),
|
| /linux/drivers/net/ethernet/atheros/alx/ |
| H A D | hw.c | 787 /* 1000BT/AZ, wrong cable length */ in alx_post_phy_link() 967 val = (raw_mtu + 7) >> 3; in alx_configure_basic() 969 val = ALX_TXQ1_JUMBO_TSO_TH >> 3; in alx_configure_basic() 993 val = ALX_GET_FIELD(val, ALX_SRAM_RXF_LEN) << 3; in alx_configure_basic() 995 val16 = ALX_MTU_STD_ALGN >> 3; in alx_configure_basic() 996 val = (val - ALX_RXQ2_RXF_FLOW_CTRL_RSVD) >> 3; in alx_configure_basic() 998 val16 = ALX_MTU_STD_ALGN >> 3; in alx_configure_basic() 999 val = (val - ALX_MTU_STD_ALGN) >> 3; in alx_configure_basic() 1060 if (alx_read_phy_ext(hw, 3, MDIO_DEVS1, &devs1) || in alx_get_phy_info() 1061 alx_read_phy_ext(hw, 3, MDIO_DEVS2, &devs2)) in alx_get_phy_info()
|
| /linux/Documentation/gpu/amdgpu/display/ |
| H A D | dc_pipeline_overview.svg | 116 id="Arrow2Mend-8-3" 131 id="Arrow2Mend-8-3-2" 146 id="Arrow2Mend-8-3-2-1" 161 id="Arrow2Mend-8-3-2-7" 176 id="Arrow2Mend-8-3-4" 196 id="path1200-9-3" 221 id="Arrow2Mend-8-3-2-6" 241 id="path1200-9-3-4" 251 id="Arrow2Mend-6-3" 266 id="Arrow2Mend-8-3-2-8" [all …]
|