Searched refs:xc0 (Results 501 - 525 of 528) sorted by relevance

<<2122

/freebsd-12-stable/sys/dev/drm2/radeon/
H A Dradeon_combios.c3180 uint8_t cmd = ((RBIOS8(offset) & 0xc0) >> 6);
/freebsd-12-stable/sys/dev/ncr/
H A Dncr.c3302 (ctest4) & 0x80? 0 : (((dmode) & 0xc0) >> 6) + ((ctest5) & 0x04) + 1
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rsu.c3143 rsu_read_1(sc, 0x00ab) | 0xc0);
H A Dif_urtw.c401 { 0x30, 0xc0 }, { 0x31, 0xc1 }, { 0x32, 0x58 }, { 0x33, 0xf1 },
/freebsd-12-stable/sys/dev/sound/pci/
H A Demu10kx.c3145 sc->dsp_zero = 0xc0;
/freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_eeprom.c3310 (INI_RA(&ahp->ah_ini_addac, 6, 1) & (~0xc0)) | biaslevel << 6;
/freebsd-12-stable/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_rfcomm.c233 0x24, 0xb5, 0xc7, 0x56, 0x23, 0xb2, 0xc0, 0x51,
/freebsd-12-stable/sys/sparc64/sparc64/
H A Dexception.S2024 tl0_fill_0_n ! 0xc0
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl2544 push @opcode,0xc0|($1&7)|(($2&7)<<3); # ModR/M
/freebsd-12-stable/crypto/heimdal/lib/wind/
H A Dmap_table.c99 {0xc0, 1, 35, WIND_PROFILE_NAME|WIND_PROFILE_LDAP_CASE}, /* B.2: Case map */
H A Dnormalize_table.c23 {0xc0, 2, 24}, /* LATIN CAPITAL LETTER A WITH GRAVE */
12906 {0xc0, 16, 16, 4438},
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c3492 if ((i & 0xf8) == 0xc0)
3539 op = 0xc0 | (hi_reg - 10);
12496 inst.instruction |= 0xc0;
17077 static char const thumb_noop[2] = { 0xc0, 0x46 };
17079 static char const thumb_bigend_noop[2] = { 0x46, 0xc0 };
/freebsd-12-stable/sys/dev/cxgb/common/
H A Dcxgb_regs.h2073 #define T3DBG_BASE_ADDR 0xc0
2075 #define A_T3DBG_DBG0_CFG 0xc0
/freebsd-12-stable/sys/dev/wpi/
H A Dif_wpi.c5227 if ((rev & 0xc0) == 0x40)
/freebsd-12-stable/sys/fs/nfs/
H A Dnfs_commonsubs.c4145 if ((*cp & 0xc0) != 0x80 ||
/freebsd-12-stable/sys/dev/sound/usb/
H A Duaudio.c5690 if ((b >= 0xc0) && (b <= 0xdf)) {
/freebsd-12-stable/sys/dev/syscons/logo/
H A Dbeastie.c63 0xc0, 0xc2, 0xc4,
/freebsd-12-stable/sys/dev/sfxge/common/
H A Defx_regs_mcdi.h180 * examining the first byte which is 0xc0. This corresponds to the
184 * | command | Resync | = 0xc0
187 * providing bits 56-63 of the event are 0xc0.
190 * | Rsvd | Code | = 0xc0
12087 #define MC_CMD_SET_VECTOR_CFG 0xc0
/freebsd-12-stable/sbin/ipfw/
H A Dipfw2.c3293 { 0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff };
/freebsd-12-stable/contrib/sqlite3/
H A Dshell.c575 if( (zUtf[i]&0xc0)!=0x80 ){
578 do{ i++; }while( (zUtf[i]&0xc0)==0x80 );
637 if( (0xc0&*(z++))!=0x80 ) n++;
H A Dsqlite3.c19516 if( (*(zIn++))>=0xc0 ){ \
19517 while( (*zIn & 0xc0)==0x80 ){ zIn++; } \
[all...]
/freebsd-12-stable/contrib/libpcap/
H A Dgencode.c9189 b1 = gen_mcmp(cstate, offrel, 8, BPF_B, (bpf_int32)0, 0xc0);
/freebsd-12-stable/sys/contrib/x86emu/
H A Dx86emu.c3147 * Handles opcode 0xc0
4824 case 0xc0:
5875 /* 0xc0 TODO: xadd */
/freebsd-12-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c2021 HDA_CMD_SET_HDMI_DIP_XMIT(0, nid, 0xc0));
/freebsd-12-stable/sys/dev/bxe/
H A Dbxe_elink.c2783 val = 0xc0;
2817 val = 0xc0;

Completed in 1121 milliseconds

<<2122