Lines Matching refs:sector
167 u32 sector, in jumpshot_read_data() argument
183 if (sector > 0x0FFFFFFF) in jumpshot_read_data()
205 command[2] = sector & 0xFF; in jumpshot_read_data()
206 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
207 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
209 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
229 sector += thistime; in jumpshot_read_data()
244 u32 sector, in jumpshot_write_data() argument
260 if (sector > 0x0FFFFFFF) in jumpshot_write_data()
287 command[2] = sector & 0xFF; in jumpshot_write_data()
288 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
289 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
291 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
321 sector += thistime; in jumpshot_write_data()