/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
pxa910.dtsi | 41 compatible = "mrvl,mmp-intc"; 58 compatible = "mrvl,mmp-timer"; 64 compatible = "mrvl,mmp-timer"; 71 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 81 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 91 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 101 compatible = "marvell,mmp-gpio"; 133 compatible = "mrvl,mmp-twsi"; 145 compatible = "mrvl,mmp-twsi"; 156 compatible = "mrvl,mmp-rtc" [all...] |
pxa168.dtsi | 36 compatible = "mrvl,mmp-intc"; 53 compatible = "mrvl,mmp-timer"; 59 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 69 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 79 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 89 compatible = "marvell,mmp-gpio"; 121 compatible = "mrvl,mmp-twsi"; 133 compatible = "mrvl,mmp-twsi"; 144 compatible = "mrvl,mmp-rtc";
|
mmp2.dtsi | 241 compatible = "marvell,mmp-sspa"; 254 compatible = "marvell,mmp-sspa"; 283 compatible = "mrvl,mmp-timer"; 290 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 300 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 310 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 320 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 370 compatible = "mrvl,mmp-twsi"; 382 compatible = "mrvl,mmp-twsi"; 394 compatible = "mrvl,mmp-twsi" [all...] |
mmp3.dtsi | 352 compatible = "mrvl,mmp-timer"; 359 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 369 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 379 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 389 compatible = "mrvl,mmp-uart", "intel,xscale-uart"; 439 compatible = "mrvl,mmp-twsi"; 451 compatible = "mrvl,mmp-twsi"; 463 compatible = "mrvl,mmp-twsi"; 475 compatible = "mrvl,mmp-twsi"; 488 compatible = "mrvl,mmp-twsi" [all...] |
/src/libexec/httpd/ |
bozohttpd.c | 575 struct method_map *mmp; local in function:process_method 580 for (mmp = method_map; mmp->name; mmp++) 581 if (strcasecmp(method, mmp->name) == 0) { 582 request->hr_method = mmp->type; 583 request->hr_methodstr = mmp->name;
|
/src/sys/dev/ic/ |
mfi.c | 538 mfi_freemem(struct mfi_softc *sc, struct mfi_mem **mmp) 540 struct mfi_mem *mm = *mmp; 545 *mmp = NULL;
|