Home
last modified time | relevance | path

Searched refs:_p (Results 1 – 25 of 149) sorted by relevance

123456

/OK3568_Linux_fs/kernel/drivers/clk/samsung/
H A Dclk-pll.h41 #define PLL_RATE(_fin, _m, _p, _s, _k, _ks) \ argument
42 ((u64)(_fin) * (BIT(_ks) * (_m) + (_k)) / BIT(_ks) / ((_p) << (_s)))
43 #define PLL_VALID_RATE(_fin, _fout, _m, _p, _s, _k, _ks) ((_fout) + \ argument
44 BUILD_BUG_ON_ZERO(PLL_RATE(_fin, _m, _p, _s, _k, _ks) != (_fout)))
46 #define PLL_35XX_RATE(_fin, _rate, _m, _p, _s) \ argument
49 _m, _p, _s, 0, 16), \
51 .pdiv = (_p), \
55 #define PLL_S3C2410_MPLL_RATE(_fin, _rate, _m, _p, _s) \ argument
58 _m + 8, _p + 2, _s, 0, 16), \
60 .pdiv = (_p), \
[all …]
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dunaligned.h22 const u8 *_p = p; in get_unaligned_le16() local
23 return _p[0] | _p[1] << 8; in get_unaligned_le16()
28 const u8 *_p = p; in get_unaligned_be16() local
29 return _p[0] << 8 | _p[1]; in get_unaligned_be16()
34 u8 *_p = p; in put_unaligned_le16() local
35 _p[0] = val; in put_unaligned_le16()
36 _p[1] = val >> 8; in put_unaligned_le16()
41 u8 *_p = p; in put_unaligned_be16() local
42 _p[0] = val >> 8; in put_unaligned_be16()
43 _p[1] = val; in put_unaligned_be16()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-scc.c62 #define W32(_p, _m, _v) __fs_out32(&(_p)->_m, (_v)) argument
63 #define R32(_p, _m) __fs_in32(&(_p)->_m) argument
64 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) argument
65 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _m) & ~(_v)) argument
67 #define W16(_p, _m, _v) __fs_out16(&(_p)->_m, (_v)) argument
68 #define R16(_p, _m) __fs_in16(&(_p)->_m) argument
69 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) argument
70 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) argument
72 #define W8(_p, _m, _v) __fs_out8(&(_p)->_m, (_v)) argument
73 #define R8(_p, _m) __fs_in8(&(_p)->_m) argument
[all …]
H A Dmac-fcc.c54 #define W32(_p, _m, _v) out_be32(&(_p)->_m, (_v)) argument
55 #define R32(_p, _m) in_be32(&(_p)->_m) argument
56 #define S32(_p, _m, _v) W32(_p, _m, R32(_p, _m) | (_v)) argument
57 #define C32(_p, _m, _v) W32(_p, _m, R32(_p, _m) & ~(_v)) argument
59 #define W16(_p, _m, _v) out_be16(&(_p)->_m, (_v)) argument
60 #define R16(_p, _m) in_be16(&(_p)->_m) argument
61 #define S16(_p, _m, _v) W16(_p, _m, R16(_p, _m) | (_v)) argument
62 #define C16(_p, _m, _v) W16(_p, _m, R16(_p, _m) & ~(_v)) argument
64 #define W8(_p, _m, _v) out_8(&(_p)->_m, (_v)) argument
65 #define R8(_p, _m) in_8(&(_p)->_m) argument
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dxcoffout.h83 const char *_p = XSTR (ADDR, 0); \
84 if (*_p == '*') \
85 fputs (_p+1, asm_out_file); \
87 for (; *_p != '[' && *_p; _p++) \
88 putc (*_p != '$' ? *_p : '_', asm_out_file); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dxcoffout.h83 const char *_p = XSTR (ADDR, 0); \
84 if (*_p == '*') \
85 fputs (_p+1, asm_out_file); \
87 for (; *_p != '[' && *_p; _p++) \
88 putc (*_p != '$' ? *_p : '_', asm_out_file); \
/OK3568_Linux_fs/kernel/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 D8390.h155 #define ei_inb(_p) inb(_p) argument
156 #define ei_outb(_v, _p) outb(_v, _p) argument
157 #define ei_inb_p(_p) inb(_p) argument
158 #define ei_outb_p(_v, _p) outb(_v, _p) argument
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0004-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0004-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0006-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0004-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/
H A D0005-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0005-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/
H A D0005-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0005-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0004-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0004-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/buildroot/package/qt5/qt5webengine-chromium/
H A D0008-cld3-Avoid-unaligned-accesses.patch25 #define UNALIGNED_LOAD16(_p) (*reinterpret_cast<const uint16 *>(_p))
26 #define UNALIGNED_LOAD32(_p) (*reinterpret_cast<const uint32 *>(_p))
28 #define UNALIGNED_STORE16(_p, _val) (*reinterpret_cast<uint16 *>(_p) = (_val))
29 #define UNALIGNED_STORE32(_p, _val) (*reinterpret_cast<uint32 *>(_p) = (_val))
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Ddiagnose.py94 def _p(self, s): member in AnnouncingParser
98 self._p("%s START" % name)
101 self._p("%s END" % name)
104 self._p("%s DATA" % data)
107 self._p("%s CHARREF" % name)
110 self._p("%s ENTITYREF" % name)
113 self._p("%s COMMENT" % data)
116 self._p("%s DECL" % data)
119 self._p("%s UNKNOWN-DECL" % data)
122 self._p("%s PI" % data)
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dcacheflush.h391 char *_p = (char *)p; in __sync_cache_range_w() local
393 __cpuc_clean_dcache_area(_p, size); in __sync_cache_range_w()
394 outer_clean_range(__pa(_p), __pa(_p + size)); in __sync_cache_range_w()
405 char *_p = (char *)p; in __sync_cache_range_r() local
413 __cpuc_clean_dcache_area(_p, size); in __sync_cache_range_r()
416 outer_flush_range(__pa(_p), __pa(_p + size)); in __sync_cache_range_r()
421 __cpuc_flush_dcache_area(_p, size); in __sync_cache_range_r()
/OK3568_Linux_fs/kernel/drivers/clk/sunxi-ng/
H A Dccu_mp.c19 unsigned int _m, _p; in ccu_mp_find_best() local
21 for (_p = 1; _p <= max_p; _p <<= 1) { in ccu_mp_find_best()
23 unsigned long tmp_rate = parent / _p / _m; in ccu_mp_find_best()
31 best_p = _p; in ccu_mp_find_best()
49 unsigned int _m, _p, div; in ccu_mp_find_best_with_parent_adj() local
61 for (_p = 1; _p <= max_p; _p <<= 1) { in ccu_mp_find_best_with_parent_adj()
63 div = _m * _p; in ccu_mp_find_best_with_parent_adj()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument
127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT)
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT)
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument
133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT)
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
/OK3568_Linux_fs/u-boot/include/
H A Datf_common.h24 #define SET_PARAM_HEAD(_p, _type, _ver, _attr) do { \ argument
25 (_p)->h.type = (uint8_t)(_type); \
26 (_p)->h.version = (uint8_t)(_ver); \
27 (_p)->h.size = (uint16_t)sizeof(*_p); \
28 (_p)->h.attr = (uint32_t)(_attr) ; \
/OK3568_Linux_fs/kernel/security/keys/
H A Dproc.c155 struct rb_node *_p = v; in proc_keys_show() local
156 struct key *key = rb_entry(_p, struct key, serial_node); in proc_keys_show()
277 struct rb_node *_p; in proc_key_users_start() local
282 _p = key_user_first(seq_user_ns(p), &key_user_tree); in proc_key_users_start()
283 while (pos > 0 && _p) { in proc_key_users_start()
285 _p = key_user_next(seq_user_ns(p), _p); in proc_key_users_start()
288 return _p; in proc_key_users_start()
305 struct rb_node *_p = v; in proc_key_users_show() local
306 struct key_user *user = rb_entry(_p, struct key_user, node); in proc_key_users_show()

123456