Home
last modified time | relevance | path

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

/freebsd/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdioctl.c245 tdFWControl_t *fwControl; in tdipFWControlIoctl() local
260 fwControl = (tdFWControl_t *)&agIOCTLPayload->FunctionSpecificArea[0]; in tdipFWControlIoctl()
262 if(fwControl->len != 0) in tdipFWControlIoctl()
270 fwControl->len, in tdipFWControlIoctl()
274 osti_memset( (void *)buffer, 0, fwControl->len ); in tdipFWControlIoctl()
276 fwControl->buffer, in tdipFWControlIoctl()
277 fwControl->len ); in tdipFWControlIoctl()
280 flashUpdateInfo.agSgl.len = fwControl->len; in tdipFWControlIoctl()
282 flashUpdateInfo.currentImageOffset = fwControl->offset; in tdipFWControlIoctl()
283 flashUpdateInfo.currentImageLen = fwControl->len; in tdipFWControlIoctl()
[all …]