• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/

Lines Matching defs:uch

256 typedef unsigned char uch;	/* 8-bits */
260 uch track, fsm[3], q0;
266 volatile uch ur[UR_SIZE]; /* uart receive buffer fifo */
267 volatile uch ur_w, ur_r; /* write/read buffer index */
268 volatile uch dsb, cc; /* drive status byte and condition (error) code */
283 uch disc_status[7]; /* result of get_disc_status command */
290 uch q[10]; /* Last read q-channel info */
291 uch audio_status[5]; /* last read position on pause */
292 uch media_changed; /* record if media changed */
319 static uch receive_echo_polled(void)
326 return ((uch) inw(r_uart_receive));
329 static uch send_receive_polled(int command)
485 static uch receive_byte(int timeout)
487 uch ret;
516 static inline uch receive_echo(void)
521 static inline uch send_receive(int command)
527 static inline uch wait_dsb(void)
547 static int type_1_command(int command, int bytes, uch * status)
567 static void fsm(int lba, uch * fsm)
576 static inline int fsm2lba(uch * fsm)
581 static inline int f_s_m2lba(uch f, uch s, uch m)
588 uch read_sector[4] = { c_read_data, };
750 uch status[2];
846 uch *source, *dest;
870 ((uch *) cd->sector) + 16 +
878 ((uch *) cd->sector) + 16 +
908 uch seek_command[4] = { c_seek, };
916 static uch bcdbin(unsigned char bcd)
921 static inline uch normalize_track(uch track)
934 static int get_toc_lba(uch track)
938 uch *q = cd->q;
939 uch ct; /* current track */
986 static void update_toc_entry(uch track)
1013 uch play_command[] = { c_play,
1029 uch play_command[8] = { c_play, };
1057 uch *q = cd->q;
1097 uch track = normalize_track(ep->cdte_track);
1201 uch command = (lock) ? c_lock_tray : c_unlock_tray;
1232 uch upc[10];
1411 uch e = 0;