Home
last modified time | relevance | path

Searched refs:byte3 (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/csky/abiv1/
H A Dalignment.c144 uint32_t byte0, byte1, byte2, byte3; in ldw_c() local
158 if (ldb_asm(addr, &byte3)) in ldw_c()
163 byte0 |= byte3 << 24; in ldw_c()
178 uint32_t byte0, byte1, byte2, byte3; in stw_c() local
180 byte0 = byte1 = byte2 = byte3 = get_ptreg(regs, rz); in stw_c()
198 byte3 = (byte3 >> 24) & 0xff; in stw_c()
199 if (stb_asm(addr, byte3)) in stw_c()
/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8190P_rtl8256.c160 u8 byte0, byte1, byte2, byte3; in rtl92e_set_ofdm_tx_power() local
175 byte3 = (writeVal & 0x7f000000) >> 24; in rtl92e_set_ofdm_tx_power()
182 if (byte3 > 0x24) in rtl92e_set_ofdm_tx_power()
183 byte3 = 0x24; in rtl92e_set_ofdm_tx_power()
186 writeVal_tmp = (byte3 << 24) | (byte2 << 16) | in rtl92e_set_ofdm_tx_power()
194 writeVal = (byte3 << 24) | (byte2 << 16) | in rtl92e_set_ofdm_tx_power()
/linux/arch/powerpc/include/asm/
H A Drtas-types.h43 u8 byte3; /* General event or error*/ member
78 u8 byte3; /* reserved */ member
H A Drtas.h337 #define rtas_error_type(x) ((x)->byte3)
/linux/include/linux/qed/
H A Dnvmetcp_common.h411 u8 byte3; member
446 u8 byte3; member
501 u8 byte3; member
H A Dfcoe_common.h198 u8 byte3; member
279 u8 byte3; member
400 u8 byte3; member
H A Discsi_common.h762 u8 byte3; member
812 u8 byte3; member
874 u8 byte3; member
1504 u8 byte3; member
/linux/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_struct.h53 u32 byte3; member
588 u32 byte3; member
H A Dmacsec_api.c885 packed_record[1] |= (rec->byte3 & 0xFF) << 8; in set_ingress_postclass_record()
989 rec->byte3 = (packed_record[1] >> 8) & 0xFF; in get_ingress_postclass_record()
1254 packed_record[1] = rec->byte3 & 0xFF; in set_egress_class_record()
1405 rec->byte3 = packed_record[1] & 0xFF; in get_egress_class_record()
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h649 u8 byte3; member
787 u8 byte3; member
856 u8 byte3; member
1671 u8 byte3; member
3485 u8 byte3; member
3567 u8 byte3; member
3672 u8 byte3; member
3741 u8 byte3; member
4607 u8 byte3; member
5243 u8 byte3; member
[all …]
/linux/drivers/media/usb/gspca/
H A Dxirlink_cit.c2785 u8 byte3 = 0, byte4 = 0; in cit_find_sof() local
2795 byte3 = 0x02; in cit_find_sof()
2799 byte3 = 0x02; in cit_find_sof()
2803 byte3 = 0x02; in cit_find_sof()
2807 byte3 = 0x02; in cit_find_sof()
2811 byte3 = 0x03; in cit_find_sof()
2818 byte3 = 0x00; in cit_find_sof()
2840 if (data[i] == byte3) in cit_find_sof()
2852 if (byte3 == 0x00 && data[i] == 0xff) in cit_find_sof()
/linux/drivers/net/ethernet/xscale/
H A Dixp4xx_eth.c213 u8 cmd, eth_id, byte2, byte3; member
216 u8 byte3, byte2, eth_id, cmd;
1210 msg.byte3 = chunks << 8; in ixp4xx_do_change_mtu()
1269 msg.byte3 = i; in eth_open()
1277 msg.byte3 = dev->dev_addr[1]; in eth_open()
1366 msg.byte3 = 1; in eth_close()
1419 msg.byte3 = 0; in eth_close()
/linux/drivers/hwmon/
H A Dcorsair-cpro.c113 static int send_usb_cmd(struct ccp_device *ccp, u8 command, u8 byte1, u8 byte2, u8 byte3) in send_usb_cmd() argument
122 ccp->cmd_buffer[3] = byte3; in send_usb_cmd()
/linux/drivers/usb/serial/
H A Dio_edgeport.c273 __u8 byte2, __u8 byte3);
1747 __u8 byte2, __u8 byte3) in process_rcvd_status() argument
1774 __func__, edge_serial->rxPort, byte3); in process_rcvd_status()
1790 __func__, edge_serial->rxPort, byte3); in process_rcvd_status()
1797 edge_port->txCredits = GET_TX_BUFFER_SIZE(byte3); in process_rcvd_status()
1836 __func__, edge_serial->rxPort, byte2, byte3); in process_rcvd_status()
1839 handle_new_lsr(edge_port, true, byte2, byte3); in process_rcvd_status()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h446 } byte3; member
586 uint8_t byte3; member
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-lmcx-defs.h2295 uint64_t byte3:4; member
2303 uint64_t byte3:4;
2398 uint64_t byte3:6; member
2406 uint64_t byte3:6;
2830 uint64_t byte3:5; member
2838 uint64_t byte3:5;
/linux/drivers/hid/
H A Dhid-lenovo.c486 unsigned char byte2, unsigned char byte3) in lenovo_send_cmd_cptkbd() argument
502 buf[2] = byte3; in lenovo_send_cmd_cptkbd()
/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
1009 H2C_Parameter[2] = byte3; in halbtc8723b1ant_SetFwPstdma()
1015 pCoexDm->psTdmaPara[2] = byte3; in halbtc8723b1ant_SetFwPstdma()
H A DHalBtc8723b2Ant.c776 u8 byte3, in halbtc8723b2ant_SetFwPstdma() argument
785 H2C_Parameter[2] = byte3; in halbtc8723b2ant_SetFwPstdma()
791 pCoexDm->psTdmaPara[2] = byte3; in halbtc8723b2ant_SetFwPstdma()
/linux/drivers/net/wireless/realtek/rtlwifi/btcoexist/
H A Dhalbtc8821a1ant.c822 u8 byte2, u8 byte3, u8 byte4, u8 byte5) in btc8821a1ant_set_fw_ps_tdma() argument
846 h2c_parameter[2] = byte3; in btc8821a1ant_set_fw_ps_tdma()
852 coex_dm->ps_tdma_para[2] = byte3; in btc8821a1ant_set_fw_ps_tdma()
H A Dhalbtc8192e2ant.c1151 u8 byte2, u8 byte3, u8 byte4, u8 byte5) in btc8192e2ant_set_fw_ps_tdma() argument
1159 h2c_parameter[2] = byte3; in btc8192e2ant_set_fw_ps_tdma()
1165 coex_dm->ps_tdma_para[2] = byte3; in btc8192e2ant_set_fw_ps_tdma()
H A Dhalbtc8723b1ant.c672 u8 byte1, u8 byte2, u8 byte3, in halbtc8723b1ant_set_fw_ps_tdma() argument
697 h2c_parameter[2] = byte3; in halbtc8723b1ant_set_fw_ps_tdma()
703 coex_dm->ps_tdma_para[2] = byte3; in halbtc8723b1ant_set_fw_ps_tdma()
H A Dhalbtc8723b2ant.c1054 u8 byte2, u8 byte3, u8 byte4, u8 byte5) in btc8723b2ant_set_fw_ps_tdma() argument
1063 h2c_parameter[2] = byte3; in btc8723b2ant_set_fw_ps_tdma()
1069 coex_dm->ps_tdma_para[2] = byte3; in btc8723b2ant_set_fw_ps_tdma()
H A Dhalbtc8821a2ant.c1030 u8 byte1, u8 byte2, u8 byte3, in btc8821a2ant_set_fw_ps_tdma() argument
1038 h2c_parameter[2] = byte3; in btc8821a2ant_set_fw_ps_tdma()
1044 coex_dm->ps_tdma_para[2] = byte3; 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
99 h2c_parameter[2] = byte3; in rtl8723e_dm_bt_set_fw_3a()

12