Searched refs:atp_readb_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | atp870u.c | 77 static inline u8 atp_readb_base(struct atp_unit *atp, u8 reg) in atp_readb_base() function 316 j = atp_readb_base(dev, 0x29) & 0xfe; 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() 475 j = atp_readb_base(dev, 0x29) | 0x01; in atp870u_intr_handle() 751 j = atp_readb_base(dev, 0x29) & 0xfe; in send_s870() 895 atp_writeb_base(dev, 0x3b, (atp_readb_base(dev, 0x3b) & 0x3f) | 0xc0); in send_s870() 897 atp_writeb_base(dev, 0x3b, atp_readb_base(de in send_s870() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | atp870u.c | 78 static inline u8 atp_readb_base(struct atp_unit *atp, u8 reg) in atp_readb_base() function 330 j = atp_readb_base(dev, 0x29) & 0xfe; in atp870u_intr_handle() 395 (atp_readb_base(dev, 0x3b) & 0x3f) | 0xc0); in atp870u_intr_handle() 398 atp_readb_base(dev, 0x3b) & 0x3f); in atp870u_intr_handle() 405 (atp_readb_base(dev, 0x3a) & 0xf3) | 0x08); in atp870u_intr_handle() 408 atp_readb_base(dev, 0x3a) & 0xf3); in atp870u_intr_handle() 506 j = atp_readb_base(dev, 0x29) | 0x01; in atp870u_intr_handle() 781 j = atp_readb_base(dev, 0x29) & 0xfe; in send_s870() 937 (atp_readb_base(dev, 0x3b) & 0x3f) | 0xc0); in send_s870() 940 atp_readb_base(de in send_s870() [all...] |
Completed in 3 milliseconds