/Linux-v4.19/arch/ia64/kernel/ |
D | unwind_decoder.c | 88 unsigned char byte1, abreg; in unw_decode_x1() local 91 byte1 = *dp++; in unw_decode_x1() 94 abreg = (byte1 & 0x7f); in unw_decode_x1() 95 if (byte1 & 0x80) in unw_decode_x1() 105 unsigned char byte1, byte2, abreg, x, ytreg; in unw_decode_x2() local 108 byte1 = *dp++; byte2 = *dp++; in unw_decode_x2() 110 abreg = (byte1 & 0x7f); in unw_decode_x2() 112 x = (byte1 >> 7) & 1; in unw_decode_x2() 113 if ((byte1 & 0x80) == 0 && ytreg == 0) in unw_decode_x2() 123 unsigned char byte1, byte2, abreg, qp; in unw_decode_x3() local [all …]
|
/Linux-v4.19/arch/x86/math-emu/ |
D | fpu_entry.c | 103 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 | 40 u_char byte1, FPU_modrm; 48 FPU_get_user(byte1, (u_char __user *) address); 49 if ((byte1 & 0xf8) == 0xd8) 51 printk("[%02x]", byte1); 54 printk("%02x ", byte1); 88 u_char byte1, FPU_modrm; in FPU_printall() local 97 FPU_get_user(byte1, (u_char __user *) address); in FPU_printall() 98 if ((byte1 & 0xf8) == 0xd8) { in FPU_printall() 99 printk(" %02x", byte1); in FPU_printall() 102 printk(" [%02x]", byte1); in FPU_printall()
|
/Linux-v4.19/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-v4.19/drivers/staging/rtl8192u/ |
D | r8190_rtl8256.c | 250 u8 byte0, byte1, byte2, byte3; in PHY_SetRF8256OFDMTxPower() local 260 byte1 = (u8)((writeVal & 0x7f00)>>8); in PHY_SetRF8256OFDMTxPower() 267 if (byte1 > 0x24) in PHY_SetRF8256OFDMTxPower() 268 byte1 = 0x24; in PHY_SetRF8256OFDMTxPower() 276 writeVal_tmp = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower() 286 writeVal = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower()
|
/Linux-v4.19/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-v4.19/include/linux/qed/ |
D | fcoe_common.h | 157 u8 byte1; member 213 u8 byte1; member 359 u8 byte1; member 447 u8 byte1; member
|
D | iscsi_common.h | 745 u8 byte1; member 795 u8 byte1; member 1478 u8 byte1; member
|
/Linux-v4.19/drivers/scsi/ufs/ |
D | ufs.h | 51 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument 53 (byte1 << 8) | (byte0))
|
/Linux-v4.19/drivers/char/ipmi/ |
D | ipmi_watchdog.c | 114 #define WDOG_SET_TIMEOUT(byte1, byte2, val) \ argument 115 (byte1) = (((val) * 10) & 0xff), (byte2) = (((val) * 10) >> 8) 116 #define WDOG_GET_TIMEOUT(byte1, byte2) \ argument 117 (((byte1) | ((byte2) << 8)) / 10)
|
/Linux-v4.19/arch/powerpc/kernel/ |
D | prom_init.c | 703 u8 byte1; member 709 u8 byte1; member 723 u8 byte1; member 728 u8 byte1; member 733 u8 byte1; member 841 .byte1 = 0, 850 .byte1 = OV2_REAL_MODE, 866 .byte1 = 0, /* don't ignore, don't halt */ 873 .byte1 = 0, /* don't halt */ 880 .byte1 = 0, /* don't ignore, don't halt */
|
/Linux-v4.19/drivers/net/ethernet/qlogic/qed/ |
D | qed_hsi.h | 664 u8 byte1; member 768 u8 byte1; member 1474 u8 byte1; member 1511 u8 byte1; member 5372 u8 byte1; member 5476 u8 byte1; member 6353 u8 byte1; member 6817 u8 byte1; member 6873 u8 byte1; member 7256 u8 byte1; member [all …]
|
/Linux-v4.19/drivers/staging/rtlwifi/btcoexist/ |
D | halbtc8822b2ant.c | 1429 u8 byte1, u8 byte2, u8 byte3, in halbtc8822b2ant_set_fw_pstdma() argument 1434 u8 real_byte1 = byte1, real_byte5 = byte5; in halbtc8822b2ant_set_fw_pstdma() 1452 if ((ap_enable) && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in halbtc8822b2ant_set_fw_pstdma() 1464 } else if (byte1 & BIT(4) && !(byte1 & BIT(5))) { in halbtc8822b2ant_set_fw_pstdma() 1467 __func__, byte1); in halbtc8822b2ant_set_fw_pstdma() 1475 __func__, byte1); in halbtc8822b2ant_set_fw_pstdma()
|
D | halbtc8822b1ant.c | 1688 u8 byte1, u8 byte2, u8 byte3, in halbtc8822b1ant_set_fw_pstdma() argument 1693 u8 real_byte1 = byte1, real_byte5 = byte5; in halbtc8822b1ant_set_fw_pstdma() 1711 if ((ap_enable) && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in halbtc8822b1ant_set_fw_pstdma() 1724 } else if (byte1 & BIT(4) && !(byte1 & BIT(5))) { in halbtc8822b1ant_set_fw_pstdma() 1727 __func__, byte1); in halbtc8822b1ant_set_fw_pstdma() 1734 __func__, byte1); in halbtc8822b1ant_set_fw_pstdma()
|
/Linux-v4.19/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-v4.19/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-v4.19/drivers/scsi/aacraid/ |
D | commctrl.c | 596 hbacmd->byte1 = 2; in aac_send_raw_srb() 600 hbacmd->byte1 = 1; in aac_send_raw_srb()
|
/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/btcoexist/ |
D | halbtc8821a1ant.c | 843 static void btc8821a1ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8821a1ant_set_fw_ps_tdma() argument 848 u8 real_byte1 = byte1, real_byte5 = byte5; in btc8821a1ant_set_fw_ps_tdma() 855 if (byte1 & BIT4 && !(byte1 & BIT5)) { in btc8821a1ant_set_fw_ps_tdma()
|
D | halbtc8723b1ant.c | 694 u8 byte1, u8 byte2, u8 byte3, in halbtc8723b1ant_set_fw_ps_tdma() argument 699 u8 real_byte1 = byte1, real_byte5 = byte5; in halbtc8723b1ant_set_fw_ps_tdma() 706 if ((byte1 & BIT4) && !(byte1 & BIT5)) { in halbtc8723b1ant_set_fw_ps_tdma()
|
D | halbtc8192e2ant.c | 1181 static void btc8192e2ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8192e2ant_set_fw_ps_tdma() argument 1188 h2c_parameter[0] = byte1; in btc8192e2ant_set_fw_ps_tdma() 1194 coex_dm->ps_tdma_para[0] = byte1; in btc8192e2ant_set_fw_ps_tdma()
|
D | halbtc8723b2ant.c | 1074 static void btc8723b2ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8723b2ant_set_fw_ps_tdma() argument 1082 h2c_parameter[0] = byte1; in btc8723b2ant_set_fw_ps_tdma() 1088 coex_dm->ps_tdma_para[0] = byte1; in btc8723b2ant_set_fw_ps_tdma()
|
D | halbtc8821a2ant.c | 1052 u8 byte1, u8 byte2, u8 byte3, in btc8821a2ant_set_fw_ps_tdma() argument 1058 h2c_parameter[0] = byte1; in btc8821a2ant_set_fw_ps_tdma() 1064 coex_dm->ps_tdma_para[0] = byte1; in btc8821a2ant_set_fw_ps_tdma()
|
/Linux-v4.19/drivers/staging/rtl8723bs/hal/ |
D | HalBtc8723b1Ant.c | 1310 PBTC_COEXIST pBtCoexist, u8 byte1, u8 byte2, u8 byte3, u8 byte4, u8 byte5 in halbtc8723b1ant_SetFwPstdma() argument 1314 u8 realByte1 = byte1, realByte5 = byte5; in halbtc8723b1ant_SetFwPstdma() 1320 if (byte1&BIT4 && !(byte1&BIT5)) { in halbtc8723b1ant_SetFwPstdma()
|
D | HalBtc8723b2Ant.c | 1142 u8 byte1, in halbtc8723b2ant_SetFwPstdma() argument 1151 H2C_Parameter[0] = byte1; in halbtc8723b2ant_SetFwPstdma() 1157 pCoexDm->psTdmaPara[0] = byte1; in halbtc8723b2ant_SetFwPstdma()
|
/Linux-v4.19/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()
|