__tc921x_write_burst   68 dev/ic/tc921x.c static void __tc921x_write_burst(unsigned int, u_int32_t, struct tc921x_t *, int);
__tc921x_write_burst  101 dev/ic/tc921x.c 	__tc921x_write_burst(4, addr, c, PERIOD_LOW);
__tc921x_write_burst  102 dev/ic/tc921x.c 	__tc921x_write_burst(4, addr >> 4, c, PERIOD_HIGH);
__tc921x_write_burst  126 dev/ic/tc921x.c 	__tc921x_write_burst(4, addr, c, PERIOD_LOW);
__tc921x_write_burst  127 dev/ic/tc921x.c 	__tc921x_write_burst(4, addr >> 4, c, PERIOD_HIGH);
__tc921x_write_burst  130 dev/ic/tc921x.c 	__tc921x_write_burst(TC921X_REGISTER_LENGTH, reg, c, 1);