Searched refs:tnt_readb (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpib/tnt4882/ |
| H A D | tnt4882_gpib.c | 79 static inline unsigned short tnt_readb(struct tnt4882_priv *priv, unsigned long offset) in tnt_readb() function 159 bcsr_bits = tnt_readb(tnt_priv, BSR); in tnt4882_line_status() 211 status2 = tnt_readb(tnt_priv, STS2); in fifo_word_available() 222 status2 = tnt_readb(tnt_priv, STS2); in fifo_byte_available() 233 status1 = tnt_readb(tnt_priv, STS1); in fifo_xfer_done() 259 sasr_bits = tnt_readb(tnt_priv, SASR); in tnt4882_release_holdoff() 380 buffer[count++] = tnt_readb(tnt_priv, FIFOB); in tnt4882_accel_read() 413 status2 = tnt_readb(tnt_priv, STS2); in fifo_space_available() 423 count |= tnt_readb(tnt_priv, CNT0) & 0xff; in tnt_transfer_count() 424 count |= (tnt_readb(tnt_priv, CNT1) << 8) & 0xff00; in tnt_transfer_count() [all …]
|