Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/ata/
Datareg.h472 uint16_t atap_lls_secsz[2]; /* 117-118: long logical sector size */ member
Dwd.c451 ((uint32_t)((wd->sc_params.atap_lls_secsz[1] << 16) | in wdattach()
452 wd->sc_params.atap_lls_secsz[0])); in wdattach()
/netbsd/src/sbin/atactl/
Datactl.c1286 (inqbuf->atap_lls_secsz[1] << 16 | in compute_capacity()
1287 inqbuf->atap_lls_secsz[0] << 0); in compute_capacity()