/Linux-v4.19/arch/parisc/math-emu/ |
D | cnv_float.h | 101 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ argument 103 guard = Dbit3p2(srcB); \ 105 inexact = guard | sticky; \ 108 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ argument 114 guard = inexact >> 31; \ 137 if (guard && (sticky || odd)) { \ 147 guard = odd; \ 149 inexact |= guard; \ 157 guard = inexact >> 31; \ 170 guard = inexact >> 31; \ [all …]
|
D | sgl_float.h | 302 #define Sgl_denormalize(opnd,exponent,guard,sticky,inexact) \ argument 305 guard = (Sall(opnd) >> -exponent) & 1; \ 307 inexact = guard | sticky; \ 311 guard = 0; \
|
D | dbl_float.h | 502 #define Dbl_denormalize(opndp1,opndp2,exponent,guard,sticky,inexact) \ argument 506 guard = (Dallp2(opndp2) >> -exponent) & 1; \ 518 guard = (Dallp1(opndp1) >> -32-exponent) & 1; \ 524 inexact = guard | sticky; \ 527 guard = 0; \
|
/Linux-v4.19/Documentation/devicetree/bindings/display/ |
D | atmel,lcdc.txt | 56 - atmel,guard-time: lcd guard time (Delay in frame periods) 71 atmel,guard-time = <9>;
|
/Linux-v4.19/drivers/media/usb/dvb-usb-v2/ |
D | mxl111sf-demod.c | 152 enum fe_guard_interval *guard) in mxl1x1sf_demod_get_tps_guard_interval() argument 162 *guard = GUARD_INTERVAL_1_32; in mxl1x1sf_demod_get_tps_guard_interval() 165 *guard = GUARD_INTERVAL_1_16; in mxl1x1sf_demod_get_tps_guard_interval() 168 *guard = GUARD_INTERVAL_1_8; in mxl1x1sf_demod_get_tps_guard_interval() 171 *guard = GUARD_INTERVAL_1_4; in mxl1x1sf_demod_get_tps_guard_interval()
|
/Linux-v4.19/drivers/thermal/ |
D | intel_powerclamp.c | 97 unsigned int guard; member 344 unsigned int guard, unsigned int win) in powerclamp_adjust_controls() argument 377 return set_target_ratio + guard <= current_ratio; in powerclamp_adjust_controls() 397 w_data->guard = 1 + w_data->target_ratio / 20; in clamp_balancing_func() 440 w_data->guard, in clamp_idle_injection_func()
|
/Linux-v4.19/drivers/media/dvb-frontends/cxd2880/ |
D | cxd2880_top.c | 710 info.guard = CXD2880_DVBT_GUARD_1_4; in cxd2880_set_ber_per_period_t() 717 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 721 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 725 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 746 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 750 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 754 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 757 63000000 * bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 760 denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() 763 bw * 2 / denominator_tbl[info.guard]; in cxd2880_set_ber_per_period_t() [all …]
|
D | cxd2880_tnrdmd_dvbt_mon.c | 85 *guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard() 90 if (!tnr_dmd || !mode || !guard) in cxd2880_tnrdmd_dvbt_mon_mode_guard() 110 mode, guard); in cxd2880_tnrdmd_dvbt_mon_mode_guard() 134 *guard = (enum cxd2880_dvbt_guard)(rdata & 0x03); in cxd2880_tnrdmd_dvbt_mon_mode_guard() 280 info->guard = (enum cxd2880_dvbt_guard)((rdata[1] >> 3) & 0x03); in cxd2880_tnrdmd_dvbt_mon_tps_info()
|
D | cxd2880_dvbt.h | 64 enum cxd2880_dvbt_guard guard; member
|
D | cxd2880_tnrdmd_dvbt_mon.h | 30 *guard);
|
/Linux-v4.19/include/uapi/linux/ |
D | bsg.h | 23 __s32 guard; /* [i] 'Q' to differentiate from v3 */ member
|
/Linux-v4.19/Documentation/networking/ |
D | mac80211-injection.txt | 40 IEEE80211_RADIOTAP_MCS_SGI: use short guard interval 54 IEEE80211_RADIOTAP_VHT_FLAG_SGI: use short guard interval
|
/Linux-v4.19/arch/s390/ |
D | Makefile | 73 ifeq ($(call cc-option-yn,-mstack-size=8192 -mstack-guard=128),y) 76 cflags-$(CONFIG_CHECK_STACK) += -mstack-guard=$(CONFIG_STACK_GUARD)
|
D | Kconfig | 574 Compile the kernel with the expoline compiler options to guard 654 This option enables the compiler option -mstack-guard and 662 int "Size of the guard area (128-1024)" 667 This allows you to specify the size of the guard area at the lower 668 end of the kernel stack. If the kernel stack points into the guard 672 The minimum size for the stack guard should be 256 for 31 bit and
|
/Linux-v4.19/drivers/staging/fwserial/ |
D | dma_fifo.h | 46 int guard; /* ofs of guard area */ member
|
D | dma_fifo.c | 81 fifo->guard = size + align * open_limit; in dma_fifo_alloc() 208 } else if (ofs + n > fifo->guard) { in dma_fifo_out_pend()
|
/Linux-v4.19/arch/m68k/fpsp040/ |
D | round.S | 124 | ext_grs --- extract guard, round and sticky bits 127 | Output: d0{31:29}= guard, round, sticky 129 | The ext_grs extract the guard/round/sticky bits according to the 132 | updated guard,round,sticky in d0{31:29} 411 | d0 is guard,round,sticky 489 | d0{31:29} initial guard,round,sticky 493 | d0{31:29} final guard,round,sticky 506 bfextu WBTEMP_GRS(%a6){#6:#3},%d2 |extract guard,round, sticky bit
|
/Linux-v4.19/Documentation/x86/x86_64/ |
D | mm.txt | 6 ffff800000000000 - ffff87ffffffffff (=43 bits) guard hole, reserved for hypervisor 32 ff00000000000000 - ff0fffffffffffff (=52 bits) guard hole, reserved for hypervisor
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | mb86a20s.c | 557 int mod, fec, guard; in mb86a20s_layer_bitrate() local 601 guard = 0; in mb86a20s_layer_bitrate() 604 guard = 1; in mb86a20s_layer_bitrate() 607 guard = 2; in mb86a20s_layer_bitrate() 610 guard = 3; in mb86a20s_layer_bitrate() 615 rate = isdbt_rate[mod][fec][guard] * segment * BER_SAMPLING_RATE; in mb86a20s_layer_bitrate() 626 segment * isdbt_rate[mod][fec][guard]/1000, in mb86a20s_layer_bitrate()
|
D | dib9000.c | 1186 s8 guard; in dib9000_fw_get_channel() member 1241 switch (ch->guard) { in dib9000_fw_get_channel() 1341 s8 guard; in dib9000_fw_set_channel_union() member 1383 ch.guard = 0; in dib9000_fw_set_channel_union() 1386 ch.guard = 1; in dib9000_fw_set_channel_union() 1389 ch.guard = 2; in dib9000_fw_set_channel_union() 1392 ch.guard = 3; in dib9000_fw_set_channel_union() 1396 ch.guard = -1; in dib9000_fw_set_channel_union()
|
D | stv0367.c | 72 enum fe_guard_interval guard; member 717 u8 try, u_var1 = 0, u_var2 = 0, u_var3 = 0, u_var4 = 0, mode, guard; in stv0367ter_lock_algo() local 780 switch (guard) { in stv0367ter_lock_algo() 833 guard = stv0367_readbits(state, F367TER_SYR_GUARD); in stv0367ter_lock_algo() 835 switch (guard) { in stv0367ter_lock_algo() 1140 ter_state->guard = stv0367_readbits(state, F367TER_SYR_GUARD); in stv0367ter_algo() 1273 ter_state->guard = p->guard_interval; in stv0367ter_set_frontend() 1276 ter_state->guard = GUARD_INTERVAL_1_32; in stv0367ter_set_frontend()
|
/Linux-v4.19/Documentation/devicetree/bindings/mtd/ |
D | gpio-control-nand.txt | 23 location used to guard against bus reordering with regards to accesses to
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | at91sam9rlek.dts | 45 atmel,guard-time = <1>;
|
D | at91sam9261ek.dts | 57 atmel,guard-time = <1>;
|
D | at91sam9263ek.dts | 119 atmel,guard-time = <1>;
|