Searched refs:atp_writeb_io (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/scsi/ |
| D | atp870u.c | 57 static inline void atp_writeb_io(struct atp_unit *atp, u8 channel, u8 reg, u8 val) in atp_writeb_io() function 148 atp_writeb_io(dev, c, 0x16, (atp_readb_io(dev, c, 0x16) | 0x80)); in atp870u_intr_handle() 213 atp_writeb_io(dev, c, 0x1b, 0x01); in atp870u_intr_handle() 215 atp_writeb_io(dev, c, 0x1b, 0x01); in atp870u_intr_handle() 257 atp_writeb_io(dev, c, 0x10, 0x41); in atp870u_intr_handle() 258 atp_writeb_io(dev, c, 0x18, 0x08); in atp870u_intr_handle() 295 atp_writeb_io(dev, c, 0x18, 0x08); in atp870u_intr_handle() 302 atp_writeb_io(dev, c, 0x10, 0x46); in atp870u_intr_handle() 304 atp_writeb_io(dev, c, 0x12, 0x00); in atp870u_intr_handle() 305 atp_writeb_io(dev, c, 0x13, 0x00); in atp870u_intr_handle() [all …]
|