/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | jumpshot.c | 160 unsigned char thistime; in jumpshot_read_data() local 189 thistime = (len / info->ssize) & 0xff; in jumpshot_read_data() 192 command[1] = thistime; in jumpshot_read_data() 217 sector += thistime; in jumpshot_read_data() 237 unsigned char thistime; in jumpshot_write_data() local 267 thistime = (len / info->ssize) & 0xff; in jumpshot_write_data() 274 command[1] = thistime; in jumpshot_write_data() 309 sector += thistime; in jumpshot_write_data()
|
H A D | datafab.c | 142 unsigned char thistime; in datafab_read_data() local 178 thistime = (len / info->ssize) & 0xff; in datafab_read_data() 181 command[1] = thistime; in datafab_read_data() 205 sector += thistime; in datafab_read_data() 226 unsigned char thistime; in datafab_write_data() local 262 thistime = (len / info->ssize) & 0xff; in datafab_write_data() 269 command[1] = thistime; in datafab_write_data() 301 sector += thistime; in datafab_write_data()
|
H A D | shuttle_usbat.c | 199 unsigned char thistime, in usbat_pack_ata_sector_cmd() 203 buf[1] = thistime; in usbat_pack_ata_sector_cmd() 1123 unsigned char thistime; in usbat_flash_read_data() local 1162 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data() 1165 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data() 1183 sector += thistime; in usbat_flash_read_data() 1214 unsigned char thistime; in usbat_flash_write_data() local 1253 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data() 1260 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data() 1272 sector += thistime; in usbat_flash_write_data() 198 usbat_pack_ata_sector_cmd(unsigned char *buf, unsigned char thistime, u32 sector, unsigned char cmd) usbat_pack_ata_sector_cmd() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | jumpshot.c | 160 unsigned char thistime; in jumpshot_read_data() local 189 thistime = (len / info->ssize) & 0xff; in jumpshot_read_data() 192 command[1] = thistime; in jumpshot_read_data() 217 sector += thistime; in jumpshot_read_data() 237 unsigned char thistime; in jumpshot_write_data() local 267 thistime = (len / info->ssize) & 0xff; in jumpshot_write_data() 274 command[1] = thistime; in jumpshot_write_data() 309 sector += thistime; in jumpshot_write_data()
|
H A D | datafab.c | 142 unsigned char thistime; in datafab_read_data() local 178 thistime = (len / info->ssize) & 0xff; in datafab_read_data() 181 command[1] = thistime; in datafab_read_data() 205 sector += thistime; in datafab_read_data() 226 unsigned char thistime; in datafab_write_data() local 262 thistime = (len / info->ssize) & 0xff; in datafab_write_data() 269 command[1] = thistime; in datafab_write_data() 300 sector += thistime; in datafab_write_data()
|
H A D | shuttle_usbat.c | 199 unsigned char thistime, in usbat_pack_ata_sector_cmd() 203 buf[1] = thistime; in usbat_pack_ata_sector_cmd() 1123 unsigned char thistime; in usbat_flash_read_data() local 1162 thistime = (len / info->ssize) & 0xff; in usbat_flash_read_data() 1165 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x20); in usbat_flash_read_data() 1183 sector += thistime; in usbat_flash_read_data() 1214 unsigned char thistime; in usbat_flash_write_data() local 1253 thistime = (len / info->ssize) & 0xff; in usbat_flash_write_data() 1260 usbat_pack_ata_sector_cmd(command, thistime, sector, 0x30); in usbat_flash_write_data() 1272 sector += thistime; in usbat_flash_write_data() 198 usbat_pack_ata_sector_cmd(unsigned char *buf, unsigned char thistime, u32 sector, unsigned char cmd) usbat_pack_ata_sector_cmd() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 428 unsigned long thistime = jiffies; in sym_timer() local 433 np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL; in sym_timer() 441 if (time_before_eq(np->s.settle_time, thistime)) { in sym_timer() 453 if (np->s.lasttime + 4*HZ < thistime) { in sym_timer() 454 np->s.lasttime = thistime; in sym_timer()
|
/kernel/linux/linux-6.6/drivers/scsi/sym53c8xx_2/ |
H A D | sym_glue.c | 425 unsigned long thistime = jiffies; in sym_timer() local 430 np->s.timer.expires = thistime + SYM_CONF_TIMER_INTERVAL; in sym_timer() 438 if (time_before_eq(np->s.settle_time, thistime)) { in sym_timer() 450 if (np->s.lasttime + 4*HZ < thistime) { in sym_timer() 451 np->s.lasttime = thistime; in sym_timer()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | ncr53c8xx.c | 5728 u_long thistime = jiffies; in ncr_timeout() local 5749 if (np->settle_time <= thistime) { in ncr_timeout() 5764 if (np->lasttime + 4*HZ < thistime) { in ncr_timeout() 5768 np->lasttime = thistime; in ncr_timeout()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ncr53c8xx.c | 5562 u_long thistime = jiffies; in ncr_timeout() local 5583 if (np->settle_time <= thistime) { in ncr_timeout() 5598 if (np->lasttime + 4*HZ < thistime) { in ncr_timeout() 5602 np->lasttime = thistime; in ncr_timeout()
|