Searched refs:bcd_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/sys/dev/mcd/
H A Dmcdreg.h54 typedef unsigned char bcd_t; typedef
172 bcd_t trk_low;
173 bcd_t trk_high;
174 bcd_t vol_msf[3];
175 bcd_t trk1_msf[3];
183 bcd_t trk_size_msf[3];
185 bcd_t hd_pos_msf[3];
201 bcd_t start_msf[3];
206 bcd_t start_msf[3];
207 bcd_t end_ms
[all...]
H A Dmcd.c127 static void hsg2msf(int hsg, bcd_t *msf);
128 static int msf2hsg(bcd_t *msf, int relative);
706 hsg2msf(int hsg, bcd_t *msf)
717 msf2hsg(bcd_t *msf, int relative)
/freebsd-10.2-release/sys/dev/scd/
H A Dscdreg.h35 typedef unsigned char bcd_t; typedef
H A Dscd.c110 static void hsg2msf(int hsg, bcd_t *msf);
111 static int msf2hsg(bcd_t *msf);
956 hsg2msf(int hsg, bcd_t *msf)
967 msf2hsg(bcd_t *msf)

Completed in 94 milliseconds