Home | History | Annotate | Download | only in altboot

Lines Matching refs:brd

298 	/* brd dependent adjustments */
330 /* more brd adjustments */
342 brd_lookup(int brd)
347 if (brdlist[i].brdtype == brd)
390 encsetup(struct brdprop *brd)
394 brd->consname = CONSNAME;
397 brd->consport = CONSPORT;
400 brd->consspeed = CONSSPEED;
405 encbrdfix(struct brdprop *brd)
467 encpcifix(struct brdprop *brd)
567 motsetup(struct brdprop *brd)
571 brd->consname = CONSNAME;
574 brd->consport = CONSPORT;
577 brd->consspeed = CONSSPEED;
582 motbrdfix(struct brdprop *brd)
594 motpcifix(struct brdprop *brd)
689 kurosetup(struct brdprop *brd)
693 brd->extclk = 32768000; /* decr 2457600Hz */
695 brd->extclk = 32521333; /* decr 2439100Hz */
699 kurobrdfix(struct brdprop *brd)
716 synosetup(struct brdprop *brd)
725 brd->extclk = 33164691; /* from Synology/Linux source */
727 brd->extclk = 33165343;
732 synobrdfix(struct brdprop *brd)
744 synopcifix(struct brdprop *brd)
899 synolaunch(struct brdprop *brd)
932 qnapbrdfix(struct brdprop *brd)
949 iomegabrdfix(struct brdprop *brd)
966 dlinkbrdfix(struct brdprop *brd)
975 nhnasbrdfix(struct brdprop *brd)
993 kurot4brdfix(struct brdprop *brd)
1339 /* the brd's PPCBOOT looks to have erroneous values */