Searched refs:bias (Results 51 - 69 of 69) sorted by relevance

123

/linux-master/arch/alpha/lib/
H A Dstxncpy.S125 addq a2, t0, a2 # .. e1 : bias count by dest misalignment
H A Dev6-stxncpy.S157 addq a2, t0, a2 # E : bias count by dest misalignment (stall)
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S250 subw #0x3fff,%d0 |strip off bias
759 subil #0x3ffd,%d0 |sub bias less 2 to make fract
851 subiw #0x3ffd,%d0 |subtract off bias
H A Dres_func.S1811 | ;denorm/norm bias
1831 | ;denorm/norm bias
1887 | dest_sgl or dest_dbl expects a normalized number's bias.
1914 | ;vs norm bias
/linux-master/drivers/video/fbdev/mmp/hw/
H A Dmmp_ctrl.h598 #define CFG_BIAS_OUT(bias) ((bias)<<8)
/linux-master/drivers/gpio/
H A Dgpiolib.c2550 enum pin_config_param bias; local
2557 bias = PIN_CONFIG_BIAS_DISABLE;
2559 bias = PIN_CONFIG_BIAS_PULL_UP;
2561 bias = PIN_CONFIG_BIAS_PULL_DOWN;
2565 switch (bias) {
2576 return gpio_set_config_with_argument_optional(desc, bias, arg);
/linux-master/sound/soc/
H A Dsoc-dapm.c682 * snd_soc_dapm_force_bias_level() - Sets the DAPM bias level
686 * Forces the DAPM bias level to a specific state. It will call the bias level
689 * the normal bias level sequencing, meaning any intermediate states between the
692 * Note that the change in bias level is only temporary and the next time
714 * snd_soc_dapm_set_bias_level - set the bias level for the system
718 * Configure the bias (power) levels for the SoC audio device.
1813 "ASoC: Failed to turn on bias: %d\n", ret);
1824 "ASoC: Failed to prepare bias: %d\n", ret);
1836 /* If we just powered the last thing off drop to standby bias */
1961 enum snd_soc_bias_level bias; local
[all...]
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1629 WMI_HOST_BIAS_ROAM_MODE = 2, /* Host bias based roam */
1635 s8 bias; member in struct:bss_bias
1913 s8 bias; member in struct:wmi_bss_roam_info
H A Ddebug.c1203 "# roam_util bssid rssi rssidt last_rssi util bias\n",
1212 info->util, info->bias);
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbna_tx_rx.c2698 u32 load, bias; local
2731 bias = 0;
2733 bias = 1;
2738 coalescing_timeo = bna->rx_mod.dim_vector[load][bias];
/linux-master/arch/x86/kernel/
H A Dptrace.c1336 .bias = GDT_ENTRY_TLS_MIN,
/linux-master/include/linux/
H A Dskbuff.h1238 int bias; local
1243 bias = skb->nohdr ? (1 << SKB_DATAREF_SHIFT) + 1 : 1;
1245 if (atomic_read(&shinfo->dataref) == bias)
1247 else if (atomic_sub_return(bias, &shinfo->dataref))
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S422 set EXT_BIAS, 0x3fff # extended precision bias
423 set SGL_BIAS, 0x007f # single precision bias
424 set DBL_BIAS, 0x03ff # double precision bias
7603 # The exponent bias is removed and the exponent value is #
7625 subi.w &0x3fff,%d0 # subtract off the bias
7638 subi.w &0x3fff,%d0 # subtract off the bias
9816 # ...with bias $7FFD
9830 # ...with bias $7FFD
9835 # ...with bias $7FFD
9861 # ...with bias
[all...]
H A Dfplsp.S402 set EXT_BIAS, 0x3fff # extended precision bias
403 set SGL_BIAS, 0x007f # single precision bias
404 set DBL_BIAS, 0x03ff # double precision bias
7497 # The exponent bias is removed and the exponent value is #
7519 subi.w &0x3fff,%d0 # subtract off the bias
7532 subi.w &0x3fff,%d0 # subtract off the bias
9457 # ...with bias $7FFD
9471 # ...with bias $7FFD
9476 # ...with bias $7FFD
9502 # ...with bias
[all...]
/linux-master/drivers/pinctrl/renesas/
H A Dpfc-r8a77995.c3147 unsigned int bias)
3158 if (bias != PIN_CONFIG_BIAS_DISABLE) {
3162 if (bias == PIN_CONFIG_BIAS_PULL_UP)
3146 r8a77995_pinmux_set_bias(struct sh_pfc *pfc, unsigned int pin, unsigned int bias) argument
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c5530 union ATTO_SAS_ADDRESS bias; local
5558 bias.q = sas_addr.q;
5559 bias.b[7] += ATTO_SAS_ADDR_DEVNAME_BIAS;
5565 bios_pg4->Phy[ix].ReassignmentDeviceName = bias.q;
/linux-master/sound/soc/codecs/
H A Dwm5100.c1984 (mode->bias << WM5100_ACCDET_BIAS_SRC_SHIFT) |
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2596 // Override rear plane RGB bias to fix MPO brightness
2621 * Fix is to set RGB bias to 0 on rear plane, top plane
2652 //set scale and bias registers
3739 opt_attr.bias = 0;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c20654 u16 bias, cascbias; local
20666 bias = 0x40;
20673 bias = 0x25;
20679 bias = 0x2a;
20690 INTPAG_IMAIN_STAT, bias);
20692 INTPAG_IAUX_STAT, bias);
20710 bias = (pi->bw == WL_CHANSPEC_BW_40) ?
20714 INTPAG_IMAIN_STAT, bias);
20716 INTPAG_IAUX_STAT, bias);

Completed in 428 milliseconds

123