Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 52) sorted by relevance

123

/linux/drivers/isdn/mISDN/
H A Ddsp_blowfish.c369 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local
461 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local
558 encrypt_block(const u32 *P, const u32 *S, u32 *dst, u32 *src) in encrypt_block()
598 u32 *P = (u32 *)dsp->bf_p; in dsp_bf_init() local
/linux/crypto/
H A Dblowfish_common.c313 const u32 *P = bctx->p; in encrypt_block() local
348 u32 *P = ctx->p; in blowfish_setkey() local
/linux/kernel/sched/
H A Ddebug.c658 #define P( print_cfs_group_stats() macro
897 #define P( print_rt_rq() macro
954 #define P( print_cpu() macro
982 #define P( print_cpu() macro
1022 #define P( sched_debug_header() macro
1039 #define P( sched_debug_header() macro
1132 #define P(F) __PS global() macro
[all...]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
H A Dnv50.c58 int P, N, M, id; in read_pll_src() local
198 u32 P = 0; in nv50_clk_read() local
326 calc_pll(struct nv50_clk *clk, u32 reg, u32 idx, int *N, int *M, int *P) in calc_pll()
H A Dnv40.c44 int P = (ctrl & 0x00070000) >> 16; in read_pll_1() local
65 int P = (ctrl & 0x00070000) >> 16; in read_pll_2() local
H A Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc()
H A Dpllgt215.c31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc()
H A Dmcp77.c87 u32 P = 0; in mcp77_clk_read() local
163 u32 clock, int *N, int *M, int *P) in calc_pll()
H A Dnv04.c35 int N1, M1, N2, M2, P; in nv04_clk_pll_calc() local
H A Dgt215.c112 u32 sclk = 0, P = 1, N = 1, M = 1; in read_pll() local
241 int P, N, M, diff; in gt215_pll_info() local
H A Dgf100.c64 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local
255 int N, M, P, ret; in calc_pll() local
H A Dgk104.c65 u32 P = (coef & 0x003f0000) >> 16; in read_pll() local
268 int N, M, P, ret; in calc_pll() local
/linux/arch/alpha/include/asm/
H A Dswitch_to.h9 #define switch_to(P,N,L) \ argument
/linux/fs/jfs/
H A Djfs_btree.h54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
/linux/kernel/time/
H A Dtimer_list.c125 #define P(x) \ in print_cpu() macro
144 # define P(x) \ in print_cpu() macro
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dgv100.c35 int N, fN, M, P; in gv100_devinit_pll_set() local
H A Dga100.c36 int N, fN, M, P; in ga100_devinit_pll_set() local
H A Dtu102.c36 int N, fN, M, P; in tu102_devinit_pll_set() local
H A Dgf100.c37 int N, fN, M, P; in gf100_devinit_pll_set() local
H A Dgt215.c37 int N, fN, M, P; in gt215_devinit_pll_set() local
/linux/drivers/video/fbdev/nvidia/
H A Dnv_hw.c144 unsigned int pll, N, M, MB, NB, P; in nvGetClocks() local
684 unsigned int M, N, P, pll, MClk, NVClk, memctrl; in nForceUpdateArbitrationSettings() local
772 unsigned M, N, P; in CalcVClock() local
818 unsigned M, N, P; in CalcVClock2Stage() local
/linux/drivers/video/fbdev/kyro/
H A DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_dcb.c29 #define QLC_DCB_GET_TC_PRIO(X, P) ((X >> (P * 3)) & 0x7) argument
30 #define QLC_DCB_GET_PGID_PRIO(X, P) ((X >> (P * 8)) & 0xff) argument
31 #define QLC_DCB_GET_BWPER_PG(X, P) ((X >> (P * 8)) & 0xff) argument
32 #define QLC_DCB_GET_TSA_PG(X, P) ((X >> (P * 8)) & 0xff) argument
33 #define QLC_DCB_GET_PFC_PRIO(X, P) (((X >> 24) >> P) & 0x1) argument
/linux/fs/ntfs3/
H A Ddebug.h18 #define Add2Ptr(P, I) ((void *)((u8 *)(P) + (I))) argument
/linux/mm/
H A Dpercpu-stats.c19 #define P(X, Y) \ macro

123