Searched defs:gpreg (Results 1 - 1 of 1) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_nvram.c256 static void S24C16_set_bit(struct sym_device *np, u_char write_bit, u_char *gpreg, argument
262 *gpreg |= write_bit;
265 *gpreg &= 0xfe;
268 *gpreg |= 0x02;
271 *gpreg &= 0xfd;
275 OUTB(np, nc_gpreg, *gpreg);
283 static void S24C16_start(struct sym_device *np, u_char *gpreg) argument
285 S24C16_set_bit(np, 1, gpreg, SET_BIT);
286 S24C16_set_bit(np, 0, gpreg, SET_CLK);
287 S24C16_set_bit(np, 0, gpreg, CLR_BI
294 S24C16_stop(struct sym_device *np, u_char *gpreg) argument
304 S24C16_do_bit(struct sym_device *np, u_char *read_bit, u_char write_bit, u_char *gpreg) argument
319 S24C16_write_ack(struct sym_device *np, u_char write_bit, u_char *gpreg, u_char *gpcntl) argument
331 S24C16_read_ack(struct sym_device *np, u_char *read_bit, u_char *gpreg, u_char *gpcntl) argument
343 S24C16_write_byte(struct sym_device *np, u_char *ack_data, u_char write_data, u_char *gpreg, u_char *gpcntl) argument
358 S24C16_read_byte(struct sym_device *np, u_char *read_data, u_char ack_data, u_char *gpreg, u_char *gpcntl) argument
380 u_char gpcntl, gpreg; local
433 u_char gpcntl, gpreg; local
551 T93C46_Clk(struct sym_device *np, u_char *gpreg) argument
562 T93C46_Read_Bit(struct sym_device *np, u_char *read_bit, u_char *gpreg) argument
572 T93C46_Write_Bit(struct sym_device *np, u_char write_bit, u_char *gpreg) argument
591 T93C46_Stop(struct sym_device *np, u_char *gpreg) argument
604 T93C46_Send_Command(struct sym_device *np, u_short write_data, u_char *read_bit, u_char *gpreg) argument
619 T93C46_Read_Word(struct sym_device *np, unsigned short *nvram_data, unsigned char *gpreg) argument
639 T93C46_Read_Data(struct sym_device *np, unsigned short *data, int len, unsigned char *gpreg) argument
662 u_char gpcntl, gpreg; local
[all...]

Completed in 45 milliseconds