Searched refs:D11A_PHY_HDR_GLENGTH (Results 1 – 2 of 2) sorted by relevance
679 #define D11A_PHY_HDR_GLENGTH(phdr) (((u32 *)((phdr)->rlpt) >> 5) & 0x0fff) macro
505 #define D11A_PHY_HDR_GLENGTH(phdr) (((*((uint32 *)((phdr)->rlpt))) >> 5) & 0x0fff) macro