Home
last modified time | relevance | path

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

/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdioctl.c138 tdFWProfile_t *fwProfile; in tdipFWProfileIoctl() local
148 fwProfile = (tdFWProfile_t *)&agIOCTLPayload->FunctionSpecificArea[0]; in tdipFWProfileIoctl()
151 fwProfileInfo.processor = fwProfile->processor; in tdipFWProfileIoctl()
152 fwProfileInfo.cmd = fwProfile->cmd; in tdipFWProfileIoctl()
153 fwProfileInfo.len = fwProfile->len; in tdipFWProfileIoctl()
154 fwProfileInfo.tcid = fwProfile->tcid; in tdipFWProfileIoctl()
155 if(fwProfile->cmd == START_CODE_PROFILE) in tdipFWProfileIoctl()
157 fwProfileInfo.codeStartAdd = fwProfile->codeStartAdd; in tdipFWProfileIoctl()
158 fwProfileInfo.codeEndAdd = fwProfile->codeEndAdd; in tdipFWProfileIoctl()
160 if((fwProfile->cmd == STOP_TIMER_PROFILE) || (fwProfile->cmd == STOP_CODE_PROFILE)) in tdipFWProfileIoctl()
[all …]