Home
last modified time | relevance | path

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

/drivers/net/hamradio/
Dmkiss.c237 static void ax_bump(struct mkiss *ax) in ax_bump() argument
242 spin_lock_bh(&ax->buflock); in ax_bump()
243 if (ax->rbuff[0] > 0x0f) { in ax_bump()
244 if (ax->rbuff[0] & 0x80) { in ax_bump()
245 if (check_crc_16(ax->rbuff, ax->rcount) < 0) { in ax_bump()
246 ax->dev->stats.rx_errors++; in ax_bump()
247 spin_unlock_bh(&ax->buflock); in ax_bump()
251 if (ax->crcmode != CRC_MODE_SMACK && ax->crcauto) { in ax_bump()
254 ax->dev->name); in ax_bump()
255 ax->crcmode = CRC_MODE_SMACK; in ax_bump()
[all …]
/drivers/net/ethernet/8390/
Dax88796.c177 struct ax_device *ax = to_ax_dev(dev); in ax_ei_interrupt_filtered() local
180 if (!ax->plat->check_irq(pdev)) in ax_ei_interrupt_filtered()
338 struct ax_device *ax = to_ax_dev(dev); in ax_handle_link_change() local
342 if (phy_dev->link && ((ax->speed != phy_dev->speed) || in ax_handle_link_change()
343 (ax->duplex != phy_dev->duplex))) { in ax_handle_link_change()
345 ax->speed = phy_dev->speed; in ax_handle_link_change()
346 ax->duplex = phy_dev->duplex; in ax_handle_link_change()
350 if (phy_dev->link != ax->link) { in ax_handle_link_change()
352 ax->speed = 0; in ax_handle_link_change()
353 ax->duplex = -1; in ax_handle_link_change()
[all …]
Dxsurf100.c51 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/char/
Dtoshiba.c248 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/media/common/b2c2/
Dflexcop-fe-tuner.c87 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/
DKconfig3 tristate "Qualcomm Technologies 802.11ax chipset support"
9 This module adds support for Qualcomm Technologies 802.11ax family of
/drivers/net/wireless/mediatek/mt76/mt7921/
DKconfig9 This adds support for MT7921E 802.11ax 2x2:2SS wireless devices.
/drivers/net/wireless/mediatek/mt76/mt7915/
DKconfig10 and 2.4GHz IEEE 802.11ax 4x4:4SS 1024-QAM, 160MHz channels,
/drivers/gpu/drm/amd/display/dc/dml/dcn20/
Ddisplay_mode_vba_20.c319 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()
Ddisplay_mode_vba_20v2.c343 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/
Ddisplay_mode_vba_21.c514 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/
Ddisplay_mode_vba_30.c755 unsigned int pixelsPerClock, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, in dscceComputeDelay() local
794 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay()
795 L = (ax + wx - 1) / wx; in dscceComputeDelay()
800 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()
/drivers/gpu/drm/amd/display/dc/dml/dcn31/
Ddisplay_mode_vba_31.c750 …unsigned int pixelsPerClock = 0, lstall, D, initalXmitDelay, w, s, ix, wx, P, l0, a, ax, L, Delay,… in dscceComputeDelay() local
788 ax = (a + 2) / 3 + D + 6 + 1; in dscceComputeDelay()
789 L = (ax + wx - 1) / wx; in dscceComputeDelay()
794 Delay = L * wx * (numSlices - 1) + ax + s + lstall + 22; in dscceComputeDelay()