os_state_cmd      113 drivers/misc/ibmasm/dot_command.c 	struct os_state_command *os_state_cmd;
os_state_cmd      120 drivers/misc/ibmasm/dot_command.c 	os_state_cmd = (struct os_state_command *)cmd->buffer;
os_state_cmd      121 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->header.type		= sp_write;
os_state_cmd      122 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->header.command_size	= 3;
os_state_cmd      123 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->header.data_size		= 1;
os_state_cmd      124 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->header.status		= 0;
os_state_cmd      125 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[0]		= 4;
os_state_cmd      126 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[1]		= 3;
os_state_cmd      127 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->command[2]		= 6;
os_state_cmd      128 drivers/misc/ibmasm/dot_command.c 	os_state_cmd->data			= os_state;