Home
last modified time | relevance | path

Searched defs:F (Results 1 – 16 of 16) sorted by relevance

/drivers/block/drbd/
Ddrbd_polymorph_printk.h9 #define DEFINE_DYNAMIC_DEBUG_METADATA(D, F) const char *D = F; ((void)D) argument
10 #define __dynamic_pr_debug(D, F, args...) do { (void)(D); if (0) printk(F, ## args); } while (0) argument
/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
243 u32 F, R, P; in SetCoreClockPLL() local
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/drivers/clk/qcom/
Dclk-rcg.h10 #define F(f, s, h, m, n) { (f), (s), (2 * (h) - 1), (m), (n) } macro
/drivers/char/tpm/
Dtpm-sysfs.c391 #define _TPM_HELPER(_alg, _hash, F) \ argument
/drivers/ata/
Dpata_pdc2027x.c507 int F, R; in pdc_adjust_pll() local
/drivers/video/fbdev/
Dstifb.c385 #define BA(F,C,S,A,J,B,I) \ argument
388 #define IBOvals(R,M,X,S,D,L,B,F) \ argument
/drivers/media/dvb-frontends/
Dcx24113.c291 s64 F; in cx24113_calc_pll_nf() local
Dmb86a16.c456 unsigned char C, F, B; in rf_val_set() local
/drivers/net/wireless/intel/iwlwifi/mvm/
Drxmq.c1925 #define CHECK_TYPE(F) \ in iwl_mvm_rx_eht() argument
2080 #define CHECK_TYPE(F) \ in iwl_mvm_rx_he() argument
/drivers/net/wan/
Dfarsync.c511 #define dbg(F, fmt, args...) \ argument
517 #define dbg(F, fmt, args...) \ argument
/drivers/gpu/drm/nouveau/include/nvif/
Dpush.h252 #define PUSH_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
343 #define PUSH_NV_(A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,IMPL,...) IMPL argument
/drivers/gpu/drm/i915/
Di915_cmd_parser.c211 #define F true macro
/drivers/tty/serial/
Dmax310x.c543 unsigned int mode = 0, div = 0, frac = 0, c = 0, F = 0; in max310x_set_baud() local
/drivers/video/fbdev/sis/
Dinit.c3543 int B, C, D, E, F, temp; in SiS_Generic_ConvertCRData() local
/drivers/iommu/
Dmsm_iommu_hw-8xxx.h24 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument
25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument