Searched refs:ten (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_spc.c1024 int ten = (cmd->t_task_cdb[0] == MODE_SENSE_10); local
1026 bool llba = ten ? !!(cdb[1] & 0x10) : false;
1040 length = ten ? 3 : 2;
1066 if (ten) {
1080 if (ten)
1101 if (!ten && length + ret >= 255)
1128 if (ten)
1146 bool ten = cdb[0] == MODE_SELECT_10; local
1147 int off = ten ? 8 : 4;
/linux-master/drivers/watchdog/
H A Dpcwd.c301 int one, ten, hund, minor; local
307 ten = send_isa_command(CMD_ISA_VERSION_TENTH);
311 one, ten, hund, minor);
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S612 | be inexact, since all powers of ten up to 10^27 are exact
613 | in extended precision, so the use of a previous power-of-ten

Completed in 170 milliseconds