Searched refs:HCIOPCODELOW (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8723au/include/ |
D | rtl8723a_bt-coexist.h | 567 #define HCIOPCODELOW(_OCF, _OGF) (u8)(HCIOPCODE(_OCF, _OGF)&0x00ff) macro
|
/linux-4.4.14/drivers/staging/rtl8723au/hal/ |
D | rtl8723a_bt-coexist.c | 764 PPacketIrpEvent->Data[1] = HCIOPCODELOW(OCF, OGF); in bthci_CommandCompleteHeader() 771 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader() 775 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader() 780 NumHCI_Comm, (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), status, OGF, OCF)); in bthci_CommandCompleteHeader() 1118 (HCIOPCODEHIGHT(OCF, OGF)), (HCIOPCODELOW(OCF, OGF)), OGF, OCF, HciStatus, Num_Hci_Comm)); in bthci_EventCommandStatus() 1125 PPacketIrpEvent->Data[2] = HCIOPCODELOW(OCF, OGF); in bthci_EventCommandStatus()
|