Home
last modified time | relevance | path

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

/external/vboot_reference/host/arch/x86_64/lib/
Dcrossystem_arch.c147 static int VbCmosWrite(unsigned offs, size_t size, const void *ptr) { in VbCmosWrite() function
203 if (0 != VbCmosWrite(offs, VBNV_BLOCK_SIZE, vnc->raw)) in VbWriteNvStorage()
379 if (0 != VbCmosWrite(chnv, 1, &nvbyte)) in VbSetCmosRebootField()
/external/vboot_reference/host/arch/x86/lib/
Dcrossystem_arch.c147 static int VbCmosWrite(unsigned offs, size_t size, const void *ptr) { in VbCmosWrite() function
203 if (0 != VbCmosWrite(offs, VBNV_BLOCK_SIZE, vnc->raw)) in VbWriteNvStorage()
379 if (0 != VbCmosWrite(chnv, 1, &nvbyte)) in VbSetCmosRebootField()