Searched refs:TLV_address (Results 1 – 2 of 2) sorted by relevance
89 uint32_t *TLV_address = (uint32_t *) TLV_START; in SysCtl_getTLVInfo() local91 while (((*TLV_address != tag)) // check for tag and instance in SysCtl_getTLVInfo()92 && (*TLV_address != TLV_TAGEND)) // do range check first in SysCtl_getTLVInfo()94 if (*TLV_address == tag) in SysCtl_getTLVInfo()105 TLV_address += (*(TLV_address + 1)) + 2; in SysCtl_getTLVInfo()109 if (*TLV_address == tag) in SysCtl_getTLVInfo()112 *length = (*(TLV_address + 1))*4; in SysCtl_getTLVInfo()114 *data_address = (uint32_t *) (TLV_address + 2); in SysCtl_getTLVInfo()
48 uint32_t *TLV_address = (uint32_t *) TLV_START; in SysCtl_A_getTLVInfo() local50 if(*TLV_address == 0xFFFFFFFF) in SysCtl_A_getTLVInfo()58 while (((*TLV_address != tag)) // check for tag and instance in SysCtl_A_getTLVInfo()59 && (*TLV_address != TLV_TAGEND)) // do range check first in SysCtl_A_getTLVInfo()61 if (*TLV_address == tag) in SysCtl_A_getTLVInfo()72 TLV_address += (*(TLV_address + 1)) + 2; in SysCtl_A_getTLVInfo()76 if (*TLV_address == tag) in SysCtl_A_getTLVInfo()79 *length = (*(TLV_address + 1)) * 4; in SysCtl_A_getTLVInfo()81 *data_address = (uint32_t *) (TLV_address + 2); in SysCtl_A_getTLVInfo()