Searched refs:atp_writeb_base (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | atp870u.c | 47 static inline void atp_writeb_base(struct atp_unit *atp, u8 reg, u8 val) in atp_writeb_base() function 317 atp_writeb_base(dev, 0x29, j); in atp870u_intr_handle() 371 atp_writeb_base(dev, 0x3b, (atp_readb_base(dev, 0x3b) & 0x3f) | 0xc0); in atp870u_intr_handle() 373 atp_writeb_base(dev, 0x3b, atp_readb_base(dev, 0x3b) & 0x3f); in atp870u_intr_handle() 376 atp_writeb_base(dev, 0x3a, (atp_readb_base(dev, 0x3a) & 0xf3) | 0x08); in atp870u_intr_handle() 378 atp_writeb_base(dev, 0x3a, atp_readb_base(dev, 0x3a) & 0xf3); in atp870u_intr_handle() 476 atp_writeb_base(dev, 0x29, j); in atp870u_intr_handle() 752 atp_writeb_base(dev, 0x29, j); in DEF_SCSI_QCMD() 895 atp_writeb_base(dev, 0x3b, (atp_readb_base(dev, 0x3b) & 0x3f) | 0xc0); in DEF_SCSI_QCMD() 897 atp_writeb_base(dev, 0x3b, atp_readb_base(dev, 0x3b) & 0x3f); in DEF_SCSI_QCMD() [all …]
|