HomeSort by: relevance | last modified time | path
    Searched refs:bootrom (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/arch/x68k/stand/xxboot/
bootmain.c 76 uint8_t *bootrom; local in function:get_scsi_host_adapter
90 bootrom = (uint8_t *)(BOOT_INFO & 0x00ffffe0);
92 * bootrom+0x24 "SCSIIN" ... Internal SCSI (spc@0)
95 if (*(uint16_t *)(bootrom + 0x24 + 4) == 0x494e) { /* "IN" */
  /src/sys/arch/x68k/stand/loadbsd/
loadbsd.c 118 char *bootrom; local in function:get_current_scsi_interface
125 bootrom = (char *) (binf & 0x00ffffe0);
126 if (IOCS_B_LPEEK(bootrom + 0x24) == 0x53435349 && /* 'SCSI' */
127 IOCS_B_WPEEK(bootrom + 0x28) == 0x494E) { /* 'IN' */
  /src/sys/arch/x68k/stand/boot_ufs/
bootmain.c 160 char *bootrom; local in function:get_scsi_host_adapter
171 bootrom = (char *) (BOOT_INFO & 0x00ffffe0);
173 * bootrom+0x24 "SCSIIN" ... Internal SCSI (spc@0)
176 if (*(u_short *)(bootrom + 0x24 + 4) == 0x494e) { /* "IN" */
  /src/sys/arch/x68k/stand/boot/
boot.c 82 char *bootrom; local in function:get_scsi_host_adapter
92 bootrom = (char *)(bootinf & 0x00ffffe0);
94 * bootrom+0x24 "SCSIIN" ... Internal SCSI (spc0@)
97 if (*(u_short *)(bootrom + 0x24 + 4) == 0x494e) { /* "IN" */
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
nspire.dtsi 19 bootrom: bootrom@0 { label
meson.dtsi 300 bootrom: bootrom@d9040000 { label
301 compatible = "amlogic,meson-mx-bootrom", "syscon";
armada-370.dtsi 33 bootrom {
34 compatible = "marvell,bootrom";
253 * on the BootROM code to enter/exit idle state).
armada-xp-98dx3236.dtsi 49 bootrom {
50 compatible = "marvell,bootrom";
armada-xp.dtsi 33 bootrom {
34 compatible = "marvell,bootrom";
armada-39x.dtsi 62 bootrom {
63 compatible = "marvell,bootrom";
armada-375.dtsi 78 bootrom {
79 compatible = "marvell,bootrom";
armada-38x.dtsi 45 bootrom {
46 compatible = "marvell,bootrom";

Completed in 15 milliseconds