Home
last modified time | relevance | path

Searched refs:atap_capacity (Results 1 – 3 of 3) sorted by relevance

/openbsd/sys/dev/ata/
H A Datareg.h108 u_int16_t atap_capacity[2]; /* 60-61: total capacity (LBA only) */ member
H A Dwd.c250 (wd->sc_params.atap_capacity[1] << 16) | in wdattach()
251 wd->sc_params.atap_capacity[0]; in wdattach()
/openbsd/sbin/atactl/
H A Datactl.c851 capacity = (inqbuf->atap_capacity[1] << 16) | in device_identify()
852 inqbuf->atap_capacity[0]; in device_identify()