Searched refs:sc_capacity28 (Results 1 - 11 of 11) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ata/
H A Dwdvar.h63 u_int32_t sc_capacity28; /* capacity accessible with LBA28 commands */ member in struct:wd_softc
H A Dwd.c355 wd->sc_capacity28 =
360 wd->sc_capacity28 = wd->sc_capacity =
365 wd->sc_capacity28 = wd->sc_capacity =
721 wd->sc_capacity28)
1618 (wd->sc_wdc_bio.blkno + nblks) > wd->sc_capacity28)
/netbsd-6-1-5-RELEASE/sys/arch/mmeye/stand/boot/
H A Dwd.c82 wd->sc_capacity28 =
90 wd->sc_capacity = wd->sc_capacity28 =
95 wd->sc_capacity = wd->sc_capacity28 =
100 DPRINTF(("wd->sc_capacity = %" PRId64 ", wd->sc_capacity28 = %d.\n",
101 wd->sc_capacity, wd->sc_capacity28));
H A Dwdvar.h109 uint32_t sc_capacity28; member in struct:wd_softc
H A Dwdc.c377 if ((wd->sc_flags & WDF_LBA48) != 0 && blkno > wd->sc_capacity28)
/netbsd-6-1-5-RELEASE/sys/arch/bebox/stand/boot/
H A Dwdvar.h70 uint32_t sc_capacity28; member in struct:wd_softc
H A Dwd.c93 wd->sc_capacity28 =
104 wd->sc_capacity28 =
109 wd->sc_capacity = wd->sc_capacity28 =
114 DPRINTF(("wd->sc_capacity = %" PRId64 ", wd->sc_capacity28 = %d.\n",
115 wd->sc_capacity, wd->sc_capacity28));
H A Dwdc.c442 if ((wd->sc_flags & WDF_LBA48) != 0 && blkno > wd->sc_capacity28)
/netbsd-6-1-5-RELEASE/sys/arch/cobalt/stand/boot/
H A Dwd.c84 wd->sc_capacity28 =
92 wd->sc_capacity = wd->sc_capacity28 =
97 wd->sc_capacity = wd->sc_capacity28 =
102 DPRINTF(("wd->sc_capacity = %" PRId64 ", wd->sc_capacity28 = %d.\n",
103 wd->sc_capacity, wd->sc_capacity28));
H A Dwdvar.h75 uint32_t sc_capacity28; member in struct:wd_softc
H A Dwdc.c342 if ((wd->sc_flags & WDF_LBA48) != 0 && blkno > wd->sc_capacity28)

Completed in 141 milliseconds