Lines Matching refs:sector
154 u32 sector, in jumpshot_read_data() argument
170 if (sector > 0x0FFFFFFF) in jumpshot_read_data()
192 command[2] = sector & 0xFF; in jumpshot_read_data()
193 command[3] = (sector >> 8) & 0xFF; in jumpshot_read_data()
194 command[4] = (sector >> 16) & 0xFF; in jumpshot_read_data()
196 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_read_data()
216 sector += thistime; in jumpshot_read_data()
231 u32 sector, in jumpshot_write_data() argument
247 if (sector > 0x0FFFFFFF) in jumpshot_write_data()
274 command[2] = sector & 0xFF; in jumpshot_write_data()
275 command[3] = (sector >> 8) & 0xFF; in jumpshot_write_data()
276 command[4] = (sector >> 16) & 0xFF; in jumpshot_write_data()
278 command[5] = 0xE0 | ((sector >> 24) & 0x0F); in jumpshot_write_data()
308 sector += thistime; in jumpshot_write_data()