Lines Matching refs:target
150 unsigned char target) in gc_n64_send_command() argument
156 unsigned char data = (cmd >> i) & 1 ? target : 0; in gc_n64_send_command()
163 static void gc_n64_send_stop_bit(struct gc *gc, unsigned char target) in gc_n64_send_stop_bit() argument
169 unsigned char data = (GC_N64_STOP_BIT >> i) & 1 ? target : 0; in gc_n64_send_stop_bit()
273 unsigned char target = 1 << sdev->idx; /* select desired pin */ in gc_n64_play_effect() local
284 gc_n64_send_command(gc, GC_N64_CMD_03, target); in gc_n64_play_effect()
285 gc_n64_send_command(gc, GC_N64_CMD_80, target); in gc_n64_play_effect()
286 gc_n64_send_command(gc, GC_N64_CMD_01, target); in gc_n64_play_effect()
288 gc_n64_send_command(gc, GC_N64_CMD_80, target); in gc_n64_play_effect()
289 gc_n64_send_stop_bit(gc, target); in gc_n64_play_effect()
294 gc_n64_send_command(gc, GC_N64_CMD_03, target); in gc_n64_play_effect()
295 gc_n64_send_command(gc, GC_N64_CMD_c0, target); in gc_n64_play_effect()
296 gc_n64_send_command(gc, GC_N64_CMD_1b, target); in gc_n64_play_effect()
298 gc_n64_send_command(gc, cmd, target); in gc_n64_play_effect()
299 gc_n64_send_stop_bit(gc, target); in gc_n64_play_effect()