Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/rtl8192e/
Dr8190P_rtl8256.c263 u8 byte0, byte1, byte2, byte3; in PHY_SetRF8256OFDMTxPower() local
278 byte3 = (u8)((writeVal & 0x7f000000)>>24); in PHY_SetRF8256OFDMTxPower()
285 if (byte3 > 0x24) in PHY_SetRF8256OFDMTxPower()
286 byte3 = 0x24; in PHY_SetRF8256OFDMTxPower()
289 writeVal_tmp = (byte3 << 24) | (byte2 << 16) | in PHY_SetRF8256OFDMTxPower()
297 writeVal = (byte3 << 24) | (byte2 << 16) | in PHY_SetRF8256OFDMTxPower()
/drivers/staging/rtl8192u/
Dr8190_rtl8256.c248 u8 byte0, byte1, byte2, byte3; in PHY_SetRF8256OFDMTxPower() local
260 byte3 = (u8)((writeVal & 0x7f000000)>>24); in PHY_SetRF8256OFDMTxPower()
269 if (byte3 > 0x24) in PHY_SetRF8256OFDMTxPower()
270 byte3 = 0x24; in PHY_SetRF8256OFDMTxPower()
274 writeVal_tmp = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower()
284 writeVal = (byte3<<24) | (byte2<<16) | (byte1<<8) | byte0; in PHY_SetRF8256OFDMTxPower()
/drivers/scsi/ufs/
Dufs.h49 #define UPIU_HEADER_DWORD(byte3, byte2, byte1, byte0)\ argument
50 cpu_to_be32((byte3 << 24) | (byte2 << 16) |\
/drivers/media/usb/gspca/
Dxirlink_cit.c2775 u8 byte3 = 0, byte4 = 0; in cit_find_sof() local
2785 byte3 = 0x02; in cit_find_sof()
2789 byte3 = 0x02; in cit_find_sof()
2793 byte3 = 0x02; in cit_find_sof()
2797 byte3 = 0x02; in cit_find_sof()
2801 byte3 = 0x03; in cit_find_sof()
2808 byte3 = 0x00; in cit_find_sof()
2830 if (data[i] == byte3) in cit_find_sof()
2842 if (byte3 == 0x00 && data[i] == 0xff) in cit_find_sof()
/drivers/net/ethernet/xscale/
Dixp4xx_eth.c189 u8 cmd, eth_id, byte2, byte3; member
192 u8 byte3, byte2, eth_id, cmd;
1230 msg.byte3 = i; in eth_open()
1238 msg.byte3 = dev->dev_addr[1]; in eth_open()
1325 msg.byte3 = 1; in eth_close()
1378 msg.byte3 = 0; in eth_close()
/drivers/usb/serial/
Dio_edgeport.c227 __u8 byte2, __u8 byte3);
1813 __u8 byte2, __u8 byte3) in process_rcvd_status() argument
1838 __func__, edge_serial->rxPort, byte3); in process_rcvd_status()
1854 __func__, edge_serial->rxPort, byte3); in process_rcvd_status()
1861 edge_port->txCredits = GET_TX_BUFFER_SIZE(byte3); in process_rcvd_status()
1900 __func__, edge_serial->rxPort, byte2, byte3); in process_rcvd_status()
1903 handle_new_lsr(edge_port, true, byte2, byte3); in process_rcvd_status()
/drivers/hid/
Dhid-lenovo.c122 unsigned char byte2, unsigned char byte3) in lenovo_send_cmd_cptkbd() argument
125 unsigned char buf[] = {0x18, byte2, byte3}; in lenovo_send_cmd_cptkbd()
/drivers/net/wireless/rtlwifi/btcoexist/
Dhalbtc8821a1ant.c873 u8 byte1, u8 byte2, u8 byte3, in halbtc8821a1ant_set_fw_pstdma() argument
880 h2c_parameter[2] = byte3; in halbtc8821a1ant_set_fw_pstdma()
886 coex_dm->ps_tdma_para[2] = byte3; in halbtc8821a1ant_set_fw_pstdma()
Dhalbtc8723b1ant.c873 u8 byte1, u8 byte2, u8 byte3, in halbtc8723b1ant_set_fw_ps_tdma() argument
897 h2c_parameter[2] = byte3; in halbtc8723b1ant_set_fw_ps_tdma()
903 coex_dm->ps_tdma_para[2] = byte3; in halbtc8723b1ant_set_fw_ps_tdma()
Dhalbtc8723b2ant.c1134 u8 byte2, u8 byte3, u8 byte4, u8 byte5) in btc8723b2ant_set_fw_ps_tdma() argument
1140 h2c_parameter[2] = byte3; in btc8723b2ant_set_fw_ps_tdma()
1146 coex_dm->ps_tdma_para[2] = byte3; in btc8723b2ant_set_fw_ps_tdma()
Dhalbtc8821a2ant.c1061 u8 byte1, u8 byte2, u8 byte3, in halbtc8821a2ant_set_fw_pstdma() argument
1068 h2c_parameter[2] = byte3; in halbtc8821a2ant_set_fw_pstdma()
1074 coex_dm->ps_tdma_para[2] = byte3; in halbtc8821a2ant_set_fw_pstdma()
Dhalbtc8192e2ant.c1172 u8 byte2, u8 byte3, u8 byte4, u8 byte5) in halbtc8192e2ant_SetFwPstdma() argument
1178 h2c_parameter[2] = byte3; in halbtc8192e2ant_SetFwPstdma()
1184 coex_dm->ps_tdma_para[2] = byte3; in halbtc8192e2ant_SetFwPstdma()
/drivers/net/wireless/rtlwifi/rtl8723ae/
Dhal_btc.c111 u8 byte1, u8 byte2, u8 byte3, u8 byte4, in rtl8723e_dm_bt_set_fw_3a() argument
119 h2c_parameter[2] = byte3; in rtl8723e_dm_bt_set_fw_3a()
/drivers/staging/rtl8723au/include/
Drtl8723a_bt-coexist.h1315 void BTDM_SetFw3a(struct rtw_adapter * padapter, u8 byte1, u8 byte2, u8 byte3, u8 byte4, u8 byte5);
/drivers/staging/rtl8723au/hal/
Drtl8723a_bt-coexist.c6973 u8 byte3, u8 byte4, u8 byte5) in btdm_2AntSetFw3a() argument
6985 H2C_Parameter[2] = byte3; in btdm_2AntSetFw3a()
6991 pHalData->bt_coexist.fw3aVal[2] = byte3; in btdm_2AntSetFw3a()
9239 u8 byte3, in BTDM_SetFw3a() argument
9270 H2C_Parameter[2] = byte3; in BTDM_SetFw3a()