Searched refs:wide_chip (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/scsi/ |
| H A D | atp870u.c | 45 static void atp_is(struct atp_unit *dev, unsigned char c, bool wide_chip, 1043 if (!wide_chip) { in tscam() 1072 if (wide_chip) in tscam() 1311 bool wide_chip = in atp870_init() local 1348 tscam(shpnt, wide_chip, scam_on); in atp870_init() 1350 atp_is(atpdev, 0, wide_chip, 0); in atp870_init() 1353 shpnt->max_id = wide_chip ? 16 : 8; in atp870_init() 1788 if (!wide_chip && (i > 7)) in atp_is() 1799 atp_writeb_io(dev, c, 0x1b, wide_chip ? 0x01 : 0x00); in atp_is() 1871 if (wide_chip) in atp_is() [all …]
|