/linux-4.4.14/arch/ia64/kernel/ |
D | unwind_decoder.c | 87 unsigned char byte1, abreg; in unw_decode_x1() local 90 byte1 = *dp++; in unw_decode_x1() 93 abreg = (byte1 & 0x7f); in unw_decode_x1() 94 if (byte1 & 0x80) in unw_decode_x1() 104 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 107 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2() 109 abreg = (byte1 & 0x7f); in unw_decode_x2() 111 x = (byte1 >> 7) & 1; in unw_decode_x2() 112 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2() 122 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/hwregs/iop/ |
D | iop_sw_spu_defs.h | 136 unsigned int byte1 : 8; member 146 unsigned int byte1 : 8; member 156 unsigned int byte1 : 1; member 167 unsigned int byte1 : 1; member 182 unsigned int byte1 : 8; member 192 unsigned int byte1 : 8; member 202 unsigned int byte1 : 1; member 213 unsigned int byte1 : 1; member 260 unsigned int byte1 : 8; member 278 unsigned int byte1 : 8; member [all …]
|
D | iop_sw_cpu_defs.h | 136 unsigned int byte1 : 8; member 146 unsigned int byte1 : 8; member 156 unsigned int byte1 : 1; member 167 unsigned int byte1 : 1; member 182 unsigned int byte1 : 8; member 192 unsigned int byte1 : 8; member 202 unsigned int byte1 : 1; member 213 unsigned int byte1 : 1; member
|
D | iop_sw_mpu_defs.h | 144 unsigned int byte1 : 8; member 154 unsigned int byte1 : 8; member 164 unsigned int byte1 : 1; member 175 unsigned int byte1 : 1; member 190 unsigned int byte1 : 8; member 200 unsigned int byte1 : 8; member 210 unsigned int byte1 : 1; member 221 unsigned int byte1 : 1; member
|
D | iop_sw_cfg_defs.h | 362 unsigned int byte1 : 8; member 372 unsigned int byte1 : 1; member 383 unsigned int byte1 : 8; member 393 unsigned int byte1 : 1; member
|
/linux-4.4.14/arch/x86/math-emu/ |
D | fpu_entry.c | 102 u_char FPU_modrm, byte1; in math_emulate() local 169 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate() 175 byte1); in math_emulate() 194 if ((byte1 & 0xf8) != 0xd8) { in math_emulate() 195 if (byte1 == FWAIT_OPCODE) { in math_emulate() 220 code = (FPU_modrm << 8) | byte1; in math_emulate() 243 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate() 266 if (!(byte1 & 1)) { in math_emulate() 277 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate() 282 switch ((byte1 >> 1) & 3) { in math_emulate() [all …]
|
D | errors.c | 39 u_char byte1, FPU_modrm; 47 FPU_get_user(byte1, (u_char __user *) address); 48 if ((byte1 & 0xf8) == 0xd8) 50 printk("[%02x]", byte1); 53 printk("%02x ", byte1); 87 u_char byte1, FPU_modrm; in FPU_printall() local 96 FPU_get_user(byte1, (u_char __user *) address); in FPU_printall() 97 if ((byte1 & 0xf8) == 0xd8) { in FPU_printall() 98 printk(" %02x", byte1); in FPU_printall() 101 printk(" [%02x]", byte1); in FPU_printall()
|
/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/ |
D | r8190P_rtl8256.c | 189 u8 byte0, byte1, byte2, byte3; in rtl92e_set_ofdm_tx_power() local 202 byte1 = (u8)((writeVal & 0x7f00)>>8); in rtl92e_set_ofdm_tx_power() 207 if (byte1 > 0x24) in rtl92e_set_ofdm_tx_power() 208 byte1 = 0x24; in rtl92e_set_ofdm_tx_power() 216 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power() 224 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
|
/linux-4.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/ |
D | iop_sw_spu_defs.h | 134 unsigned int byte1 : 8; member 144 unsigned int byte1 : 8; member 154 unsigned int byte1 : 1; member 165 unsigned int byte1 : 1; member 212 unsigned int byte1 : 8; member 230 unsigned int byte1 : 8; member
|
D | iop_sw_cpu_defs.h | 142 unsigned int byte1 : 8; member 152 unsigned int byte1 : 8; member 162 unsigned int byte1 : 1; member 173 unsigned int byte1 : 1; member
|
D | iop_sw_mpu_defs.h | 146 unsigned int byte1 : 8; member 156 unsigned int byte1 : 8; member 166 unsigned int byte1 : 1; member 177 unsigned int byte1 : 1; member
|
D | iop_sw_cfg_defs.h | 263 unsigned int byte1 : 8; member 273 unsigned int byte1 : 1; member
|
/linux-4.4.14/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 248 u8 byte0, byte1, byte2, byte3; in PHY_SetRF8256OFDMTxPower() local 258 byte1 = (u8)((writeVal & 0x7f00)>>8); in PHY_SetRF8256OFDMTxPower() 265 if (byte1 > 0x24) in PHY_SetRF8256OFDMTxPower() 266 byte1 = 0x24; in PHY_SetRF8256OFDMTxPower() 274 writeVal_tmp = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower() 284 writeVal = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | rtas.h | 158 uint8_t byte1; member 180 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity() 185 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition() 190 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended() 223 uint8_t byte1; /* reserved */ member
|
/linux-4.4.14/drivers/scsi/ufs/ |
D | ufs.h | 49 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument 51 (byte1 << 8) | (byte0))
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 133 #define WDOG_SET_TIMEOUT(byte1, byte2, val) \ argument 134 (byte1) = (((val) * 10) & 0xff), (byte2) = (((val) * 10) >> 8) 135 #define WDOG_GET_TIMEOUT(byte1, byte2) \ argument 136 (((byte1) | ((byte2) << 8)) / 10)
|
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 821 u8 byte1 /* state */; member 961 u8 byte1 /* state */; member 1065 u8 byte1 /* state */; member 1134 u8 byte1 /* state */; member 2890 u8 byte1 /* state */; member 2927 u8 byte1 /* state */; member 3031 u8 byte1 /* state */; member
|
/linux-4.4.14/fs/gfs2/ |
D | rgrp.c | 91 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local 96 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit() 99 BUG_ON(byte1 >= end); in gfs2_setbit() 101 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit() 114 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
|
/linux-4.4.14/arch/mips/include/asm/octeon/ |
D | cvmx-lmcx-defs.h | 2658 uint64_t byte1:4; member 2662 uint64_t byte1:4; 2785 uint64_t byte1:6; member 2789 uint64_t byte1:6; 3317 uint64_t byte1:5; member 3321 uint64_t byte1:5;
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8723b1ant.c | 873 u8 byte1, u8 byte2, u8 byte3, in halbtc8723b1ant_set_fw_ps_tdma() argument 877 u8 real_byte1 = byte1, real_byte5 = byte5; in halbtc8723b1ant_set_fw_ps_tdma() 884 if ((byte1 & BIT4) && !(byte1 & BIT5)) { in halbtc8723b1ant_set_fw_ps_tdma()
|
D | halbtc8821a1ant.c | 873 u8 byte1, u8 byte2, u8 byte3, in halbtc8821a1ant_set_fw_pstdma() argument 878 h2c_parameter[0] = byte1; in halbtc8821a1ant_set_fw_pstdma() 884 coex_dm->ps_tdma_para[0] = byte1; in halbtc8821a1ant_set_fw_pstdma()
|
D | halbtc8821a2ant.c | 1061 u8 byte1, u8 byte2, u8 byte3, in halbtc8821a2ant_set_fw_pstdma() argument 1066 h2c_parameter[0] = byte1; in halbtc8821a2ant_set_fw_pstdma() 1072 coex_dm->ps_tdma_para[0] = byte1; in halbtc8821a2ant_set_fw_pstdma()
|
D | halbtc8192e2ant.c | 1171 static void halbtc8192e2ant_SetFwPstdma(struct btc_coexist *btcoexist, u8 byte1, in halbtc8192e2ant_SetFwPstdma() argument 1176 h2c_parameter[0] = byte1; in halbtc8192e2ant_SetFwPstdma() 1182 coex_dm->ps_tdma_para[0] = byte1; in halbtc8192e2ant_SetFwPstdma()
|
D | halbtc8723b2ant.c | 1133 static void btc8723b2ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8723b2ant_set_fw_ps_tdma() argument 1138 h2c_parameter[0] = byte1; in btc8723b2ant_set_fw_ps_tdma() 1144 coex_dm->ps_tdma_para[0] = byte1; in btc8723b2ant_set_fw_ps_tdma()
|
/linux-4.4.14/drivers/staging/dgap/ |
D | dgap.c | 2343 static void dgap_cmdb(struct channel_t *ch, u8 cmd, u8 byte1, in dgap_cmdb() argument 2387 writeb(byte1, (vaddr + head + CMDSTART + 2)); in dgap_cmdb() 6186 u8 byte1; in dgap_get_vpd() local 6210 byte1 = readb(brd->re_map_membase); in dgap_get_vpd() 6217 if (byte1 == 0x55 && byte2 == 0xAA) { in dgap_get_vpd() 6250 byte1 = readb(brd->re_map_membase + base_offset); in dgap_get_vpd() 6257 if (byte1 != 0x55 || byte2 != 0xAA) in dgap_get_vpd()
|
/linux-4.4.14/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
D | hal_btc.c | 111 u8 byte1, u8 byte2, u8 byte3, u8 byte4, in rtl8723e_dm_bt_set_fw_3a() argument 117 h2c_parameter[0] = byte1; in rtl8723e_dm_bt_set_fw_3a()
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 6927 btdm_2AntSetFw3a(struct rtw_adapter *padapter, u8 byte1, u8 byte2, in btdm_2AntSetFw3a() argument 6936 if (byte1) in btdm_2AntSetFw3a() 6938 H2C_Parameter[0] = byte1; in btdm_2AntSetFw3a() 6944 pHalData->bt_coexist.fw3aVal[0] = byte1; in btdm_2AntSetFw3a() 9148 u8 byte1, in BTDM_SetFw3a() argument 9167 if (byte1 & BIT(4)) { in BTDM_SetFw3a() 9168 byte1 &= ~BIT(4); in BTDM_SetFw3a() 9169 byte1 |= BIT(5); in BTDM_SetFw3a() 9179 H2C_Parameter[0] = byte1; in BTDM_SetFw3a()
|
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt-coexist.h | 1320 void BTDM_SetFw3a(struct rtw_adapter *padapter, u8 byte1, u8 byte2, u8 byte3,
|
/linux-4.4.14/drivers/ata/ |
D | libata-scsi.c | 2899 ata_scsi_map_proto(u8 byte1) in ata_scsi_map_proto() argument 2901 switch((byte1 & 0x1e) >> 1) { in ata_scsi_map_proto()
|