OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atap_capacity
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
wd.c
93
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
94
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
95
DPRINTF(("
atap_capacity
= (0x%x, 0x%x)\n",
96
wd->sc_params.
atap_capacity
[1],
97
wd->sc_params.
atap_capacity
[0]));
101
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
102
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
104
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
105
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
/src/sys/arch/cobalt/stand/boot/
wd.c
84
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
85
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
86
DPRINTF(("
atap_capacity
= (0x%x, 0x%x)\n",
87
wd->sc_params.
atap_capacity
[1],
88
wd->sc_params.
atap_capacity
[0]));
92
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
93
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
/src/sys/arch/mmeye/stand/boot/
wd.c
81
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
82
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
83
DPRINTF(("
atap_capacity
= (0x%x, 0x%x)\n",
84
wd->sc_params.
atap_capacity
[1],
85
wd->sc_params.
atap_capacity
[0]));
89
((uint32_t)wd->sc_params.
atap_capacity
[1] << 16) |
90
((uint32_t)wd->sc_params.
atap_capacity
[0] << 0);
/src/sys/dev/ata/
atareg.h
347
uint16_t
atap_capacity
[2]; /* 60-61: total capacity (LBA only) */
member in struct:ataparams
wd.c
414
(wd->sc_params.
atap_capacity
[1] << 16) |
415
wd->sc_params.
atap_capacity
[0];
424
(wd->sc_params.
atap_capacity
[1] << 16) |
425
wd->sc_params.
atap_capacity
[0];
/src/sbin/atactl/
atactl.c
1274
sectors = (inqbuf->
atap_capacity
[1] << 16) |
1275
inqbuf->
atap_capacity
[0];
Completed in 15 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025