OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spr_map
(Results
1 - 3
of
3
) sorted by null
/external/u-boot/common/
bedbug.c
511
if (spr ==
spr_map
[i].spr_val)
512
return
spr_map
[i].spr_name;
554
sprp = &
spr_map
[i];
/external/u-boot/include/bedbug/
tables.h
483
struct spr_info
spr_map
[] = {
variable in typeref:struct:spr_info
584
const unsigned int n_sprs = sizeof(
spr_map
) / sizeof(
spr_map
[0]);
regs.h
165
extern struct spr_info
spr_map
[];
Completed in 878 milliseconds