| /drivers/net/hamradio/ |
| A D | mkiss.c | 245 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump() 260 if (check_crc_flex(ax->rbuff, ax->rcount) < 0) { in ax_bump() 331 if (ax->rcount < ax->buffsize) { in kiss_unesc() 332 ax->rbuff[ax->rcount++] = s; in kiss_unesc() 396 memcpy(ax->xbuff, ax->xhead, ax->xleft); in ax_changedmtu() 403 ax->xhead = ax->xbuff; in ax_changedmtu() 407 memcpy(ax->rbuff, orbuff, ax->rcount); in ax_changedmtu() 510 actual = ax->tty->ops->write(ax->tty, ax->xbuff, count); in ax_encaps() 516 ax->xhead = ax->xbuff + actual; in ax_encaps() 673 if (ax) in mkiss_get() [all …]
|
| /drivers/net/ethernet/8390/ |
| A D | ax88796.c | 352 ax->speed = 0; in ax_handle_link_change() 353 ax->duplex = -1; in ax_handle_link_change() 416 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_mdc() 428 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_dir() 440 ei_outb(ax->reg_memr, ax->addr_memr); in ax_bb_set_data() 468 ax->mii_bus = alloc_mdio_bitbang(&ax->bb_ctrl); in ax_mii_init() 523 ax->running = 1; in ax_open() 546 ax->running = 0; in ax_close() 827 if (ax->map2) { in ax_remove() 949 if (!ax->map2) in ax_probe() [all …]
|
| A D | xsurf100.c | 51 struct ax_plat_data ax; member 280 ax88796_data.ax.flags = AXFLG_HAS_EEPROM; in xsurf100_probe() 281 ax88796_data.ax.wordlength = 2; in xsurf100_probe() 282 ax88796_data.ax.dcr_val = 0x48; in xsurf100_probe() 283 ax88796_data.ax.rcr_val = 0x40; in xsurf100_probe() 284 ax88796_data.ax.reg_offsets = reg_offsets; in xsurf100_probe() 285 ax88796_data.ax.check_irq = is_xsurf100_network_irq; in xsurf100_probe() 310 ax88796_data.ax.block_output = xs100_block_output; in xsurf100_probe() 311 ax88796_data.ax.block_input = xs100_block_input; in xsurf100_probe()
|
| /drivers/net/wireless/realtek/rtw89/ |
| A D | Kconfig | 3 tristate "Realtek 802.11ax wireless chips support" 7 enables Realtek IEEE 802.11ax wireless chipsets. 53 802.11ax PCIe wireless network (Wi-Fi 6) adapter 64 802.11ax USB wireless network (Wi-Fi 6) adapter 75 802.11ax PCIe wireless network (Wi-Fi 6) adapter 87 802.11ax PCIe wireless network (Wi-Fi 6) adapter 99 802.11ax USB wireless network (Wi-Fi 6) adapter 111 802.11ax PCIe wireless network (Wi-Fi 6) adapter 122 802.11ax PCIe wireless network (Wi-Fi 6E) adapter
|
| A D | rtw8852b_common.c | 583 const struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw8852bx_set_gain_error() 710 const struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw8852bx_set_rxsc_rpl_comp()
|
| A D | rtw8851b.c | 1012 const struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw8851b_set_gain_error() 1098 const struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw8851b_set_rxsc_rpl_comp()
|
| A D | phy.c | 1200 struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw89_phy_cfg_bb_gain_error() 1239 struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw89_phy_cfg_bb_rpl_ofst() 1321 struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw89_phy_cfg_bb_gain_bypass() 1348 struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw89_phy_cfg_bb_gain_op1db()
|
| A D | rtw8852c.c | 873 const struct rtw89_phy_bb_gain_info *gain = &rtwdev->bb_gain.ax; in rtw8852c_set_gain_error()
|
| A D | core.h | 5964 struct rtw89_phy_bb_gain_info ax; member
|
| /drivers/char/ |
| A D | toshiba.c | 248 unsigned short ax,bx; in tosh_ioctl() local 259 ax = regs.eax & 0xff00; in tosh_ioctl() 262 if (((ax==0xff00) || (ax==0xfe00)) && (bx>0x0069)) in tosh_ioctl() 268 if (((ax==0xf300) || (ax==0xf400)) && (bx==0x0004)) { in tosh_ioctl()
|
| /drivers/net/wireless/mediatek/mt76/mt7921/ |
| A D | Kconfig | 13 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices. 24 This adds support for MT7921S 802.11ax 2x2:2SS wireless devices. 35 This adds support for MT7921U 802.11ax 2x2:2SS wireless devices.
|
| /drivers/media/common/b2c2/ |
| A D | flexcop-fe-tuner.c | 87 u16 ax; in flexcop_set_tone() local 93 ax = 0x01ff; in flexcop_set_tone() 96 ax = 0; in flexcop_set_tone() 104 v.lnb_switch_freq_200.LNB_CTLHighCount_sig = ax; in flexcop_set_tone() 105 v.lnb_switch_freq_200.LNB_CTLLowCount_sig = ax == 0 ? 0x1ff : ax; in flexcop_set_tone()
|
| /drivers/net/wireless/ath/ath11k/ |
| A D | Kconfig | 3 tristate "Qualcomm Technologies 802.11ax chipset support" 9 This module adds support for Qualcomm Technologies 802.11ax family of
|
| /drivers/gpu/drm/ |
| A D | drm_panic_qr.rs | 729 for &ax in positions.iter() { in is_alignment() 731 if self.is_finder(ax, ay) { in is_alignment() 734 if x >= ax - 2 && x <= ax + 2 && y >= ay - 2 && y <= ay + 2 { in is_alignment()
|
| /drivers/net/wireless/mediatek/mt76/mt7915/ |
| A D | Kconfig | 12 and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| A D | display_mode_vba_util_32.c | 53 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dml32_dscceComputeDelay() local 90 ax = (a + 2) / 3 + D + 6 + 1; in dml32_dscceComputeDelay() 91 L = (ax + wx - 1) / wx; in dml32_dscceComputeDelay() 96 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dml32_dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
| A D | display_mode_vba_20.c | 319 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 354 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 355 l = (ax + wx - 1) / wx; in dscceComputeDelay() 360 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| A D | display_mode_vba_20v2.c | 343 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 378 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 379 l = (ax + wx - 1) / wx; in dscceComputeDelay() 384 Delay = l * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
| A D | display_mode_vba_21.c | 514 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, S, ix, wx, p, l0, a, ax, l, in dscceComputeDelay() local 549 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 550 l = (ax + wx - 1) / wx; in dscceComputeDelay() 555 Delay = l * wx * (numSlices - 1) + ax + S + lstall + 22; in dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
| A D | display_mode_vba_30.c | 687 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local 726 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 727 L = (ax + wx - 1) / wx; in dscceComputeDelay() 732 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn31/ |
| A D | display_mode_vba_31.c | 690 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local 728 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 729 L = (ax + wx - 1) / wx; in dscceComputeDelay() 734 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
| A D | display_mode_vba_314.c | 708 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local 746 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 747 L = (ax + wx - 1) / wx; in dscceComputeDelay() 752 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|
| /drivers/gpu/drm/amd/display/dc/dml2/ |
| A D | display_mode_core.c | 859 dml_uint_t pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, p, l0, a, ax, L, in dscceComputeDelay() local 898 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay() 899 L = (ax + wx - 1) / wx; in dscceComputeDelay() 904 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
|