Lines Matching refs:sector
164 u32 sector, in jumpshot_read_data() argument
180 if (sector > 0x0FFFFFFF) in jumpshot_read_data()
202 command[2] = sector & 0xFF; in jumpshot_read_data()
203 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
204 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
206 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
226 sector += thistime; in jumpshot_read_data()
241 u32 sector, in jumpshot_write_data() argument
257 if (sector > 0x0FFFFFFF) in jumpshot_write_data()
284 command[2] = sector & 0xFF; in jumpshot_write_data()
285 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
286 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
288 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
318 sector += thistime; in jumpshot_write_data()