/drivers/video/ |
D | au1200fb.h | 103 #define LCD_BACKCOLOR_SBGR_N(N) ((N)<<16) argument 104 #define LCD_BACKCOLOR_SBGG_N(N) ((N)<<8) argument 105 #define LCD_BACKCOLOR_SBGB_N(N) ((N)<<0) argument 117 #define LCD_COLORKEY_CKR_N(N) ((N)<<16) argument 118 #define LCD_COLORKEY_CKG_N(N) ((N)<<8) argument 119 #define LCD_COLORKEY_CKB_N(N) ((N)<<0) argument 125 #define LCD_COLORKEYMSK_CKMR_N(N) ((N)<<16) argument 126 #define LCD_COLORKEYMSK_CKMG_N(N) ((N)<<8) argument 127 #define LCD_COLORKEYMSK_CKMB_N(N) ((N)<<0) argument 134 #define LCD_WINCTRL0_OX_N(N) ((N)<<21) argument [all …]
|
D | au1100fb.h | 173 #define LCD_HORZTIMING_HN2_N(N) ((((N)-1) << LCD_HORZTIMING_HN2_BIT) & LCD_HORZTIMING_HN2_MASK) argument 176 #define LCD_HORZTIMING_HN1_N(N) ((((N)-1) << LCD_HORZTIMING_HN1_BIT) & LCD_HORZTIMING_HN1_MASK) argument 179 #define LCD_HORZTIMING_HPW_N(N) ((((N)-1) << LCD_HORZTIMING_HPW_BIT) & LCD_HORZTIMING_HPW_MASK) argument 182 #define LCD_HORZTIMING_PPL_N(N) ((((N)-1) << LCD_HORZTIMING_PPL_BIT) & LCD_HORZTIMING_PPL_MASK) argument 187 #define LCD_VERTTIMING_VN2_N(N) ((((N)-1) << LCD_VERTTIMING_VN2_BIT) & LCD_VERTTIMING_VN2_MASK) argument 190 #define LCD_VERTTIMING_VN1_N(N) ((((N)-1) << LCD_VERTTIMING_VN1_BIT) & LCD_VERTTIMING_VN1_MASK) argument 193 #define LCD_VERTTIMING_VPW_N(N) ((((N)-1) << LCD_VERTTIMING_VPW_BIT) & LCD_VERTTIMING_VPW_MASK) argument 196 #define LCD_VERTTIMING_LPP_N(N) ((((N)-1) << LCD_VERTTIMING_LPP_BIT) & LCD_VERTTIMING_LPP_MASK) argument 205 #define LCD_CLKCONTROL_BF_N(N) ((((N)-1) << LCD_CLKCONTROL_BF_BIT) & LCD_CLKCONTROL_BF_MASK) argument 208 #define LCD_CLKCONTROL_PCD_N(N) (((N) << LCD_CLKCONTROL_PCD_BIT) & LCD_CLKCONTROL_PCD_MASK) argument [all …]
|
/drivers/ata/ |
D | Kconfig | 56 If unsure, say N. 64 If unsure, say N. 73 If unsure, say N. 102 If unsure, say N. 112 If unsure, say N. 121 If unsure, say N. 129 If unsure, say N. 137 If unsure, say N. 145 If unsure, say N. 153 If unsure, say N. [all …]
|
/drivers/pci/hotplug/ |
D | Kconfig | 16 When in doubt, say N. 40 When in doubt, say N. 52 When in doubt, say N. 62 When in doubt, say N. 74 When in doubt, say N. 86 When in doubt, say N. 98 When in doubt, say N. 106 When in doubt, say N. 118 When in doubt, say N. 131 When in doubt, say N. [all …]
|
/drivers/mmc/host/ |
D | Kconfig | 15 If unsure, say N. 25 If unsure, say N. 38 If unsure, say N. 49 If unsure, say N. 77 If unsure, say N. 87 If unsure, say N. 98 If unsure, say N. 107 If unsure, say N. 115 If unsure, say N. 125 If unsure, say N. [all …]
|
/drivers/media/dvb/frontends/ |
D | cx24113.c | 304 s32 N; in cx24113_calc_pll_nf() local 335 N = (freq_hz / 100 * vcodiv) * R; in cx24113_calc_pll_nf() 336 N /= (state->config->xtal_khz) * factor * 2; in cx24113_calc_pll_nf() 337 N += 5; /* For round up. */ in cx24113_calc_pll_nf() 338 N /= 10; in cx24113_calc_pll_nf() 339 N -= 32; in cx24113_calc_pll_nf() 340 } while (N < 6 && R < 3); in cx24113_calc_pll_nf() 342 if (N < 6) { in cx24113_calc_pll_nf() 348 dprintk("1 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf() 350 dprintk("2 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf() [all …]
|
D | tda8261.c | 114 u32 frequency, N, status = 0; in tda8261_set_state() local 129 N = (frequency + (div_tab[config->step_size] - 1)) / div_tab[config->step_size]; in tda8261_set_state() 131 __func__, config->step_size, div_tab[config->step_size], N, N); in tda8261_set_state() 133 buf[0] = (N >> 8) & 0xff; in tda8261_set_state() 134 buf[1] = N & 0xff; in tda8261_set_state()
|
/drivers/scsi/arm/ |
D | Kconfig | 10 Acorn system with one of these, say Y. If unsure, say N. 21 implement this properly, so the safe answer is N. 31 don't implement it properly, so the safe answer is N. 50 Acorn system with one of these, say Y. If unsure, say N. 57 system with one of these, say Y, otherwise say N. 64 you have one of these, say Y. If unsure, say N. 75 Acorn system with one of these, say Y. If unsure, say N. 83 system with one of these, say Y. If unsure, say N.
|
/drivers/lguest/x86/ |
D | switcher_32.S | 321 .macro IRQ_STUB N TARGET 325 .if (\N <> 8) && (\N < 10 || \N > 14) && (\N <> 17) 328 pushl $\N
|
/drivers/net/pcmcia/ |
D | Kconfig | 20 If unsure, say N. 31 called 3c589_cs. If unsure, say N. 40 called 3c574_cs. If unsure, say N. 50 called fmvj18x_cs. If unsure, say N. 60 called pcnet_cs. If unsure, say N. 69 called nmclan_cs. If unsure, say N. 80 called smc91c92_cs. If unsure, say N. 89 called xirc2ps_cs. If unsure, say N. 100 called axnet_cs. If unsure, say N. 110 called com20020_cs. If unsure, say N.
|
/drivers/input/touchscreen/ |
D | Kconfig | 27 If unsure, say N (but it's safe to say "Y"). 39 If unsure, say N. 53 If unsure, say N. 77 If unsure, say N. 89 If unsure, say N. 101 If unsure, say N. 113 If unsure, say N. 126 If unsure, say N. 138 If unsure, say N. 149 If unsure, say N. [all …]
|
/drivers/media/common/tuners/ |
D | tda827x.c | 144 u32 N; in tda827xo_set_params() local 167 N = ((tuner_freq + 125000) / 250000) << (tda827x_table[i].spd + 2); in tda827xo_set_params() 169 buf[1] = (N>>8) | 0x40; in tda827xo_set_params() 170 buf[2] = N & 0xff; in tda827xo_set_params() 234 u32 N; in tda827xo_set_analog_params() local 245 N = freq + priv->sgIF; in tda827xo_set_analog_params() 248 while (tda827x_table[i].lomax < N * 62500) { in tda827xo_set_analog_params() 254 N = N << tda827x_table[i].spd; in tda827xo_set_analog_params() 257 tuner_reg[1] = (unsigned char)(N>>8); in tda827xo_set_analog_params() 258 tuner_reg[2] = (unsigned char) N; in tda827xo_set_analog_params() [all …]
|
D | tda18271-fe.c | 70 u32 N; in tda18271_channel_configuration() local 144 N = map->if_freq * 1000 + freq; in tda18271_channel_configuration() 148 tda18271_calc_main_pll(fe, N); in tda18271_channel_configuration() 153 tda18271_calc_cal_pll(fe, N); in tda18271_channel_configuration() 319 u32 N; in tda18271_calibrate_rf() local 362 N = freq; in tda18271_calibrate_rf() 364 tda18271_calc_cal_pll(fe, N); in tda18271_calibrate_rf() 368 N += 1000000; in tda18271_calibrate_rf() 370 tda18271_calc_main_pll(fe, N); in tda18271_calibrate_rf() 684 u32 N = 0; in tda18271c1_rf_tracking_filter_calibration() local [all …]
|
/drivers/char/rio/ |
D | daemon.h | 280 #define rIOCN(N) (RIOC|(N)) argument 281 #define rIOCR(N,T) (RIOC|(N)) argument 282 #define rIOCW(N,T) (RIOC|(N)) argument
|
/drivers/staging/comedi/ |
D | Kconfig | 3 default N 12 default N 19 default N 26 default N
|
/drivers/ssb/ |
D | Kconfig | 22 If unsure, say N. 67 If unsure, say N 79 Say N 88 If unsure, say N 123 If unsure, say N 138 If unsure, say N 147 If unsure, say N
|
/drivers/video/nvidia/ |
D | nv_hw.c | 144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local 151 N = (pll >> 8) & 0xFF; in nvGetClocks() 160 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks() 166 N = (pll >> 8) & 0xFF; in nvGetClocks() 170 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks() 174 N = (pll >> 8) & 0xFF; in nvGetClocks() 184 *MClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks() 188 N = (pll >> 8) & 0xFF; in nvGetClocks() 198 *NVClk = ((N * NB * par->CrystalFreqKHz) / (M * MB)) >> P; in nvGetClocks() 204 N = (pll >> 8) & 0xFF; in nvGetClocks() [all …]
|
/drivers/staging/otus/hal/ |
D | hpani.c | 75 #define N(a) (sizeof(a) / sizeof(a[0])) in zfHpAniAttach() macro 99 for (i = 0; i < N(wd->regulationTable.allowChannel); i++) in zfHpAniAttach() 132 #undef N in zfHpAniAttach() 140 #define N(a) (sizeof(a)/sizeof(a[0])) in zfHpAniControl() macro 155 if (level >= N(HpPriv->totalSizeDesired)) in zfHpAniControl() 158 zm_debug_msg1("max level : ", N(HpPriv->totalSizeDesired)); in zfHpAniControl() 268 if (level >= N(firstep)) in zfHpAniControl() 271 zm_debug_msg1("max level : ", N(firstep)); in zfHpAniControl() 291 if (level >= N(cycpwrThr1)) in zfHpAniControl() 294 zm_debug_msg1("max level : ", N(cycpwrThr1)); in zfHpAniControl() [all …]
|
/drivers/md/ |
D | Kconfig | 31 If unsure, say N. 88 kernel. In a set with N drives, the available space is the capacity 89 of a single drive, and the set protects against a failure of (N - 1) 127 A RAID-5 set of N drives with a capacity of C MB per drive provides 128 the capacity of C * (N - 1) MB, and protects against a failure 129 of a single drive. For a given sector (row) number, (N - 1) drives 135 A RAID-6 set of N drives with a capacity of C MB per drive 136 provides the capacity of C * (N - 2) MB, and protects 138 (row) number, (N - 2) drives contain data sectors, and two 193 If unsure, say N. [all …]
|
/drivers/staging/usbip/ |
D | Kconfig | 4 default N 14 If unsure, say N. 19 default N 30 default N
|
/drivers/net/wan/ |
D | Kconfig | 21 If unsure, say N. 113 If unsure, say N. 121 If unsure, say N. 132 If unsure, say N. 140 If unsure, say N. 148 If unsure, say N. 156 If unsure, say N. 164 If unsure, say N. 181 If unsure, say N. 195 If unsure, say N. [all …]
|
/drivers/staging/go7007/ |
D | Kconfig | 11 default N 21 default N 31 default N
|
/drivers/accessibility/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled. 16 If unsure, say N. 31 If unsure, say N.
|
/drivers/scsi/device_handler/ |
D | Kconfig | 18 If you have a LSI RDAC select y. Otherwise, say N. 26 Otherwise, say N. 32 If you have a EMC CLARiiON select y. Otherwise, say N.
|
/drivers/watchdog/ |
D | Kconfig | 27 If unsure, say N. 34 The default watchdog behaviour (which you get if you say N here) is 95 "If in doubt, leave it out" - say N. 105 Not sure? It's safe to say N. 116 Say N if you are unsure. 132 Say N if you are unsure. 204 Say N if you are unsure. 232 Say N if you are unsure. 262 have watchdog support enabled, say Y, otherwise say N. 287 Most people will say N. [all …]
|