Searched refs:gpcntl (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 9253 u_char *gpcntl) argument 9255 OUTB (nc_gpcntl, *gpcntl & 0xfe); 9257 OUTB (nc_gpcntl, *gpcntl); 9265 u_char *gpcntl) argument 9267 OUTB (nc_gpcntl, *gpcntl | 0x01); 9269 OUTB (nc_gpcntl, *gpcntl); 9277 u_char *gpreg, u_char *gpcntl) argument 9284 S24C16_read_ack(np, ack_data, gpreg, gpcntl); 9292 u_char *gpreg, u_char *gpcntl) argument 9303 S24C16_write_ack(np, ack_data, gpreg, gpcntl); [all …]
|