Home
last modified time | relevance | path

Searched refs:lba_to_msf (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/block/
H A Dcdrom.c31 static void lba_to_msf(uint8_t *buf, int lba) in lba_to_msf() function
58 lba_to_msf(q, 0); in cdrom_read_toc()
73 lba_to_msf(q, nb_sectors); in cdrom_read_toc()
127 lba_to_msf(q, nb_sectors); in cdrom_read_toc_raw()
143 lba_to_msf(q, 0); in cdrom_read_toc_raw()
/openbmc/linux/include/linux/
H A Dcdrom.h308 static inline void lba_to_msf(int lba, u8 *m, u8 *s, u8 *f) in lba_to_msf() function
/openbmc/qemu/hw/ide/
H A Datapi.c50 static void lba_to_msf(uint8_t *buf, int lba) in lba_to_msf() function
82 lba_to_msf(buf, lba); in cd_data_to_raw()