Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 61) sorted by relevance

123

/drivers/staging/wlags49_h2/
Ddebug.h109 # define PRINTK(S...) printk(S) argument
114 # define DBG_PRINT(S...) PRINTK(KERN_DEBUG S) argument
119 # define DBG_PRINTC(S...) PRINTK(S) argument
148 #define DBG_PARAM(A, N, F, S...) {if (DBG_FLAGS(A) & DBG_PARAM_ON) \ argument
149 DBG_PRINT(" %s -- "F"\n", N, S); }
152 #define DBG_ERROR(A, S...) do { \ argument
155 DBG_PRINTC(S); \
160 #define DBG_WARNING(A, S...) do { \ argument
163 DBG_PRINTC(S); \
167 #define DBG_NOTICE(A, S...) do { \ argument
[all …]
/drivers/staging/rtl8192u/ieee80211/
Darc4.c23 u8 S[256]; member
36 ctx->S[i] = i; in arc4_set_key()
40 u8 a = ctx->S[i]; in arc4_set_key()
42 ctx->S[i] = ctx->S[j]; in arc4_set_key()
43 ctx->S[j] = a; in arc4_set_key()
55 u8 *const S = ctx->S; in arc4_crypt() local
60 a = S[x]; in arc4_crypt()
62 b = S[y]; in arc4_crypt()
63 S[x] = b; in arc4_crypt()
64 S[y] = a; in arc4_crypt()
[all …]
/drivers/isdn/mISDN/
Ddsp_blowfish.c357 #define bf_F(x) (((S[GET32_0(x)] + S[256 + GET32_1(x)]) ^ \
358 S[512 + GET32_2(x)]) + S[768 + GET32_3(x)])
375 u32 *S = dsp->bf_s; in dsp_bf_encrypt() local
467 u32 *S = dsp->bf_s; in dsp_bf_decrypt() local
563 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block() argument
604 u32 *S = (u32 *)dsp->bf_s; in dsp_bf_init() local
625 S[count] = bf_sbox[count]; in dsp_bf_init()
646 encrypt_block(P, S, data, data); in dsp_bf_init()
654 encrypt_block(P, S, data, data); in dsp_bf_init()
656 S[count] = data[0]; in dsp_bf_init()
[all …]
/drivers/isdn/hardware/mISDN/
DKconfig15 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)"
22 * HFC-4S (4 S/T interfaces on one chip)
23 * HFC-8S (8 S/T interfaces on one chip)
36 tristate "Support for HFC-S USB based TAs"
40 HFC-S USB ISDN Controller
/drivers/media/dvb-frontends/
DKconfig12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want
28 DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
36 A Silicon tuner that supports DVB-S and DVB-S2 modes
59 comment "DVB-S (satellite) frontends"
67 A DVB-S tuner module. Say Y when you want to support this frontend.
74 A DVB-S tuner module. Say Y when you want to support this frontend.
81 A DVB-S tuner module. Say Y when you want to support this frontend.
88 A DVB-S tuner module. Say Y when you want to support this frontend.
95 A DVB-S tuner module. Say Y when you want to support this frontend.
102 A DVB-S tuner module. Say Y when you want to support this frontend.
[all …]
Dmb86a16.c422 unsigned char S[3] ; in signal_det() local
452 if (mb86a16_read(state, 0x37, &(S[i])) != 2) { in signal_det()
457 if ((S[1] > S[0] * 112 / 100) && in signal_det()
458 (S[1] > S[2] * 112 / 100)) { in signal_det()
464 *SIG = S[1]; in signal_det()
/drivers/media/usb/dvb-usb/
DKconfig170 tristate "TwinhanDTV StarBox and clones DVB-S USB2.0 support"
177 TYPHOON DVB-S USB 2.0 BOX
179 DVB-S USB2.0 receivers.
188 DVB-S USB2.0 receivers.
200 tristate "Pinnacle 400e DVB-S USB2.0 support"
209 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
225 tristate "Opera1 DVB-S USB2.0 receiver"
230 Say Y here to support the Opera DVB-S USB2.0 receiver.
262 tristate "DvbWorld & TeVii DVB-S/S2 USB2.0 support"
280 Say Y here to support the DvbWorld, TeVii, Prof DVB-S/S2 USB2.0
[all …]
/drivers/block/drbd/
Ddrbd_state.h36 #define NS(T, S) \ argument
38 ({ union drbd_state val; val.i = 0; val.T = (S); val; })
50 #define _NS(D, T, S) \ argument
51 D, ({ union drbd_state __ns; __ns = drbd_read_state(D); __ns.T = (S); __ns; })
/drivers/scsi/aic94xx/
Daic94xx_reg.h77 #define ASD_READ_OCM(type, ord, S) \ argument
82 type val = read##S (io_handle->addr + (unsigned long) offs); \
91 #define ASD_WRITE_OCM(type, ord, S) \ argument
96 write##S (val, io_handle->addr + (unsigned long) offs); \
/drivers/staging/media/davinci_vpfe/
Ddavinci-vpfe-mc.txt57 VIDIOC_VPFE_ISIF_[S/G]_RAW_PARAMS
58 VIDIOC_VPFE_IPIPE_[S/G]_CONFIG
59 VIDIOC_VPFE_RSZ_[S/G]_CONFIG
85 VIDIOC_VPFE_IPIPEIF_[S/G]_CONFIG
/drivers/net/wireless/ath/wil6210/
Dmain.c180 #define S(a, v) iowrite32(ioread32(wil->csr + HOSTADDR(a)) | v, \ in wil_target_reset() macro
184 S(RGF_USER_CLKS_CTL_SW_RST_MASK_0, BIT(6)); in wil_target_reset()
186 S(RGF_USER_CLKS_CTL_SW_RST_MASK_0, BIT(7)); in wil_target_reset()
208 #undef S in wil_target_reset()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1628 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro
1637 S("QType:", "Ethernet"); in sge_qinfo_show()
1638 S("Interface:", in sge_qinfo_show()
1695 #undef S in sge_qinfo_show()
1781 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro
1794 S("QType:", "Ethernet"); in sge_qstats_show()
1795 S("Interface:", in sge_qstats_show()
1839 #undef S in sge_qstats_show()
1914 #define S(desc, fmt, var) \ in resources_show() macro
1918 S("Virtual Interfaces", "%d", nvi); in resources_show()
[all …]
/drivers/s390/block/
DKconfig1 comment "S/390 block device drivers"
9 Select this option if you want to use your expanded storage on S/390
29 S/390s channel subsystem commands. This is necessary for running
/drivers/isdn/hisax/
DKconfig199 bool "HFC-S based cards"
202 This enables HiSax support for the HFC-S 2BDS0 based cards, like
323 This enables HiSax support for the HFC-S PCI 2BDS0 based cards.
339 bool "HFC-S+, HFC-SP, HFC-PCMCIA cards"
341 This enables HiSax support for the HFC-S+, HFC-SP and HFC-PCMCIA
410 tristate "HFC-4S/8S based ISDN cards"
412 This enables the driver for HFC-4S/8S based ISDN cards.
/drivers/s390/char/
DKconfig1 comment "S/390 character device drivers"
107 prompt "S/390 tape device support"
111 devices on IBM S/390 or zSeries.
119 comment "S/390 tape hardware support"
/drivers/usb/serial/
DMakefile-keyspan_pda_fw8 %.asm: %.S
/drivers/lguest/
DMakefile16 Switcher: PREFIX=S
/drivers/atm/
DKconfig45 2MB on-board RAM (Efficient calls them "C" and "S", respectively),
193 Support for the S-UNI and compatible PHYsical layer chips. These are
198 need that capability don't include S-UNI support (it's not needed to
388 bool "Use S/UNI PHY driver"
391 Support for the S/UNI-Ultra and S/UNI-622 found in the ForeRunner
Dnicstarmac.copyright19 * PHY component is expected to be 155 Mbps S/UNI-Lite or IDT 77155;
/drivers/usb/image/
DKconfig23 possibly the Phantom 336CX, Phantom C6 and ScanMaker V6U(S)L.
/drivers/media/usb/dvb-usb-v2/
DKconfig111 tristate "LME DM04/QQBOX DVB-S USB2.0 support"
123 Say Y here to support the LME DM04/QQBOX DVB-S USB2.0
/drivers/net/wan/
DMakefile55 $(obj)/wanxlfw.inc: $(src)/wanxlfw.S
/drivers/net/ethernet/intel/igb/
Digb.h178 #define TXD_USE_COUNT(S) DIV_ROUND_UP((S), IGB_MAX_DATA_PER_TXD) argument
/drivers/video/
Dstifb.c381 #define BA(F,C,S,A,J,B,I) \ argument
382 (((F)<<31)|((C)<<27)|((S)<<24)|((A)<<21)|((J)<<16)|((B)<<12)|(I))
384 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
385 (((R)<<8)|((M)<<16)|((X)<<24)|((S)<<29)|((D)<<28)|((L)<<31)|((B)<<1)|(F))
/drivers/message/i2o/
DREADME98 (D.S: Will attempt to do so if spare cycles permit)

123