Lines Matching defs:outb
1878 u_char outb = 0x00;
1882 NS_ERR("read_byte: chip is disabled, return %#x\n", (uint)outb);
1883 return outb;
1886 NS_ERR("read_byte: ALE or CLE pin is high, return %#x\n", (uint)outb);
1887 return outb;
1891 ns_get_state_name(ns->state), (uint)outb);
1892 return outb;
1903 NS_WARN("read_byte: no more data to output, return %#x\n", (uint)outb);
1904 return outb;
1910 outb = ns->buf.byte[ns->regs.count];
1913 outb = (u_char)cpu_to_le16(ns->buf.word[ns->regs.count >> 1]);
1919 outb = ns->ids[ns->regs.count];
1933 return outb;