Home
last modified time | relevance | path

Searched defs:_c (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/drivers/reset/sti/
Dreset-syscfg.h32 #define _SYSCFG_RST_CH(_c, _rr, _rb, _ar, _ab) \ argument
37 #define _SYSCFG_RST_CH_NO_ACK(_c, _rr, _rb) \ argument
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Ddesc.c174 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
179 #define _TX_FLAGS_5211(_c, _flag) \ in ath5k_hw_setup_2word_tx_desc() argument
318 #define _TX_FLAGS(_c, _flag) \ in ath5k_hw_setup_4word_tx_desc() argument
/linux-4.4.14/fs/jffs2/
Dbackground.c75 static int jffs2_garbage_collect_thread(void *_c) in jffs2_garbage_collect_thread()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dmodule.h60 #define RACK_CREATE_RACKID(_c, _g, _n) ((_c) * RACK_CLASS_DVDR + \ argument
82 #define RACK_ADD_CLASS(_r, _c) \ argument
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtw_io.h226 #define PlatformEFIOWrite1Byte(_a, _b, _c) \ argument
228 #define PlatformEFIOWrite2Byte(_a, _b, _c) \ argument
230 #define PlatformEFIOWrite4Byte(_a, _b, _c) \ argument
/linux-4.4.14/drivers/clk/meson/
Dclkc.h115 #define FIXED_RATE_P(_ro, _ci, _cn, _f, _c) \ argument
134 #define PLL(_ro, _ci, _cn, _cp, _f, _c) \ argument
167 #define COMPOSITE(_ro, _ci, _cn, _cp, _f, _c) \ argument
/linux-4.4.14/drivers/usb/gadget/legacy/
Dzero.c156 static void zero_autoresume(unsigned long _c) in zero_autoresume()
/linux-4.4.14/samples/seccomp/
Dbpf-direct.c162 #define payload(_c) (_c), sizeof((_c)) argument
/linux-4.4.14/drivers/staging/comedi/drivers/
Dni_stc.h265 #define NISTC_RTSI_TRIG_DIR(_c, _m) ((_m) ? BIT(8 + (_c)) : BIT(7 + (_c))) argument
435 #define NISTC_RTSI_TRIG(_c, _s) (((_s) & 0xf) << (((_c) % 4) * 4)) argument
436 #define NISTC_RTSI_TRIG_MASK(_c) NISTC_RTSI_TRIG((_c), 0xf) argument
437 #define NISTC_RTSI_TRIG_TO_SRC(_c, _b) (((_b) >> (((_c) % 4) * 4)) & 0xf) argument
562 #define NI_E_DMA_G0_G1_SEL(_g, _c) (((_c) & 0xf) << ((_g) * 4)) argument
763 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument
764 #define NI_M_PFI_FILTER_SEL_MASK(_c) NI_M_PFI_FILTER_SEL((_c), 0x3) argument
807 #define NI_M_PFI_CHAN(_c) (((_c) % 3) * 5) argument
808 #define NI_M_PFI_OUT_SEL(_c, _s) (((_s) & 0x1f) << NI_M_PFI_CHAN(_c)) argument
809 #define NI_M_PFI_OUT_SEL_MASK(_c) (0x1f << NI_M_PFI_CHAN(_c)) argument
[all …]
/linux-4.4.14/drivers/scsi/fnic/
Dfnic_trace.h87 #define FNIC_TRACE(_fn, _hn, _t, _a, _b, _c, _d, _e) \ argument
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dhw.h461 #define IS_CHAN_5GHZ(_c) (!!((_c)->channelFlags & CHANNEL_5GHZ)) argument
462 #define IS_CHAN_2GHZ(_c) (!IS_CHAN_5GHZ(_c)) argument
464 #define IS_CHAN_HALF_RATE(_c) (!!((_c)->channelFlags & CHANNEL_HALF)) argument
465 #define IS_CHAN_QUARTER_RATE(_c) (!!((_c)->channelFlags & CHANNEL_QUARTER)) argument
466 #define IS_CHAN_A_FAST_CLOCK(_ah, _c) \ argument
469 #define IS_CHAN_HT(_c) ((_c)->channelFlags & CHANNEL_HT) argument
471 #define IS_CHAN_HT20(_c) (IS_CHAN_HT(_c) && !IS_CHAN_HT40(_c)) argument
473 #define IS_CHAN_HT40(_c) \ argument
476 #define IS_CHAN_HT40PLUS(_c) ((_c)->channelFlags & CHANNEL_HT40PLUS) argument
477 #define IS_CHAN_HT40MINUS(_c) ((_c)->channelFlags & CHANNEL_HT40MINUS) argument
/linux-4.4.14/arch/arm/mach-footbridge/
Ddc21285.c284 #define dc21285_request_irq(_a, _b, _c, _d, _e) \ argument
/linux-4.4.14/drivers/dma/
Dpch_dma.c754 struct dma_chan *chan, *_c; in pch_dma_save_regs() local
777 struct dma_chan *chan, *_c; in pch_dma_restore_regs() local
956 struct dma_chan *chan, *_c; in pch_dma_remove() local
/linux-4.4.14/drivers/misc/sgi-xp/
Dxp.h277 #define XPC_CHANNEL_REGISTERED(_c) (xpc_registrations[_c].func != NULL) argument
/linux-4.4.14/arch/powerpc/platforms/ps3/
Drepository.c51 #define dump_node_name(_a, _b, _c, _d, _e) \ argument
63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
Dspu.c133 #define dump_areas(_a, _b, _c, _d, _e) \ argument
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dswitch.c64 #define POLL_WHILE_TRUE(_c) { \ argument
76 #define POLL_WHILE_FALSE(_c) POLL_WHILE_TRUE(!(_c)) argument
/linux-4.4.14/include/scsi/
Dlibiscsi.h443 #define iscsi_conn_printk(prefix, _c, fmt, a...) \ argument
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv7-neon.S54 #define _c r6 macro