Home
last modified time | relevance | path

Searched refs:DebugGenericRequest (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/csr/
Dcsr_wifi_hip_packing.c1625 …sig->u.DebugGenericRequest.DebugVariable.SlotNumber = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + inde… in read_unpack_signal()
1627 …sig->u.DebugGenericRequest.DebugVariable.DataLength = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + inde… in read_unpack_signal()
1629 …sig->u.DebugGenericRequest.Dummydataref2.SlotNumber = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + inde… in read_unpack_signal()
1631 …sig->u.DebugGenericRequest.Dummydataref2.DataLength = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + inde… in read_unpack_signal()
1633 … sig->u.DebugGenericRequest.DebugWords[0] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
1635 … sig->u.DebugGenericRequest.DebugWords[1] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
1637 … sig->u.DebugGenericRequest.DebugWords[2] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
1639 … sig->u.DebugGenericRequest.DebugWords[3] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
1641 … sig->u.DebugGenericRequest.DebugWords[4] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
1643 … sig->u.DebugGenericRequest.DebugWords[5] = CSR_GET_UINT16_FROM_LITTLE_ENDIAN(ptr + index); in read_unpack_signal()
[all …]
Dcsr_wifi_hip_signals.c929 aDataRef[numRefs++] = &aSignal->u.DebugGenericRequest.DebugVariable; in SigGetDataRefs()
930 aDataRef[numRefs++] = &aSignal->u.DebugGenericRequest.Dummydataref2; in SigGetDataRefs()
Dcsr_wifi_hip_sigs.h1407 CSR_DEBUG_GENERIC_REQUEST DebugGenericRequest; member