HomeSort by: relevance | last modified time | path
    Searched defs:brdprop (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/sandpoint/stand/altboot/
main.c 131 struct brdprop *brdprop; local in function:main
139 brdprop = brd_lookup(brdtype);
140 printf(">> %s, cpu %u MHz, bus %u MHz, %dMB SDRAM\n", brdprop->verbose,
globals.h 28 struct brdprop { struct
36 void (*setup)(struct brdprop *);
37 void (*brdfix)(struct brdprop *);
38 void (*pcifix)(struct brdprop *);
39 void (*launch)(struct brdprop *);
46 struct brdprop *brd_lookup(int);
brdsetup.c 46 void xxx ## setup(struct brdprop *); \
47 void xxx ## brdfix(struct brdprop *); \
48 void xxx ## pcifix(struct brdprop *); \
49 void xxx ## launch(struct brdprop *); \
123 static struct brdprop brdlist[] = {
197 static struct brdprop *brdprop; variable in typeref:struct:brdprop *
296 brdprop = brd_lookup(brdtype);
302 if (brdprop->extclk != 0)
303 extclk = brdprop->extclk
    [all...]

Completed in 16 milliseconds