Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/firmware/rombios/32bit/tcgbios/
A Dtcgbios.c769 uint32_t SendCommand32(uint32_t idx, struct pttto *pttto, uint32_t size_ptto) in SendCommand32() argument
775 if (size_ptto > 0 && size_ptto < 14) { in SendCommand32()
781 if (size_ptto == 0) { in SendCommand32()
783 size_ptto = sizeof(_pttto); in SendCommand32()
785 pttti->opblength = size_ptto; in SendCommand32()
789 if (pttti->opblength > size_ptto) { in SendCommand32()

Completed in 5 milliseconds