Searched refs:lbah (Results 1 - 2 of 2) sorted by last modified time

/u-boot/include/
H A Dlibata.h361 u8 lbah; member in struct:ata_taskfile
/u-boot/drivers/ata/
H A Dlibata.c26 u8 lbam, lbah; local
29 lbah = (sig >> 24) & 0xff;
31 if (((lbam == 0) && (lbah == 0)) ||
32 ((lbam == 0x3c) && (lbah == 0xc3)))
35 if ((lbam == 0x14) && (lbah == 0xeb))
38 if ((lbam == 0x69) && (lbah == 0x96))

Completed in 35 milliseconds