| /linux/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fcc.c | 48 #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 D | mac-scc.c | 57 #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/security/keys/ |
| H A D | proc.c | 155 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 D | sh_clk.h | 126 #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 D | generic-radix-tree.h | 352 #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/net/ethernet/8390/ |
| H A D | etherh.c | 51 #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 D | 8390.h | 157 #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/drivers/irqchip/ |
| H A D | irq-mscc-ocelot.c | 15 #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 D | x9250.c | 32 #define X9250_CMD_RD_WCR(_p) (0x90 | (_p)) argument 33 #define X9250_CMD_WR_WCR(_p) (0xa0 | (_p)) argument
|
| /linux/fs/proc/ |
| H A D | task_nommu.c | 173 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 D | nommu.c | 72 static int nommu_region_list_show(struct seq_file *m, void *_p) in nommu_region_list_show()
|
| /linux/net/rxrpc/ |
| H A D | conn_object.c | 389 struct rxrpc_connection *conn, *_p; in rxrpc_service_connection_reaper() local 468 struct rxrpc_connection *conn, *_p; in rxrpc_destroy_all_connections() local
|
| /linux/rust/kernel/block/mq/ |
| H A D | tag_set.rs | 31 _p: PhantomData<T>, field
|
| /linux/fs/afs/ |
| H A D | flock.c | 92 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 D | perf_event_attr_fprintf.c | 278 #define PRINT_ATTRn(_n, _f, _p, _a) \ argument 286 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p, false) argument
|
| /linux/drivers/net/dsa/mv88e6xxx/ |
| H A D | serdes.c | 214 void mv88e6352_serdes_get_regs(struct mv88e6xxx_chip *chip, int port, void *_p) in mv88e6352_serdes_get_regs() 482 void mv88e6390_serdes_get_regs(struct mv88e6xxx_chip *chip, int port, void *_p) in mv88e6390_serdes_get_regs()
|
| /linux/arch/arm/include/asm/ |
| H A D | cacheflush.h | 390 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 D | clk-sun9i-core.c | 156 u32 _p; in sun9i_a80_get_ahb_factors() local
|
| /linux/rust/kernel/sync/ |
| H A D | aref.rs | 70 _p: PhantomData<T>, field
|
| /linux/rust/kernel/ |
| H A D | revocable.rs | 242 _p: PhantomData<&'a ()>, field
|
| H A D | configfs.rs | 526 _p: PhantomData<(O, Data)>, global() field 734 _p: PhantomData<(Container, Data)>, global() field
|
| H A D | xarray.rs | 59 _p: PhantomData<T>, field
|
| /linux/drivers/xen/ |
| H A D | xen-balloon.c | 50 #define PAGES2KB(_p) ((_p)<<(PAGE_SHIFT-10)) argument
|
| /linux/drivers/net/ethernet/asix/ |
| H A D | ax88796c_ioctl.c | 97 ax88796c_get_regs(struct net_device *ndev, struct ethtool_regs *regs, void *_p) in ax88796c_get_regs()
|
| /linux/net/tipc/ |
| H A D | name_distr.c | 238 struct publication *_p; in tipc_publ_purge() local
|