/linux-3.3/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_io.h | 61 #define bcm_rset_readb(s, o) bcm_readb(bcm63xx_regset_address(s) + (o)) argument 62 #define bcm_rset_readw(s, o) bcm_readw(bcm63xx_regset_address(s) + (o)) argument 63 #define bcm_rset_readl(s, o) bcm_readl(bcm63xx_regset_address(s) + (o)) argument 64 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument 66 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument 68 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument 74 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument 75 #define bcm_perf_writel(v, o) bcm_rset_writel(RSET_PERF, (v), (o)) argument 76 #define bcm_timer_readl(o) bcm_rset_readl(RSET_TIMER, (o)) argument 77 #define bcm_timer_writel(v, o) bcm_rset_writel(RSET_TIMER, (v), (o)) argument [all …]
|
/linux-3.3/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 49 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 86 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 112 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 152 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 166 struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_reset_pending() 187 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 264 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 282 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 287 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 294 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() [all …]
|
/linux-3.3/arch/x86/include/asm/ |
D | cmpxchg_32.h | 42 #define cmpxchg64(ptr, o, n) \ argument 45 #define cmpxchg64_local(ptr, o, n) \ argument 101 #define cmpxchg(ptr, o, n) \ argument 114 #define cmpxchg_local(ptr, o, n) \ argument 135 #define cmpxchg64(ptr, o, n) \ argument 152 #define cmpxchg64_local(ptr, o, n) \ argument
|
D | cmpxchg_64.h | 11 #define cmpxchg64(ptr, o, n) \ argument 17 #define cmpxchg64_local(ptr, o, n) \ argument
|
/linux-3.3/include/media/ |
D | v4l2-device.h | 130 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 137 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 149 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 162 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument 172 #define v4l2_device_call_all(v4l2_dev, grpid, o, f, args...) \ argument 185 #define v4l2_device_call_until_err(v4l2_dev, grpid, o, f, args...) \ argument
|
/linux-3.3/arch/s390/include/asm/ |
D | cmpxchg.h | 163 #define cmpxchg(ptr, o, n) \ argument 168 #define cmpxchg64(ptr, o, n) \ argument 187 #define cmpxchg64(ptr, o, n) \ argument 218 #define cmpxchg_local(ptr, o, n) \ argument 222 #define cmpxchg64_local(ptr, o, n) cmpxchg64((ptr), (o), (n)) argument
|
/linux-3.3/arch/arm/mach-integrator/ |
D | pci_v3.c | 105 #define v3_writeb(o,v) __raw_writeb(v, PCI_V3_VADDR + (unsigned int)(o)) argument 106 #define v3_readb(o) (__raw_readb(PCI_V3_VADDR + (unsigned int)(o))) argument 108 #define v3_writew(o,v) __raw_writew(v, PCI_V3_VADDR + (unsigned int)(o)) argument 109 #define v3_readw(o) (__raw_readw(PCI_V3_VADDR + (unsigned int)(o))) argument 111 #define v3_writel(o,v) __raw_writel(v, PCI_V3_VADDR + (unsigned int)(o)) argument 112 #define v3_readl(o) (__raw_readl(PCI_V3_VADDR + (unsigned int)(o))) argument
|
/linux-3.3/include/asm-generic/ |
D | cmpxchg.h | 19 #define cmpxchg(ptr, o, n) cmpxchg_local((ptr), (o), (n)) argument 20 #define cmpxchg64(ptr, o, n) cmpxchg64_local((ptr), (o), (n)) argument
|
/linux-3.3/arch/m68k/include/asm/ |
D | system.h | 136 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 169 #define cmpxchg(ptr, o, n) \ argument 172 #define cmpxchg_local(ptr, o, n) \ argument 181 #define cmpxchg_local(ptr, o, n) \ argument
|
/linux-3.3/arch/mips/include/asm/ |
D | cmpxchg.h | 104 #define cmpxchg64(ptr, o, n) \ argument 111 #define cmpxchg64_local(ptr, o, n) \ argument 118 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/drivers/media/video/zoran/ |
D | zoran_device.h | 90 #define decoder_call(zr, o, f, args...) \ argument 92 #define encoder_call(zr, o, f, args...) \ argument
|
/linux-3.3/fs/ceph/ |
D | strings.c | 97 const char *ceph_lease_op_name(int o) in ceph_lease_op_name() 108 const char *ceph_snap_op_name(int o) in ceph_snap_op_name()
|
/linux-3.3/lib/ |
D | textsearch.c | 113 struct ts_ops *o; in lookup_ts_algo() local 144 struct ts_ops *o; in textsearch_register() local 178 struct ts_ops *o; in textsearch_unregister() local
|
/linux-3.3/drivers/net/can/cc770/ |
D | cc770.c | 119 unsigned int o, mo; in enable_all_objs() local 180 int o, mo; in disable_all_objs() local 613 static void cc770_rx_interrupt(struct net_device *dev, unsigned int o) in cc770_rx_interrupt() 654 static void cc770_rtr_interrupt(struct net_device *dev, unsigned int o) in cc770_rtr_interrupt() 678 static void cc770_tx_interrupt(struct net_device *dev, unsigned int o) in cc770_tx_interrupt() 704 int o, n = 0; in cc770_interrupt() local
|
/linux-3.3/arch/ia64/include/asm/ |
D | intrinsics.h | 168 #define cmpxchg_acq(ptr, o, n) \ argument 170 #define cmpxchg_rel(ptr, o, n) \ argument 174 #define cmpxchg(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument 175 #define cmpxchg64(ptr, o, n) cmpxchg_acq((ptr), (o), (n)) argument
|
/linux-3.3/fs/ubifs/ |
D | orphan.c | 71 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 121 struct ubifs_orphan *o; in ubifs_delete_orphan() local 513 struct ubifs_orphan *orphan, *o; in insert_dead_orphan() local 746 struct ubifs_orphan *o; in dbg_find_orphan() local 768 struct check_orphan *orphan, *o; in dbg_ins_check_orphan() local 796 struct check_orphan *o; in dbg_find_check_orphan() local 815 struct check_orphan *o; in dbg_free_check_tree() local
|
/linux-3.3/arch/arm/include/asm/ |
D | system.h | 361 #define cmpxchg_local(ptr, o, n) \ argument 364 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 442 #define cmpxchg(ptr,o,n) \ argument 468 #define cmpxchg_local(ptr,o,n) \ argument 519 #define cmpxchg64(ptr,o,n) \ argument 524 #define cmpxchg64_local(ptr,o,n) \ argument 531 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/arch/xtensa/include/asm/ |
D | system.h | 84 #define cmpxchg(ptr,o,n) \ argument 111 #define cmpxchg_local(ptr, o, n) \ argument 114 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/arch/powerpc/include/asm/ |
D | system.h | 500 #define cmpxchg(ptr, o, n) \ argument 509 #define cmpxchg_local(ptr, o, n) \ argument 527 #define cmpxchg64(ptr, o, n) \ argument 532 #define cmpxchg64_local(ptr, o, n) \ argument 539 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/arch/parisc/include/asm/ |
D | atomic.h | 117 #define cmpxchg(ptr,o,n) \ argument 145 #define cmpxchg_local(ptr, o, n) \ argument 149 #define cmpxchg64_local(ptr, o, n) \ argument 155 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument 196 #define atomic_cmpxchg(v, o, n) (cmpxchg(&((v)->counter), (o), (n))) argument 308 #define atomic64_cmpxchg(v, o, n) \ argument
|
/linux-3.3/arch/blackfin/include/asm/ |
D | system.h | 96 #define cmpxchg(ptr, o, n) \ argument 152 #define cmpxchg_local(ptr, o, n) \ argument 155 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/sound/pci/ |
D | ens1370.c | 152 #define ES_1371_JOY_ASEL(o) (((o)&0x03)<<24)/* joystick port mapping */ argument 156 #define ES_1370_PCLKDIVO(o) (((o)&0x1fff)<<16)/* clock divide ratio for DAC2 */ argument 159 #define ES_1371_GPIO_OUT(o) (((o)&0x0f)<<16)/* GPIO out [3:0] pins - W/R */ argument 164 #define ES_1370_WTSRSEL(o) (((o)&0x03)<<12)/* fixed frequency clock for DAC1 */ argument 173 #define ES_1371_PDLEV(o) (((o)&0x03)<<8) /* current power down level */ argument 191 #define ES_1373_GPIO_INT_EN(o)(((o)&0x0f)<<20)/* GPIO [3:0] pins - interrupt enable */ argument 216 #define ES_TXINTENO(o) (((o)&0x03)<<5) /* TX interrupt enable */ argument 219 #define ES_CNTRL(o) (((o)&0x03)<<0) /* control */ argument 224 #define ES_MEM_PAGEO(o) (((o)&0x0f)<<0) /* memory page select - out */ argument 239 #define ES_1371_SRC_RAM_ADDRO(o) (((o)&0x7f)<<25)/* address of the sample rate converter */ argument [all …]
|
/linux-3.3/arch/sparc/include/asm/ |
D | system_32.h | 257 #define cmpxchg(ptr, o, n) \ argument 271 #define cmpxchg_local(ptr, o, n) \ argument 274 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/arch/cris/include/asm/ |
D | system.h | 76 #define cmpxchg_local(ptr, o, n) \ argument 79 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|
/linux-3.3/arch/frv/include/asm/ |
D | system.h | 153 #define cmpxchg_local(ptr, o, n) \ argument 156 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
|