OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atap_max_lba
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/cobalt/stand/boot/
wd.c
74
((uint64_t)wd->sc_params.
atap_max_lba
[3] << 48) |
75
((uint64_t)wd->sc_params.
atap_max_lba
[2] << 32) |
76
((uint64_t)wd->sc_params.
atap_max_lba
[1] << 16) |
77
((uint64_t)wd->sc_params.
atap_max_lba
[0] << 0);
78
DPRINTF(("
atap_max_lba
= (0x%x, 0x%x, 0x%x, 0x%x)\n",
79
wd->sc_params.
atap_max_lba
[3],
80
wd->sc_params.
atap_max_lba
[2],
81
wd->sc_params.
atap_max_lba
[1],
82
wd->sc_params.
atap_max_lba
[0]));
/src/sys/arch/mmeye/stand/boot/
wd.c
71
((uint64_t)wd->sc_params.
atap_max_lba
[3] << 48) |
72
((uint64_t)wd->sc_params.
atap_max_lba
[2] << 32) |
73
((uint64_t)wd->sc_params.
atap_max_lba
[1] << 16) |
74
((uint64_t)wd->sc_params.
atap_max_lba
[0] << 0);
75
DPRINTF(("
atap_max_lba
= (0x%x, 0x%x, 0x%x, 0x%x)\n",
76
wd->sc_params.
atap_max_lba
[3],
77
wd->sc_params.
atap_max_lba
[2],
78
wd->sc_params.
atap_max_lba
[1],
79
wd->sc_params.
atap_max_lba
[0]));
/src/sys/arch/bebox/stand/boot/
wd.c
83
((uint64_t)wd->sc_params.
atap_max_lba
[3] << 48) |
84
((uint64_t)wd->sc_params.
atap_max_lba
[2] << 32) |
85
((uint64_t)wd->sc_params.
atap_max_lba
[1] << 16) |
86
((uint64_t)wd->sc_params.
atap_max_lba
[0] << 0);
87
DPRINTF(("
atap_max_lba
= (0x%x, 0x%x, 0x%x, 0x%x)\n",
88
wd->sc_params.
atap_max_lba
[3],
89
wd->sc_params.
atap_max_lba
[2],
90
wd->sc_params.
atap_max_lba
[1],
91
wd->sc_params.
atap_max_lba
[0]));
/src/sbin/atactl/
atactl.c
1269
((uint64_t)inqbuf->
atap_max_lba
[3] << 48) |
1270
((uint64_t)inqbuf->
atap_max_lba
[2] << 32) |
1271
((uint64_t)inqbuf->
atap_max_lba
[1] << 16) |
1272
((uint64_t)inqbuf->
atap_max_lba
[0] << 0);
/src/sys/dev/ata/
atareg.h
460
uint16_t
atap_max_lba
[4]; /* 100-103: Max. user LBA addr */
member in struct:ataparams
wd.c
409
((uint64_t) wd->sc_params.
atap_max_lba
[3] << 48) |
410
((uint64_t) wd->sc_params.
atap_max_lba
[2] << 32) |
411
((uint64_t) wd->sc_params.
atap_max_lba
[1] << 16) |
412
((uint64_t) wd->sc_params.
atap_max_lba
[0] << 0);
Completed in 35 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025