Searched refs:S24C16_set_bit (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/dev/sym/ |
H A D | sym_hipd.c | 9191 static void S24C16_set_bit(hcb_p np, u_char write_bit, u_char *gpreg, function 9218 S24C16_set_bit(np, 1, gpreg, SET_BIT); 9219 S24C16_set_bit(np, 0, gpreg, SET_CLK); 9220 S24C16_set_bit(np, 0, gpreg, CLR_BIT); 9221 S24C16_set_bit(np, 0, gpreg, CLR_CLK); 9229 S24C16_set_bit(np, 0, gpreg, SET_CLK); 9230 S24C16_set_bit(np, 1, gpreg, SET_BIT); 9240 S24C16_set_bit(np, write_bit, gpreg, SET_BIT); 9241 S24C16_set_bit(np, 0, gpreg, SET_CLK); 9244 S24C16_set_bit(np, 0, gpreg, CLR_CLK); [all …]
|