Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dfd.h366 #define FD_RAW_CMD_FULLSIZE (FD_RAW_CMD_SIZE + 1 + FD_RAW_REPLY_SIZE) macro
380 unsigned char fullcmd[FD_RAW_CMD_FULLSIZE];
/openbmc/linux/drivers/block/
H A Dfloppy.c3104 if (ptr->cmd_count > FD_RAW_CMD_FULLSIZE) in raw_cmd_copyin()