Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 93) sorted by relevance

1234

/drivers/scsi/isci/
Drequest.h228 C(REQ_INIT),\
229 C(REQ_CONSTRUCTED),\
230 C(REQ_STARTED),\
231 C(REQ_STP_UDMA_WAIT_TC_COMP),\
232 C(REQ_STP_UDMA_WAIT_D2H),\
233 C(REQ_STP_NON_DATA_WAIT_H2D),\
234 C(REQ_STP_NON_DATA_WAIT_D2H),\
235 C(REQ_STP_PIO_WAIT_H2D),\
236 C(REQ_STP_PIO_WAIT_FRAME),\
237 C(REQ_STP_PIO_DATA_IN),\
[all …]
Dphy.h377 C(PHY_INITIAL),\
378 C(PHY_STOPPED),\
379 C(PHY_STARTING),\
380 C(PHY_SUB_INITIAL),\
381 C(PHY_SUB_AWAIT_OSSP_EN),\
382 C(PHY_SUB_AWAIT_SAS_SPEED_EN),\
383 C(PHY_SUB_AWAIT_IAF_UF),\
384 C(PHY_SUB_AWAIT_SAS_POWER),\
385 C(PHY_SUB_AWAIT_SATA_POWER),\
386 C(PHY_SUB_AWAIT_SATA_PHY_EN),\
[all …]
Dremote_device.h266 C(DEV_INITIAL),\
267 C(DEV_STOPPED),\
268 C(DEV_STARTING),\
269 C(DEV_READY),\
270 C(STP_DEV_IDLE),\
271 C(STP_DEV_CMD),\
272 C(STP_DEV_NCQ),\
273 C(STP_DEV_NCQ_ERROR),\
274 C(STP_DEV_ATAPI_ERROR),\
275 C(STP_DEV_AWAIT_RESET),\
[all …]
Dremote_node_context.h123 C(RNC_INITIAL),\
124 C(RNC_POSTING),\
125 C(RNC_INVALIDATING),\
126 C(RNC_RESUMING),\
127 C(RNC_READY),\
128 C(RNC_TX_SUSPENDED),\
129 C(RNC_TX_RX_SUSPENDED),\
130 C(RNC_AWAIT_SUSPENSION),\
132 #undef C
133 #define C(a) SCI_##a macro
[all …]
Dport.h175 C(PORT_STOPPED),\
176 C(PORT_STOPPING),\
177 C(PORT_READY),\
178 C(PORT_SUB_WAITING),\
179 C(PORT_SUB_OPERATIONAL),\
180 C(PORT_SUB_CONFIGURING),\
181 C(PORT_RESETTING),\
182 C(PORT_FAILED),\
184 #undef C
185 #define C(a) SCI_##a macro
[all …]
/drivers/gpu/drm/i915/
Dintel_dvo.c226 #define C(x) adjusted_mode->x = intel_dvo->panel_fixed_mode->x in intel_dvo_mode_fixup() macro
227 C(hdisplay); in intel_dvo_mode_fixup()
228 C(hsync_start); in intel_dvo_mode_fixup()
229 C(hsync_end); in intel_dvo_mode_fixup()
230 C(htotal); in intel_dvo_mode_fixup()
231 C(vdisplay); in intel_dvo_mode_fixup()
232 C(vsync_start); in intel_dvo_mode_fixup()
233 C(vsync_end); in intel_dvo_mode_fixup()
234 C(vtotal); in intel_dvo_mode_fixup()
235 C(clock); in intel_dvo_mode_fixup()
[all …]
Dintel_i2c.c258 #define C ((I915_READ_NOTRACE(GMBUS2 + reg_offset) & GMBUS_ACTIVE) == 0) in gmbus_wait_idle() macro
261 return wait_for(C, 10); in gmbus_wait_idle()
266 ret = wait_event_timeout(dev_priv->gmbus_wait_queue, C, in gmbus_wait_idle()
275 #undef C in gmbus_wait_idle()
/drivers/staging/wlags49_h2/
Ddebug.h192 #define DBG_ASSERT(C) do { \ argument
193 if (!(C)) { \
195 #C, __FILE__, __LINE__, __func__); \
224 #define DBG_ASSERT(C) argument
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_reg.h7421 u8 C[8]; in calc_crc8() local
7433 C[i] = crc & 1; in calc_crc8()
7438 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^ in calc_crc8()
7439 C[6] ^ C[7]; in calc_crc8()
7442 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^ in calc_crc8()
7443 C[6]; in calc_crc8()
7446 C[0] ^ C[1] ^ C[4] ^ C[5]; in calc_crc8()
7449 C[1] ^ C[2] ^ C[5] ^ C[6]; in calc_crc8()
7452 C[0] ^ C[2] ^ C[3] ^ C[6] ^ C[7]; in calc_crc8()
7454 D[15] ^ D[13] ^ D[11] ^ D[9] ^ D[5] ^ D[4] ^ D[3] ^ C[1] ^ in calc_crc8()
[all …]
/drivers/mfd/
Dtps80031.c107 [TPS80031_INT_ID_WKUP] = TPS80031_IRQ(C, 0),
108 [TPS80031_INT_VBUSS_WKUP] = TPS80031_IRQ(C, 1),
109 [TPS80031_INT_ID] = TPS80031_IRQ(C, 2),
110 [TPS80031_INT_VBUS] = TPS80031_IRQ(C, 3),
111 [TPS80031_INT_CHRG_CTRL] = TPS80031_IRQ(C, 4),
112 [TPS80031_INT_EXT_CHRG] = TPS80031_IRQ(C, 5),
113 [TPS80031_INT_INT_CHRG] = TPS80031_IRQ(C, 6),
114 [TPS80031_INT_RES2] = TPS80031_IRQ(C, 7),
/drivers/block/paride/
DTransition-notes6 one in ps_set_intr() (A) and two in ps_tq_int() (B and C).
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
14 A and each B is preceded by either A or C. Moments when we enter
15 ps_tq_int() are sandwiched between {A,C} and B in that sequence,
17 moments which, in turn, can not exceed the number of A and C.
18 In other words, the sequence of events is (A or C set ps_tq_active to
/drivers/scsi/libsas/
DKconfig4 # Copyright (C) 2005 Adaptec, Inc. All rights reserved.
5 # Copyright (C) 2005 Luben Tuikov <luben_tuikov@adaptec.com>
/drivers/video/omap/
DKconfig35 bool "MIPI DBI-C/DCS compatible LCD support"
39 the Mobile Industry Processor Interface DBI-C/DCS
/drivers/clk/
DKconfig59 tristate "Clock driver for SiLabs 5351A/B/C"
65 This driver supports Silicon Labs 5351A/B/C programmable clock
/drivers/md/
DKconfig130 A RAID-5 set of N drives with a capacity of C MB per drive provides
131 the capacity of C * (N - 1) MB, and protects against a failure
138 A RAID-6 set of N drives with a capacity of C MB per drive
139 provides the capacity of C * (N - 2) MB, and protects
314 A RAID-5 set of N drives with a capacity of C MB per drive provides
315 the capacity of C * (N - 1) MB, and protects against a failure
322 A RAID-6 set of N drives with a capacity of C MB per drive
323 provides the capacity of C * (N - 2) MB, and protects
/drivers/media/usb/dvb-usb-v2/
DKconfig45 tristate "Anysee DVB-T/C USB2.0 support"
59 Anysee E30 C Plus DVB USB2.0 receiver.
70 tristate "AzureWave 6007 and clones DVB-T/C USB2.0 support"
/drivers/staging/comedi/drivers/
Ds626.c133 #define INDXMASK(C) (1 << (((C) > 2) ? ((C) * 2 - 1) : ((C) * 2 + 4))) argument
134 #define OVERMASK(C) (1 << (((C) > 2) ? ((C) * 2 + 5) : ((C) * 2 + 10))) argument
135 #define EVBITS(C) { 0, OVERMASK(C), INDXMASK(C), OVERMASK(C) | INDXMASK(C) } argument
/drivers/net/wan/
Dfarsync.c497 #define FST_RDB(C,E) readb ((C)->mem + WIN_OFFSET(E)) argument
498 #define FST_RDW(C,E) readw ((C)->mem + WIN_OFFSET(E)) argument
499 #define FST_RDL(C,E) readl ((C)->mem + WIN_OFFSET(E)) argument
501 #define FST_WRB(C,E,B) writeb ((B), (C)->mem + WIN_OFFSET(E)) argument
502 #define FST_WRW(C,E,W) writew ((W), (C)->mem + WIN_OFFSET(E)) argument
503 #define FST_WRL(C,E,L) writel ((L), (C)->mem + WIN_OFFSET(E)) argument
/drivers/scsi/osd/
DKbuild4 # Copyright (C) 2008 Panasas Inc. All rights reserved.
/drivers/staging/cxt1e1/
DKconfig2 tristate "SBE wanPMC-C[421]E1T1 hardware support"
/drivers/media/dvb-frontends/
DKconfig46 Micronas DRX-K DVB-C/T demodulator.
348 tristate "DiBcom 3000P/M-C"
412 A DVB-T/C tuner module. Say Y when you want to support this frontend.
435 comment "DVB-C (cable) frontends"
443 A DVB-C tuner module. Say Y when you want to support this frontend.
450 A DVB-C tuner module. Say Y when you want to support this frontend.
457 A DVB-C tuner module. Say Y when you want to support this frontend.
464 A DVB-C tuner module. Say Y when you want to support this frontend.
/drivers/media/pci/cx18/
Dcx18-av-core.c593 NONE, CVBS, Y, C, SIF, Pb, Pr in set_input() enumerator
651 ch[2] = C; in set_input()
655 ch[1] = C; in set_input()
730 case C: in set_input()
735 if (i == 0 && ch[i] == C) in set_input()
/drivers/s390/char/
Ddefkeymap.map71 keycode 67 = adiaeresis C
166 string F3 = "\033[[C"
/drivers/crypto/ux500/
DKconfig2 # Copyright (C) ST-Ericsson SA 2010
/drivers/staging/usbip/userspace/
DINSTALL4 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
28 and enabled with `--cache-file=config.cache' or simply `-C') that saves
193 causes the specified `gcc' to be used as the C compiler (unless it is
221 `-C'

1234