Home
last modified time | relevance | path

Searched refs:byte1 (Results 1 – 25 of 28) sorted by relevance

12

/Linux-v5.4/arch/ia64/kernel/
Dunwind_decoder.c88 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-v5.4/arch/csky/abiv1/
Dalignment.c97 uint32_t byte0, byte1; in ldh_c() local
102 if (ldb_asm(addr, &byte1)) in ldh_c()
105 byte0 |= byte1 << 8; in ldh_c()
119 uint32_t byte0, byte1; in sth_c() local
121 byte0 = byte1 = get_ptreg(regs, rz); in sth_c()
129 byte1 = (byte1 >> 8) & 0xff; in sth_c()
130 if (stb_asm(addr, byte1)) in sth_c()
144 uint32_t byte0, byte1, byte2, byte3; in ldw_c() local
150 if (ldb_asm(addr, &byte1)) in ldw_c()
161 byte0 |= byte1 << 8; in ldw_c()
[all …]
/Linux-v5.4/arch/x86/math-emu/
Dfpu_entry.c103 u_char FPU_modrm, byte1; in math_emulate() local
166 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
172 byte1); in math_emulate()
191 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
192 if (byte1 == FWAIT_OPCODE) { in math_emulate()
217 code = (FPU_modrm << 8) | byte1; in math_emulate()
240 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
263 if (!(byte1 & 1)) { in math_emulate()
274 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
279 switch ((byte1 >> 1) & 3) { in math_emulate()
[all …]
Derrors.c40 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-v5.4/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c180 u8 byte0, byte1, byte2, byte3; in rtl92e_set_ofdm_tx_power() local
193 byte1 = (u8)((writeVal & 0x7f00)>>8); in rtl92e_set_ofdm_tx_power()
198 if (byte1 > 0x24) in rtl92e_set_ofdm_tx_power()
199 byte1 = 0x24; in rtl92e_set_ofdm_tx_power()
207 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
215 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
/Linux-v5.4/arch/powerpc/include/asm/
Drtas.h156 uint8_t byte1; member
178 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity()
183 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition()
189 elog->byte1 &= ~0x18; in rtas_set_disposition_recovered()
190 elog->byte1 |= (RTAS_DISP_FULLY_RECOVERED << 3); in rtas_set_disposition_recovered()
195 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended()
233 uint8_t byte1; /* reserved */ member
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8190_rtl8256.c254 u8 byte0, byte1, byte2, byte3; in phy_set_rf8256_ofdm_tx_power() local
264 byte1 = (u8)((writeVal & 0x7f00) >> 8); in phy_set_rf8256_ofdm_tx_power()
271 if (byte1 > 0x24) in phy_set_rf8256_ofdm_tx_power()
272 byte1 = 0x24; in phy_set_rf8256_ofdm_tx_power()
280 writeVal_tmp = (byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0; in phy_set_rf8256_ofdm_tx_power()
290 writeVal = (byte3 << 24) | (byte2 << 16) | (byte1 << 8) | byte0; in phy_set_rf8256_ofdm_tx_power()
/Linux-v5.4/include/linux/qed/
Dfcoe_common.h154 u8 byte1; member
210 u8 byte1; member
356 u8 byte1; member
444 u8 byte1; member
Discsi_common.h745 u8 byte1; member
795 u8 byte1; member
1478 u8 byte1; member
/Linux-v5.4/drivers/scsi/ufs/
Dufs.h51 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument
53 (byte1 << 8) | (byte0))
/Linux-v5.4/drivers/char/ipmi/
Dipmi_watchdog.c114 #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-v5.4/arch/powerpc/kernel/
Dprom_init.c852 u8 byte1; member
858 u8 byte1; member
872 u8 byte1; member
877 u8 byte1; member
882 u8 byte1; member
990 .byte1 = 0,
999 .byte1 = OV2_REAL_MODE,
1015 .byte1 = 0, /* don't ignore, don't halt */
1022 .byte1 = 0, /* don't halt */
1029 .byte1 = 0, /* don't ignore, don't halt */
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dcoex.c844 static void rtw_coex_set_tdma(struct rtw_dev *rtwdev, u8 byte1, u8 byte2, in rtw_coex_set_tdma() argument
853 if (ap_enable && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in rtw_coex_set_tdma()
854 byte1 &= ~BIT(4); in rtw_coex_set_tdma()
855 byte1 |= BIT(5); in rtw_coex_set_tdma()
862 } else if (byte1 & BIT(4) && !(byte1 & BIT(5))) { in rtw_coex_set_tdma()
873 coex_dm->ps_tdma_para[0] = byte1; in rtw_coex_set_tdma()
879 rtw_fw_coex_tdma_type(rtwdev, byte1, byte2, byte3, byte4, byte5); in rtw_coex_set_tdma()
/Linux-v5.4/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h666 u8 byte1; member
770 u8 byte1; member
1490 u8 byte1; member
1527 u8 byte1; member
5463 u8 byte1; member
5567 u8 byte1; member
6463 u8 byte1; member
6927 u8 byte1; member
6983 u8 byte1; member
7359 u8 byte1; member
[all …]
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h2297 uint64_t byte1:4; member
2301 uint64_t byte1:4;
2400 uint64_t byte1:6; member
2404 uint64_t byte1:6;
2832 uint64_t byte1:5; member
2836 uint64_t byte1:5;
/Linux-v5.4/fs/gfs2/
Drgrp.c88 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local
93 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
96 BUG_ON(byte1 >= end); in gfs2_setbit()
98 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
115 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
/Linux-v5.4/drivers/scsi/aacraid/
Dcommctrl.c581 hbacmd->byte1 = 2; in aac_send_raw_srb()
585 hbacmd->byte1 = 1; in aac_send_raw_srb()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c821 static void btc8821a1ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8821a1ant_set_fw_ps_tdma() argument
826 u8 real_byte1 = byte1, real_byte5 = byte5; in btc8821a1ant_set_fw_ps_tdma()
833 if (byte1 & BIT4 && !(byte1 & BIT5)) { in btc8821a1ant_set_fw_ps_tdma()
Dhalbtc8723b1ant.c672 u8 byte1, u8 byte2, u8 byte3, in halbtc8723b1ant_set_fw_ps_tdma() argument
677 u8 real_byte1 = byte1, real_byte5 = byte5; in halbtc8723b1ant_set_fw_ps_tdma()
684 if ((byte1 & BIT4) && !(byte1 & BIT5)) { in halbtc8723b1ant_set_fw_ps_tdma()
Dhalbtc8192e2ant.c1150 static void btc8192e2ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8192e2ant_set_fw_ps_tdma() argument
1157 h2c_parameter[0] = byte1; in btc8192e2ant_set_fw_ps_tdma()
1163 coex_dm->ps_tdma_para[0] = byte1; in btc8192e2ant_set_fw_ps_tdma()
Dhalbtc8723b2ant.c1053 static void btc8723b2ant_set_fw_ps_tdma(struct btc_coexist *btcoexist, u8 byte1, in btc8723b2ant_set_fw_ps_tdma() argument
1061 h2c_parameter[0] = byte1; in btc8723b2ant_set_fw_ps_tdma()
1067 coex_dm->ps_tdma_para[0] = byte1; in btc8723b2ant_set_fw_ps_tdma()
Dhalbtc8821a2ant.c1030 u8 byte1, u8 byte2, u8 byte3, in btc8821a2ant_set_fw_ps_tdma() argument
1036 h2c_parameter[0] = byte1; in btc8821a2ant_set_fw_ps_tdma()
1042 coex_dm->ps_tdma_para[0] = byte1; in btc8821a2ant_set_fw_ps_tdma()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
DHalBtc8723b1Ant.c1310 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()
DHalBtc8723b2Ant.c1149 u8 byte1, in halbtc8723b2ant_SetFwPstdma() argument
1158 H2C_Parameter[0] = byte1; in halbtc8723b2ant_SetFwPstdma()
1164 pCoexDm->psTdmaPara[0] = byte1; in halbtc8723b2ant_SetFwPstdma()
/Linux-v5.4/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
Dhal_btc.c90 u8 byte1, u8 byte2, u8 byte3, u8 byte4, in rtl8723e_dm_bt_set_fw_3a() argument
96 h2c_parameter[0] = byte1; in rtl8723e_dm_bt_set_fw_3a()

12