Searched refs:atp_readb_io (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/scsi/
H A Datp870u.c93 static inline u8 atp_readb_io(struct atp_unit *atp, u8 channel, u8 reg) function
134 j = atp_readb_io(dev, c, 0x1f);
145 cmdp = atp_readb_io(dev, c, 0x10);
148 if ((atp_readb_io(dev, c, 0x16) & 0x80) == 0)
150 (atp_readb_io(dev, c, 0x16) | 0x80));
163 i = atp_readb_io(dev, c, 0x17);
168 target_id = atp_readb_io(dev, c, 0x15);
198 atp_readb_io(dev, c, 0x12);
200 atp_readb_io(dev, c, 0x13);
202 atp_readb_io(de
[all...]

Completed in 105 milliseconds