Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/genwqe/
H A Dcard_ddcb.c838 pddcb->psp = (((req->cmd.asiv_length / 8) << 4) | in __genwqe_enqueue_ddcb()
873 ICRC_LENGTH(req->cmd.asiv_length), 0xffff); in __genwqe_enqueue_ddcb()
919 if (cmd->asiv_length > DDCB_ASIV_LENGTH) { in __genwqe_execute_raw_ddcb()
921 __func__, cmd->asiv_length); in __genwqe_execute_raw_ddcb()
926 __func__, cmd->asiv_length); in __genwqe_execute_raw_ddcb()
H A Dcard_dev.c588 req->asiv_length = 32; /* bytes included in crc calc */ in do_flash_update()
603 req->asiv_length = 40; /* bytes included in crc calc */ in do_flash_update()
710 cmd->asiv_length = 32; /* bytes included in crc calc */ in do_flash_read()
721 cmd->asiv_length = 40; /* bytes included in crc calc */ in do_flash_read()
/openbmc/linux/include/uapi/linux/genwqe/
H A Dgenwqe_card.h411 __u8 asiv_length; /* used parameter length */ member