Lines Matching defs:read_reg
417 static inline int read_reg(struct pf_unit *pf, int reg)
437 s = read_reg(pf, 7);
438 e = read_reg(pf, 1);
439 p = read_reg(pf, 2);
471 if (read_reg(pf, 2) != 1) {
489 if ((read_reg(pf, 2) & 2) && (read_reg(pf, 7) & STAT_DRQ)) {
490 n = (((read_reg(pf, 4) + 256 * read_reg(pf, 5)) +
577 flg &= (read_reg(pf, i + 1) == expect[i]);
582 printk("%3x", read_reg(pf, i + 1));