Searched refs:atap_capacity (Results 1 – 3 of 3) sorted by relevance
108 u_int16_t atap_capacity[2]; /* 60-61: total capacity (LBA only) */ member
250 (wd->sc_params.atap_capacity[1] << 16) | in wdattach()251 wd->sc_params.atap_capacity[0]; in wdattach()
851 capacity = (inqbuf->atap_capacity[1] << 16) | in device_identify()852 inqbuf->atap_capacity[0]; in device_identify()