Searched refs:bit7 (Results 1 - 42 of 42) sorted by relevance

/linux-4.4.14/arch/mips/math-emu/
H A Ddp_2008class.c33 * bit7 = NORM ieee754dp_2008class()
H A Dsp_2008class.c33 * bit7 = NORM ieee754sp_2008class()
/linux-4.4.14/drivers/ide/
H A Dtrm290.c44 * bit7 must always be written as "1"
63 * bit7 1=autoincrement CPR bits 2-0 after each access of CDR
79 * bit7 1=DMA enable, 0=DMA disable
92 * bit7 1=enable_readahead, 0=disable_readahead(default)
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/
H A Dstf.c217 * legacy phy, bit 6 and bit 7 means antenna 0 and 1 respectively, bit6+bit7
219 * for NREV<3, bit 6 and bit 7 means antenna 0 and 1 respectively, bit6+bit7
221 * for NREV=3, bit 6 and bit _8_ means antenna 0 and 1 respectively, bit6+bit7
223 * for NREV>=7, bit 6 and bit 7 mean antenna 0 and 1 respectively, nit6+bit7
/linux-4.4.14/drivers/isdn/mISDN/
H A Ddsp_blowfish.c489 yl = (yl << 7) | bf_crypt_inring[j++ & 15]; /* bit7 = 0 */ dsp_bf_decrypt()
490 yl = (yl << 7) | bf_crypt_inring[j++ & 15]; /* bit7 = 0 */ dsp_bf_decrypt()
491 yl = (yl << 7) | bf_crypt_inring[j++ & 15]; /* bit7 = 0 */ dsp_bf_decrypt()
492 nibble = bf_crypt_inring[j++ & 15]; /* bit7 = 0 */ dsp_bf_decrypt()
/linux-4.4.14/drivers/rtc/
H A Drtc-ab8500.c335 * The AB8500 uses sign (in bit7) and magnitude (in bits0-7) ab8500_rtc_set_calibration()
359 * The AB8500 uses sign (in bit7) and magnitude (in bits0-7) ab8500_rtc_get_calibration()
/linux-4.4.14/drivers/w1/masters/
H A Dds2482.c37 #define DS2482_CMD_1WIRE_SINGLE_BIT 0x87 /* Param: Bit byte (bit7) */
41 #define DS2482_CMD_1WIRE_TRIPLET 0x78 /* Param: Dir byte (bit7) */
/linux-4.4.14/drivers/media/dvb-frontends/
H A Dec100.c189 /* bit7 set - have lock */ ec100_read_status()
/linux-4.4.14/drivers/hwmon/
H A Dw83792d.c167 0x87, /* (bit7-4)SmartFan Fan2 tolerance */
188 0x88, /* (bit7-4) SmartFanII: Fan1 Level 1 */
189 0xE0, /* (bit7-4) SmartFanII: Fan1 Level 2 */
192 0x89, /* (bit7-4) SmartFanII: Fan2 Level 1 */
193 0xE1, /* (bit7-4) SmartFanII: Fan2 Level 2 */
196 0x98, /* (bit7-4) SmartFanII: Fan3 Level 1 */
197 0xE2, /* (bit7-4) SmartFanII: Fan3 Level 2 */
/linux-4.4.14/drivers/scsi/pm8001/
H A Dpm8001_sas.h186 /* Inbound doorbell bit7 */
188 /* Inbound doorbell bit7 SPCV */
/linux-4.4.14/drivers/input/mouse/
H A Dcyapa_gen6.c48 u8 cmd_code; /* bit7: resv, set to 0; bit6~0: command code.*/
55 u8 cmd_code; /* bit7: TGL; bit6~0: command code.*/
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
H A Drtl819x_Qos.h273 u8 ucAccessPolicy:2; //WMM: bit8=0, bit7=1
/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Deeprom.c128 tp->mtable->csr12dir = 0x3f; /* inputs on bit7 for hsc-pci, bit6 for pci-fx */ tulip_build_fake_mediatable()
/linux-4.4.14/drivers/net/ethernet/i825xx/
H A Dsun3_82586.h232 unsigned char sav_bf; /* save bad frames (bit7=1)*/
/linux-4.4.14/arch/mips/txx9/rbtx4939/
H A Dsetup.c267 /* bit7: reserved for LED class */ __rbtx4939_7segled_putc()
/linux-4.4.14/drivers/input/tablet/
H A Daiptek.c93 * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
101 * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
113 * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
125 * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
135 * bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0
/linux-4.4.14/drivers/media/usb/gspca/stv06xx/
H A Dstv06xx_hdcs.c268 /* the voltage gain Av = (1 + 19 * val / 127) * (1 + bit7) */ hdcs_set_gains()
/linux-4.4.14/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h291 * bit7: unlocks HDT, HBS, HBE, HRS, HRE, HEB nv_lock_vga_crtc_shadow()
H A Dcrtc.c539 * bit7: (only in X), head A nv_crtc_mode_set_regs()
/linux-4.4.14/drivers/staging/rts5208/
H A Drtsx_chip.h202 #define BIT_ILLEGAL7 7 /* bit7 is illegal */
234 /* bit7 : valid */
/linux-4.4.14/drivers/net/usb/
H A Drtl8150.c620 /* RCR bit7=1 attach Rx info at the end; =0 HW CRC (which is broken) */ enable_net_traffic()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_hw.c587 /* UNH-IOL test issue, set bit7 */ atl1c_phy_reset()
H A Datl1c_hw.h250 #define GPHY_CTRL_PHY_IDDQ BIT(7) /* bit8 affect bit7 while rb */
/linux-4.4.14/drivers/hid/
H A Dhid-rmi.c662 u8 bit7:1; member in struct:pdt_entry
/linux-4.4.14/drivers/ata/
H A Dahci_xgene.c264 * bit7: NCQ autosence xgene_ahci_read_id()
/linux-4.4.14/drivers/tty/
H A Drocket_int.h141 #define PRI_PEND 0x80 /* Priority data pending (bit7, Tx pri cnt) */
/linux-4.4.14/drivers/media/usb/gspca/
H A Dsonixb.c414 * reg03: bit3: vflip, bit4: ~hflip, bit7: ~gainboost (~ == inverted)
H A Dspca501.c1648 {0x01, 0x000a, 0x0003}, /* Level Calc bit7 ->1 Auto */
H A Dov519.c1397 { 0x0e, 0xa0 }, /* Was 0x20, bit7 enables a 2x gain which we need */
1995 * deleting bit7 colors the first images red */
H A Dsonixj.c2035 * bit7: HM: Horizontal Mirror: 0: disable, 1: enable sethvflip()
/linux-4.4.14/drivers/net/ethernet/davicom/
H A Ddm9000.c921 db->io_mode = ior(db, DM9000_ISR) >> 6; /* ISR bit7:6 keeps I/O mode */ dm9000_init_dm9000()
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Datombios.h1025 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1044 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1092 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1108 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1188 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1204 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
2062 // bit7=0: 75FRC_SEL pattern E
/linux-4.4.14/drivers/gpu/drm/amd/include/
H A Datombios.h1039 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1058 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1106 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1122 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1202 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
1218 UCHAR ucTransmitterSel:2; //bit7:6: =0 Dig Transmitter 1 ( Uniphy AB )
2116 // bit7=0: 75FRC_SEL pattern E
/linux-4.4.14/drivers/mtd/devices/
H A Ddocg3.c623 * the BCH library, the function reverses the order of bits (ie. bit7 and bit0,
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h89 #define XSTORM_CORE_CONN_AG_CTX_RESERVED6_MASK 0x1 /* bit7 */
2320 #define XSTORM_ETH_CONN_AG_CTX_RESERVED6_MASK 0x1 /* bit7 */
/linux-4.4.14/arch/x86/kvm/
H A Dmmu.c3292 int bit7 = (pte >> 7) & 1, low6 = pte & 0x3f; __is_rsvd_bits_set() local
3294 return (pte & rsvd_check->rsvd_bits_mask[bit7][level-1]) | __is_rsvd_bits_set()
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c766 /* 0x1f bit7 bit6 represent for mac0/mac1 driver ready */ rtl92d_phy_bb_config()
/linux-4.4.14/sound/pci/hda/
H A Dpatch_ca0132.c4188 /* clear bit7 and bit5 to disable dmic */ ca0132_set_dmic()
/linux-4.4.14/drivers/net/ethernet/micrel/
H A Dksz884x.c1173 * (bit7 ~ bit2) field.
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_pm.c6510 * The bit5 and bit7 of 0x42020 gen6_init_clock_gating()
/linux-4.4.14/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4302 # operations and postincrement mode. (bit7 = FP7 ... bit0 = FP0)
H A Dfpsp.S18253 # operations and postincrement mode. (bit7 = FP7 ... bit0 = FP0)

Completed in 2708 milliseconds