Home
last modified time | relevance | path

Searched defs: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
/openbmc/qemu/hw/ide/
H A Datapi.c50 static void lba_to_msf(uint8_t *buf, int lba) in lba_to_msf() function
/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