Searched refs:FD_RAW_REPLY_SIZE (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfd.h365 #define FD_RAW_REPLY_SIZE 16 macro
366 #define FD_RAW_CMD_FULLSIZE (FD_RAW_CMD_SIZE + 1 + FD_RAW_REPLY_SIZE)
378 unsigned char reply[FD_RAW_REPLY_SIZE];
/linux-master/drivers/block/
H A Dfloppy.c339 static unsigned char reply_buffer[FD_RAW_REPLY_SIZE];
1167 for (i = 0; i < FD_RAW_REPLY_SIZE; i++) {
2995 if (raw_cmd->reply_count > FD_RAW_REPLY_SIZE)
3109 memset(ptr->reply, 0, FD_RAW_REPLY_SIZE);

Completed in 367 milliseconds