Lines Matching defs:count_byte
767 uchar_t *count_byte;
791 count_byte = (uchar_t *)&count;
792 outb(chan_addr[chnl].cnt_reg, count_byte[0]);
793 outb(chan_addr[chnl].cnt_reg, count_byte[1]);
795 outb(chan_addr[chnl].hcnt_reg, count_byte[2]);
815 uchar_t *count_byte;
818 count_byte = (uchar_t *)&count;
821 count_byte[0] = inb(chan_addr[chnl].cnt_reg);
822 count_byte[1] = inb(chan_addr[chnl].cnt_reg);
824 count_byte[2] = inb(chan_addr[chnl].hcnt_reg);