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

  /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";
  /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/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/
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" */

Completed in 15 milliseconds