Home
last modified time | relevance | path

Searched defs:_p (Results 1 – 25 of 59) sorted by relevance

123

/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fcc.c48 #define W32(_p, _m, _v) out_be32(&(_p)->_m, (_v)) argument
49 #define R32(_p, _m) in_be32(&(_p)->_m) argument
50 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) argument
51 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _m) & ~(_v)) argument
53 #define W16(_p, _m, _v) out_be16(&(_p)->_m, (_v)) argument
54 #define R16(_p, _m) in_be16(&(_p)->_m) argument
55 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) argument
56 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) argument
58 #define W8(_p, _m, _v) out_8(&(_p)->_m, (_v)) argument
59 #define R8(_p, _m) in_8(&(_p)->_m) argument
[all …]
H A Dmac-scc.c57 #define W32(_p, _m, _v) __fs_out32(&(_p)->_m, (_v)) argument
58 #define R32(_p, _m) __fs_in32(&(_p)->_m) argument
59 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) argument
60 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _m) & ~(_v)) argument
62 #define W16(_p, _m, _v) __fs_out16(&(_p)->_m, (_v)) argument
63 #define R16(_p, _m) __fs_in16(&(_p)->_m) argument
64 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) argument
65 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) argument
67 #define W8(_p, _m, _v) __fs_out8(&(_p)->_m, (_v)) argument
68 #define R8(_p, _m) __fs_in8(&(_p)->_m) argument
[all …]
/linux/drivers/clk/samsung/
H A Dclk-pll.h50 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument
52 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument
55 #define PLL_35XX_RATE(_fin, _rate, _m, _p, _s) \ argument
64 #define PLL_36XX_RATE(_fin, _rate, _m, _p, _s, _k) \ argument
74 #define PLL_4508_RATE(_fin, _rate, _m, _p, _s, _afc) \ argument
84 #define PLL_4600_RATE(_fin, _rate, _m, _p, _s, _k, _vsel) \ argument
95 #define PLL_4650_RATE(_fin, _rate, _m, _p, _s, _k, _mfr, _mrr, _vsel) \ argument
/linux/drivers/net/ethernet/8390/
H A D8390p.c7 #define ei_inb(_p) inb(_p) argument
8 #define ei_outb(_v, _p) outb(_v, _p) argument
9 #define ei_inb_p(_p) inb_p(_p) argument
10 #define ei_outb_p(_v, _p) outb_p(_v, _p) argument
H A Detherh.c51 #define ei_inb(_p) readb((void __iomem *)_p) argument
52 #define ei_outb(_v,_p) writeb(_v,(void __iomem *)_p) argument
53 #define ei_inb_p(_p) readb((void __iomem *)_p) argument
54 #define ei_outb_p(_v,_p) writeb(_v,(void __iomem *)_p) argument
H A D8390.h157 #define ei_inb(_p) inb(_p) argument
158 #define ei_outb(_v, _p) outb(_v, _p) argument
159 #define ei_inb_p(_p) inb(_p) argument
160 #define ei_outb_p(_v, _p) outb(_v, _p) argument
/linux/fs/bcachefs/
H A Dsiphash.h76 #define SipHash24_Update(_c, _p, _l) SipHash_Update((_c), 2, 4, (_p), (_l)) argument
79 #define SipHash24(_k, _p, _l) SipHash((_k), 2, 4, (_p), (_l)) argument
82 #define SipHash48_Update(_c, _p, _l) SipHash_Update((_c), 4, 8, (_p), (_l)) argument
85 #define SipHash48(_k, _p, _l) SipHash((_k), 4, 8, (_p), (_l)) argument
H A Dextents.h303 #define bkey_extent_entry_for_each_from(_p, _entry, _start) \ argument
306 #define bkey_extent_entry_for_each(_p, _entry) \ argument
314 #define bkey_ptr_next(_p, _ptr) \ argument
317 #define bkey_for_each_ptr(_p, _ptr) \ argument
356 #define bkey_for_each_ptr_decode(_k, _p, _ptr, _entry) \ argument
378 #define bkey_for_each_crc(_k, _p, _crc, _iter) \ argument
/linux/lib/
H A Dcrc64.c55 const unsigned char *_p = p; in crc64_be() local
75 const unsigned char *_p = p; in crc64_rocksoft_generic() local
H A Dbch.c79 #define GF_M(_p) (CONFIG_BCH_CONST_M) argument
80 #define GF_T(_p) (CONFIG_BCH_CONST_T) argument
81 #define GF_N(_p) ((1 << (CONFIG_BCH_CONST_M))-1) argument
85 #define GF_M(_p) ((_p)->m) argument
86 #define GF_T(_p) ((_p)->t) argument
87 #define GF_N(_p) ((_p)->n) argument
92 #define BCH_ECC_WORDS(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 32) argument
93 #define BCH_ECC_BYTES(_p) DIV_ROUND_UP(GF_M(_p)*GF_T(_p), 8) argument
964 #define find_poly_roots(_p, _k, _elp, _loc) chien_search(_p, len, _elp, _loc) argument
/linux/security/keys/
H A Dproc.c155 struct rb_node *_p = v; in proc_keys_show() local
277 struct rb_node *_p; in proc_key_users_start() local
305 struct rb_node *_p = v; in proc_key_users_show() local
/linux/include/linux/
H A Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
H A Dgeneric-radix-tree.h352 #define genradix_for_each_from(_radix, _iter, _p, _start) \ argument
366 #define genradix_for_each(_radix, _iter, _p) \ argument
381 #define genradix_for_each_reverse(_radix, _iter, _p) \ argument
/linux/drivers/irqchip/
H A Dirq-mscc-ocelot.c15 #define ICPU_CFG_INTR_DST_INTR_IDENT(_p, x) ((_p)->reg_off_ident + 0x4 * (x)) argument
16 #define ICPU_CFG_INTR_INTR_TRIGGER(_p, x) ((_p)->reg_off_trigger + 0x4 * (x)) argument
/linux/drivers/iio/potentiometer/
H A Dx9250.c32 #define X9250_CMD_RD_WCR(_p) (0x90 | (_p)) argument
33 #define X9250_CMD_WR_WCR(_p) (0xa0 | (_p)) argument
/linux/fs/proc/
H A Dtask_nommu.c173 static int show_map(struct seq_file *m, void *_p) in show_map()
240 static void *m_next(struct seq_file *m, void *_p, loff_t *ppos) in m_next()
H A Dnommu.c72 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
/linux/drivers/clk/sunxi-ng/
H A Dccu_mp.c19 unsigned int _m, _p; in ccu_mp_find_best() local
51 unsigned int _m, _p, div; in ccu_mp_find_best_with_parent_adj() local
/linux/rust/kernel/block/mq/
H A Dtag_set.rs32 _p: PhantomData<T>, field
/linux/fs/afs/
H A Dflock.c92 struct file_lock *p, *_p; in afs_grant_locks() local
113 struct file_lock *p, *_p, *next = NULL; in afs_next_locker() local
/linux/tools/perf/util/
H A Dperf_event_attr_fprintf.c252 PRINT_ATTRn(_n,_f,_p,_a) global() argument
260 PRINT_ATTRf(_f,_p) global() argument
/linux/arch/powerpc/platforms/pseries/
H A Dcmm.c39 #define KB2PAGES(_p) ((_p)>>(PAGE_SHIFT-10)) argument
40 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) argument
/linux/arch/arm/include/asm/
H A Dcacheflush.h390 char *_p = (char *)p; in __sync_cache_range_w() local
404 char *_p = (char *)p; in __sync_cache_range_r() local
/linux/drivers/clk/sunxi/
H A Dclk-sun9i-core.c156 u32 _p; in sun9i_a80_get_ahb_factors() local
/linux/drivers/xen/
H A Dxen-balloon.c50 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) argument

123