Lines Matching refs:bootdev
132 uint16_t bootdev; in cmd_switch_show_boot() local
135 bootdev = SRAM_BOOTDEV; in cmd_switch_show_boot()
146 switch (bootdev >> 12) { in cmd_switch_show_boot()
161 printf("sasi%d", (bootdev >> 8) & 15); in cmd_switch_show_boot()
164 printf("fd%d", (bootdev >> 8) & 3); in cmd_switch_show_boot()
231 uint16_t bootdev; in cmd_switch_boot() local
236 bootdev = 0x0000; in cmd_switch_boot()
239 bootdev = 0xa000; in cmd_switch_boot()
243 bootdev = 0xa000; in cmd_switch_boot()
248 bootdev = 0xa000; in cmd_switch_boot()
253 bootdev = 0x9070 | (id << 8); in cmd_switch_boot()
261 SRAM_BOOTDEV = bootdev; in cmd_switch_boot()