Searched refs:xc (Results 26 - 50 of 231) sorted by relevance

12345678910

/freebsd-9.3-release/sys/mips/rt305x/
H A Duart_dev_rt305x.c451 int xc; local
462 xc = 0;
463 xc = uart_getreg(bas, UART_RX_REG);
465 xc |= UART_STAT_FRAMERR;
467 xc |= UART_STAT_PARERR;
469 xc |= UART_STAT_OVERRUN;
471 uart_rx_put(sc, xc);
/freebsd-9.3-release/lib/libvgl/
H A Dvgl.h140 void VGLEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
141 void VGLFilledEllipse(VGLBitmap *object, int xc, int yc, int a, int b, u_long color);
/freebsd-9.3-release/sys/dev/drm2/
H A Dati_pcigart.c179 val = page_base | 0xc;
182 val = (page_base >> 8) | 0xc;
/freebsd-9.3-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c208 if (pci_write_config_dword(bridge, bridge_pcix_cap + 0xc,
209 bridge_header[(bridge_pcix_cap + 0xc) / 4])) {
/freebsd-9.3-release/sys/x86/include/
H A Dmptable.h132 #define INTENTRY_FLAGS_TRIGGER 0xc
135 #define INTENTRY_FLAGS_TRIGGER_LEVEL 0xc
/freebsd-9.3-release/gnu/usr.bin/binutils/ld/
H A Dgenscripts.sh87 # A .xc script is for linking with -z combreloc; it is only generated if
152 COMBRELOC=ldscripts/${EMULATION_NAME}.xc.tmp
156 ) | sed -e '/^ *$/d;s/[ ]*$//' > ldscripts/${EMULATION_NAME}.xc
/freebsd-9.3-release/sys/amd64/ia32/
H A Dia32_sigtramp.S125 pushl 0xc(%ebp) /* gap */
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_smbus.h140 #define SMBATT_CMD_MAX_ERROR 0xc
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210desc.h54 #define AR_Rate_54M 0xc
/freebsd-9.3-release/sys/dev/firewire/
H A Dsbp.h58 #define ORB_FUN_ATS (0xc << 16)
/freebsd-9.3-release/sys/dev/wl/
H A Dif_wl.h67 #define PIOR2(base) (base+0xc) /* Program I/O Address Register 2 */
/freebsd-9.3-release/sys/dev/en/
H A Dmidwayreg.h178 #define MID_CRC(N) (MID_VC(N)|0xc) /* CRC */
229 #define MIDDMA_4WMAYBE 0xc /* 4 words, maybe */
233 #define MIDDMA_MAYBE 0xc /* mask to detect WMAYBE dma code */
/freebsd-9.3-release/sys/dev/ep/
H A Dif_epreg.h87 #define EEPROM_OEM_ADDR2 0xc
254 #define REQ_INTR (u_short) (0xc<<11)
359 #define ERR_RX_ALIGN (u_short) (0xc<<11)
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dsmfi.c650 const char *xc; local
669 xc = xcode;
674 xc = "4.0.0";
676 xc = "5.0.0";
680 len += strlen(xc) + 1;
710 (void) sm_strlcpyn(buf, len, 3, rcode, args == 1 ? " " : "-", xc);
712 xc, " ");
/freebsd-9.3-release/sys/dev/ppbus/
H A Dimmio.c90 MS_CASS(0xc), \
101 MS_CASS(0xc), \
109 MS_CASS(0xc), \
112 MS_CASS(0xc), \
118 MS_CASS(0xc),
269 MS_CASS(0xc),
276 MS_CASS(PCD | 0xc),
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsh-dis.c126 if (((insn & 0xc) == 0 && (insn & 0x2a0))
335 if ((nib4 & 0xc) != 0)
339 if ((nib4 & 0xc) != 4)
645 rn = (nibs[n] & 0xc) >> 2;
648 rn = (nibs[n] & 0xc) >> 2;
657 if ((rn & 0xc) != 4)
/freebsd-9.3-release/sys/dev/uart/
H A Duart_dev_z8530.c529 int xc; local
540 xc = uart_getreg(bas, REG_DATA);
544 xc |= UART_STAT_FRAMERR;
546 xc |= UART_STAT_PARERR;
548 xc |= UART_STAT_OVERRUN;
549 uart_rx_put(sc, xc);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_phy.c323 [0xc] = 108
333 [0xc] = 44, /* 0xdc , actually PBCC */
356 case 108: return 0xc;
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_pkey_mgr.c203 if ((p_pi->vl_enforce & 0xc) == (0xc) * (enforce == TRUE)) {
218 p_pi->vl_enforce |= 0xc;
220 p_pi->vl_enforce &= ~0xc;
/freebsd-9.3-release/lib/libtacplus/
H A Dtaclib_private.h50 #define TAC_VER_MAJOR 0xc /* Major version number */
/freebsd-9.3-release/sys/dev/twe/
H A Dtwe_compat.h77 #define TWE_RESPONSE_QUEUE(sc) (TWE_Response_Queue)bus_read_4((sc)->twe_io, 0xc)
/freebsd-9.3-release/sys/sys/
H A Dcdrio.h50 #define CDR_DB_XA_MODE2_F2 0xc /* 2324 bytes Mode 2 (CD-ROM XA 2) */
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp79 case 0xc: O << "neq_oq"; break;
103 case 0xc: O << "neq_oq"; break;
H A DX86IntelInstPrinter.cpp69 case 0xc: O << "neq_oq"; break;
93 case 0xc: O << "neq_oq"; break;
/freebsd-9.3-release/sys/dev/ppc/
H A Dppcreg.h279 #define WINB_EXT2FDD 0xc
285 #define WINB_ECP_EPP 0xc

Completed in 185 milliseconds

12345678910