Lines Matching refs:u_char
166 u_char prelock[3]; /* state of port */
197 static void pa4s2_readbegin_epp (int fd, u_char reg);
198 static u_char pa4s2_readbyte_epp (int fd);
200 static void pa4s2_readbegin_uni (int fd, u_char reg);
201 static u_char pa4s2_readbyte_uni (int fd);
203 static void pa4s2_readbegin_nib (int fd, u_char reg);
204 static u_char pa4s2_readbyte_nib (int fd);
206 static void pa4s2_writebyte_any (int fd, u_char reg, u_char val);
207 static int pa4s2_enable (int fd, u_char * prelock);
208 static int pa4s2_disable (int fd, u_char * prelock);
520 static u_char inbyte4(int fd)
524 return (u_char)val;
531 static void outbyte3(int fd, u_char val)
552 pa4s2_readbegin_epp (int fd, u_char reg)
571 static u_char
575 u_char val = inbyte4 (fd);
602 pa4s2_readbegin_uni (int fd, u_char reg)
621 static u_char
624 u_char val;
653 pa4s2_readbegin_nib (int fd, u_char reg)
673 static u_char
677 u_char val;
707 pa4s2_writebyte_any (int fd, u_char reg, u_char val)
742 pa4s2_enable (int fd, u_char * prelock)
779 pa4s2_disable (int fd, u_char * prelock)
928 sanei_pa4s2_scsi_pp_get_status(int fd, u_char *status)
930 u_char stat;
1077 u_char val;
1140 u_char asic, val;
1438 sanei_pa4s2_readbegin (int fd, u_char reg)
1532 sanei_pa4s2_readbyte (int fd, u_char * val)
1748 sanei_pa4s2_writebyte (int fd, u_char reg, u_char val)
1932 sanei_pa4s2_readbegin (int fd, u_char reg)
1951 sanei_pa4s2_readbyte (int fd, u_char * val)
1985 sanei_pa4s2_writebyte (int fd, u_char reg, u_char val)
2037 sanei_pa4s2_scsi_pp_get_status(int fd, u_char *status)