Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/misc/genwqe/
Dcard_ddcb.c842 pddcb->psp = (((req->cmd.asiv_length / 8) << 4) | in __genwqe_enqueue_ddcb()
877 ICRC_LENGTH(req->cmd.asiv_length), 0xffff); in __genwqe_enqueue_ddcb()
923 if (cmd->asiv_length > DDCB_ASIV_LENGTH) { in __genwqe_execute_raw_ddcb()
925 __func__, cmd->asiv_length); in __genwqe_execute_raw_ddcb()
930 __func__, cmd->asiv_length); in __genwqe_execute_raw_ddcb()
Dcard_dev.c592 req->asiv_length = 32; /* bytes included in crc calc */ in do_flash_update()
607 req->asiv_length = 40; /* bytes included in crc calc */ in do_flash_update()
714 cmd->asiv_length = 32; /* bytes included in crc calc */ in do_flash_read()
725 cmd->asiv_length = 40; /* bytes included in crc calc */ in do_flash_read()
/linux-4.1.27/include/uapi/linux/genwqe/
Dgenwqe_card.h410 __u8 asiv_length; /* used parameter length */ member