Home
last modified time | relevance | path

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

12

/linux/arch/csky/abiv1/
H 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()
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/arch/x86/math-emu/
H 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/arch/powerpc/include/asm/
H A Drtas-types.h29 u8 byte1; member
67 u8 byte1; /* reserved */ member
H A Drtas.h319 return (elog->byte1 & 0xE0) >> 5; in rtas_error_severity()
324 return (elog->byte1 & 0x18) >> 3; in rtas_error_disposition()
330 elog->byte1 &= ~0x18; in rtas_set_disposition_recovered()
331 elog->byte1 |= (RTAS_DISP_FULLY_RECOVERED << 3); in rtas_set_disposition_recovered()
336 return (elog->byte1 & 0x04) >> 2; in rtas_error_extended()
/linux/include/linux/qed/
H A Dfcoe_common.h155 u8 byte1; member
211 u8 byte1; member
357 u8 byte1; member
445 u8 byte1; member
H A Dnvmetcp_common.h403 u8 byte1 /* state_and_core_id */; member
418 u8 byte1; member
H A Discsi_common.h719 u8 byte1; member
769 u8 byte1; member
1436 u8 byte1; member
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h57 u32 byte1; member
584 u32 byte1; member
H 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/char/ipmi/
H 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/drivers/net/wireless/realtek/rtw88/
H A Dcoex.c1158 static void rtw_coex_set_tdma(struct rtw_dev *rtwdev, u8 byte1, u8 byte2, in rtw_coex_set_tdma() argument
1168 if (ap_enable && (byte1 & BIT(4) && !(byte1 & BIT(5)))) { in rtw_coex_set_tdma()
1172 byte1 &= ~BIT(4); in rtw_coex_set_tdma()
1173 byte1 |= BIT(5); in rtw_coex_set_tdma()
1180 } else if ((byte1 & BIT(4) && !(byte1 & BIT(5))) || in rtw_coex_set_tdma()
1184 byte1); in rtw_coex_set_tdma()
1194 __func__, byte1); in rtw_coex_set_tdma()
1200 coex_dm->ps_tdma_para[0] = byte1; in rtw_coex_set_tdma()
1206 rtw_fw_coex_tdma_type(rtwdev, byte1, byte2, byte3, byte4, byte5); in rtw_coex_set_tdma()
1208 if (byte1 & BIT(2)) { in rtw_coex_set_tdma()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h616 uint8_t byte1; member
623 uint8_t byte1; member
630 uint8_t byte1; member
/linux/arch/mips/include/asm/octeon/
H 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/drivers/staging/rtl8723bs/hal/
H 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()
H A DHalBtc8723b2Ant.c774 u8 byte1, in halbtc8723b2ant_SetFwPstdma() argument
783 H2C_Parameter[0] = byte1; in halbtc8723b2ant_SetFwPstdma()
789 pCoexDm->psTdmaPara[0] = byte1; in halbtc8723b2ant_SetFwPstdma()
/linux/sound/soc/codecs/
H A Dtas2781-i2c.c44 #define X2563_CL_STT_4BYTS(xreg, byte0, byte1, byte2, byte3) \ argument
46 .val = { byte0, byte1, byte2, byte3 }, \
69 #define X2781_CL_STT_4BYTS_UNLOCKED(xreg, byte0, byte1, byte2, byte3) \ argument
71 .val = { byte0, byte1, byte2, byte3 }, \
/linux/drivers/memory/tegra/
H 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/scsi/aacraid/
H A Dcommctrl.c592 hbacmd->byte1 = 2; in aac_send_raw_srb()
596 hbacmd->byte1 = 1; in aac_send_raw_srb()
H A Daachba.c1546 hbacmd->byte1 = 2; in aac_construct_hbacmd()
1550 hbacmd->byte1 = 1; in aac_construct_hbacmd()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H 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()
H A 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()
H A 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()
H A 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/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dhal_btc.c91 u8 byte1, u8 byte2, u8 byte3, u8 byte4, in rtl8723e_dm_bt_set_fw_3a() argument
97 h2c_parameter[0] = byte1; in rtl8723e_dm_bt_set_fw_3a()
/linux/drivers/ata/
H A Dlibata-scsi.c2999 ata_scsi_map_proto(u8 byte1) in ata_scsi_map_proto() argument
3001 switch((byte1 & 0x1e) >> 1) { in ata_scsi_map_proto()

12