Home
last modified time | relevance | path

Searched refs:dos_decode (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c1132 static unsigned long dos_decode(unsigned char *data, unsigned short *raw, int len) in dos_decode() function
1175 raw = dos_decode((unsigned char *)&hdr,(ushort *) raw,8); in dos_read()
1228 raw = dos_decode((unsigned char *)(unit[drive].trackbuf + (hdr.sec - 1) * 512), (ushort *) raw, 512); in dos_read()
1229 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4); in dos_read()
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c1132 static unsigned long dos_decode(unsigned char *data, unsigned short *raw, int len) in dos_decode() function
1175 raw = dos_decode((unsigned char *)&hdr,(ushort *) raw,8); in dos_read()
1228 raw = dos_decode((unsigned char *)(unit[drive].trackbuf + (hdr.sec - 1) * 512), (ushort *) raw, 512); in dos_read()
1229 raw = dos_decode((unsigned char *)data_crc,(ushort *) raw,4); in dos_read()

Completed in 6 milliseconds