Home
last modified time | relevance | path

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

12

/linux/arch/csky/abiv1/
A 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()
150 if (ldb_asm(addr, &byte1)) in ldw_c()
161 byte0 |= byte1 << 8; in ldw_c()
188 byte1 = (byte1 >> 8) & 0xff; in stw_c()
[all …]
/linux/arch/x86/math-emu/
A Dfpu_entry.c104 u_char FPU_modrm, byte1; in math_emulate() local
167 if (!valid_prefix(&byte1, (u_char __user **) & FPU_EIP, in math_emulate()
173 byte1); in math_emulate()
192 if ((byte1 & 0xf8) != 0xd8) { in math_emulate()
193 if (byte1 == FWAIT_OPCODE) { in math_emulate()
218 code = (FPU_modrm << 8) | byte1; in math_emulate()
241 entry_sel_off.opcode = (byte1 << 8) | FPU_modrm; in math_emulate()
264 if (!(byte1 & 1)) { in math_emulate()
275 data_sizes_16[(byte1 >> 1) & 3]) in math_emulate()
280 switch ((byte1 >> 1) & 3) { in math_emulate()
[all …]
A 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/drivers/staging/rtl8192e/rtl8192e/
A Dr8190P_rtl8256.c160 u8 byte0, byte1, byte2, byte3; in rtl92e_set_ofdm_tx_power() local
173 byte1 = (writeVal & 0x7f00) >> 8; in rtl92e_set_ofdm_tx_power()
178 if (byte1 > 0x24) in rtl92e_set_ofdm_tx_power()
179 byte1 = 0x24; in rtl92e_set_ofdm_tx_power()
187 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
195 (byte1 << 8) | byte0; in rtl92e_set_ofdm_tx_power()
/linux/arch/powerpc/include/asm/
A Drtas-types.h29 u8 byte1; member
67 u8 byte1; /* reserved */ member
A Drtas.h312 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity()
317 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition()
323 elog->byte1 &= ~0x18; in rtas_set_disposition_recovered()
324 elog->byte1 |= (RTAS_DISP_FULLY_RECOVERED << 3); in rtas_set_disposition_recovered()
329 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended()
/linux/include/linux/qed/
A Dfcoe_common.h155 u8 byte1; member
211 u8 byte1; member
357 u8 byte1; member
445 u8 byte1; member
A Dnvmetcp_common.h403 u8 byte1 /* state_and_core_id */; member
418 u8 byte1; member
A Discsi_common.h719 u8 byte1; member
769 u8 byte1; member
1436 u8 byte1; member
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
A Dmacsec_struct.h57 u32 byte1; member
584 u32 byte1; member
A Dmacsec_api.c881 packed_record[0] |= (rec->byte1 & 0xFF) << 8; in set_ingress_postclass_record()
985 rec->byte1 = (packed_record[0] >> 8) & 0xFF; in get_ingress_postclass_record()
1258 packed_record[2] = rec->byte1 & 0xFF; in set_egress_class_record()
1409 rec->byte1 = packed_record[2] & 0xFF; in get_egress_class_record()
/linux/drivers/net/ethernet/qlogic/qed/
A Dqed_hsi.h696 u8 byte1; member
800 u8 byte1; member
1604 u8 byte1; member
1641 u8 byte1; member
3581 u8 byte1; member
3685 u8 byte1; member
4620 u8 byte1; member
5066 u8 byte1; member
5122 u8 byte1; member
5295 u8 byte1; member
[all …]
/linux/drivers/char/ipmi/
A Dipmi_watchdog.c115 #define WDOG_SET_TIMEOUT(byte1, byte2, val) \ argument
116 (byte1) = (((val) * 10) & 0xff), (byte2) = (((val) * 10) >> 8)
117 #define WDOG_GET_TIMEOUT(byte1, byte2) \ argument
118 (((byte1) | ((byte2) << 8)) / 10)
/linux/arch/powerpc/kernel/
A Dprom_init.c887 u8 byte1; member
893 u8 byte1; member
907 u8 byte1; member
912 u8 byte1; member
917 u8 byte1; member
1048 .byte1 = 0,
1057 .byte1 = OV2_REAL_MODE,
1073 .byte1 = 0, /* don't ignore, don't halt */
1080 .byte1 = 0, /* don't halt */
1087 .byte1 = 0, /* don't ignore, don't halt */
/linux/drivers/hwmon/
A Dcorsair-cpro.c120 static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, u8 byte3) in send_usb_cmd() argument
127 ccp->cmd_buffer[1] = byte1; in send_usb_cmd()
/linux/drivers/gpu/drm/amd/display/dc/
A Ddc_dp_types.h577 uint8_t byte1; member
584 uint8_t byte1; member
591 uint8_t byte1; member
/linux/drivers/net/wireless/realtek/rtw88/
A Dcoex.c1134 static void rtw_coex_set_tdma(struct rtw_dev *rtwdev, u8 byte1, u8 byte2, in rtw_coex_set_tdma() argument
1144 if (ap_enable && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in rtw_coex_set_tdma()
1148 byte1 &= ~BIT(4); in rtw_coex_set_tdma()
1149 byte1 |= BIT(5); in rtw_coex_set_tdma()
1156 } else if ((byte1 & BIT(4) && !(byte1 & BIT(5))) || in rtw_coex_set_tdma()
1160 byte1); in rtw_coex_set_tdma()
1170 __func__, byte1); in rtw_coex_set_tdma()
1176 coex_dm->ps_tdma_para[0] = byte1; in rtw_coex_set_tdma()
1182 rtw_fw_coex_tdma_type(rtwdev, byte1, byte2, byte3, byte4, byte5); in rtw_coex_set_tdma()
1184 if (byte1 & BIT(2)) { in rtw_coex_set_tdma()
/linux/arch/mips/include/asm/octeon/
A 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/sound/soc/codecs/
A Dtas2781-i2c.c41 #define X2563_CL_STT_4BYTS(xreg, byte0, byte1, byte2, byte3) \ argument
43 .val = { byte0, byte1, byte2, byte3 }, \
66 #define X2781_CL_STT_4BYTS_UNLOCKED(xreg, byte0, byte1, byte2, byte3) \ argument
68 .val = { byte0, byte1, byte2, byte3 }, \
/linux/tools/testing/selftests/kvm/s390x/
A Dmemop.c556 uint8_t byte0, byte1; in permutate_bits() local
569 byte1 = new & 0xff; in permutate_bits()
573 new = new | byte1; in permutate_bits()
/linux/fs/gfs2/
A Drgrp.c96 unsigned char *byte1, *byte2, *end, cur_state; in gfs2_setbit() local
101 byte1 = bi->bi_bh->b_data + bi->bi_offset + (rbm->offset / GFS2_NBBY); in gfs2_setbit()
104 BUG_ON(byte1 >= end); in gfs2_setbit()
106 cur_state = (*byte1 >> bit) & GFS2_BIT_MASK; in gfs2_setbit()
123 *byte1 ^= (cur_state ^ new_state) << bit; in gfs2_setbit()
/linux/drivers/staging/rtl8723bs/hal/
A DHalBtc8723b1Ant.c988 struct btc_coexist *pBtCoexist, u8 byte1, u8 byte2, u8 byte3, u8 byte4, u8 byte5 in halbtc8723b1ant_SetFwPstdma() argument
992 u8 realByte1 = byte1, realByte5 = byte5; in halbtc8723b1ant_SetFwPstdma()
998 if (byte1 & BIT4 && !(byte1 & BIT5)) { in halbtc8723b1ant_SetFwPstdma()
/linux/drivers/scsi/aacraid/
A Dcommctrl.c592 hbacmd->byte1 = 2; in aac_send_raw_srb()
596 hbacmd->byte1 = 1; in aac_send_raw_srb()
/linux/drivers/memory/tegra/
A Dtegra210-emc-core.c74 #define CALC_TEMP(rank, reg, byte1, byte2, n) \ argument
76 reg ## _OB_DDLL_LONG_DQ_RANK ## rank ## _BYTE ## byte1 ## _SHIFT) & \
78 _OB_DDLL_LONG_DQ_RANK ## rank ## _BYTE ## byte1 ## _MASK) \
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
A 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()

Completed in 182 milliseconds

12