tag | line | file | source code |
INLINE | 777 | drivers/block/sbpcd.c | static INLINE void lba2msf(int lba, u_char *msf) |
INLINE | 790 | drivers/block/sbpcd.c | static INLINE void bin2bcdx(u_char *p) /* must work only up to 75 or 99 */ |
INLINE | 795 | drivers/block/sbpcd.c | static INLINE u_int blk2msf(u_int blk) |
INLINE | 808 | drivers/block/sbpcd.c | static INLINE u_int make16(u_char rh, u_char rl) |
INLINE | 813 | drivers/block/sbpcd.c | static INLINE u_int make32(u_int rh, u_int rl) |
INLINE | 818 | drivers/block/sbpcd.c | static INLINE u_char swap_nibbles(u_char i) |
INLINE | 823 | drivers/block/sbpcd.c | static INLINE u_char byt2bcd(u_char i) |
INLINE | 828 | drivers/block/sbpcd.c | static INLINE u_char bcd2bin(u_char bcd) |
INLINE | 833 | drivers/block/sbpcd.c | static INLINE int msf2blk(int msfx) |
INLINE | 847 | drivers/block/sbpcd.c | static INLINE int msf2lba(u_char *msf) |
INLINE | 892 | drivers/block/sbpcd.c | static INLINE void clr_cmdbuf(void) |