Lines Matching refs:sector
166 u32 sector, in jumpshot_read_data() argument
182 if (sector > 0x0FFFFFFF) in jumpshot_read_data()
204 command[2] = sector & 0xFF; in jumpshot_read_data()
205 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
206 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
208 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
228 sector += thistime; in jumpshot_read_data()
243 u32 sector, in jumpshot_write_data() argument
259 if (sector > 0x0FFFFFFF) in jumpshot_write_data()
286 command[2] = sector & 0xFF; in jumpshot_write_data()
287 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
288 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
290 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
320 sector += thistime; in jumpshot_write_data()