Searched refs:gpreg (Results 1 - 6 of 6) 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...]
H A Dsym_fw1.h227 SCR_REG_REG (gpreg, SCR_AND, 0xfe),
852 SCR_REG_REG (gpreg, SCR_OR, 0x01),
898 SCR_REG_REG (gpreg, SCR_AND, 0xfe),
H A Dsym_fw2.h220 SCR_REG_REG (gpreg, SCR_AND, 0xfe),
815 SCR_REG_REG (gpreg, SCR_OR, 0x01),
860 SCR_REG_REG (gpreg, SCR_AND, 0xfe),
H A Dsym_defs.h632 (SCR_REG_SFBR (gpreg, SCR_LOAD, data))
/drivers/scsi/
H A Dncr53c8xx.h1152 (SCR_REG_SFBR (gpreg, SCR_LOAD, data))
H A Dncr53c8xx.c2023 ** SCR_REG_REG (gpreg, SCR_AND, 0xfe)
2569 ** SCR_REG_REG (gpreg, SCR_OR, 0x01)
2594 ** SCR_REG_REG (gpreg, SCR_AND, 0xfe)
8434 cpu_to_scr(SCR_REG_REG(gpreg, SCR_OR, 0x01));
8436 cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe));
8438 cpu_to_scr(SCR_REG_REG(gpreg, SCR_AND, 0xfe));

Completed in 168 milliseconds