Searched +full:0 +full:xaa0000 (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/configs/ |
H A D | am3517_evm_defconfig | 3 CONFIG_SYS_TEXT_BASE=0x80100000 6 CONFIG_SYS_MALLOC_F_LEN=0x2000 22 CONFIG_CMD_SPL_NAND_OFS=0xaa0000 23 CONFIG_CMD_SPL_WRITE_SIZE=0x20000 32 CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" 33 CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1920k(u-boot),256k(u-boot-env),8m(kernel),… 44 CONFIG_SYS_NAND_U_BOOT_OFFS=0x80000
|
/openbmc/linux/Documentation/devicetree/bindings/mmc/ |
H A D | marvell,xenon-sdhci.yaml | 64 minimum: 0 68 Operation Control Register Bit[7:0]. Set/clear the corresponding bit to 89 minimum: 0 90 maximum: 0x1f 91 default: 0xf 98 minimum: 0 99 maximum: 0x1f 100 default: 0xf 109 default: 0x4 131 default: 0x9 [all …]
|
/openbmc/u-boot/include/configs/ |
H A D | am3517_evm.h | 73 #define CONFIG_SYS_NAND_U_BOOT_OFFS 0x80000 74 #define CONFIG_SYS_NAND_SPL_KERNEL_OFFS 0x2a0000 77 * MLO(SPL) 4 * NAND_BLOCK_SIZE = 512 KiB @ 0x000000 78 * U-Boot 15 * NAND_BLOCK_SIZE = 1920 KiB @ 0x080000 79 * U-Boot environment 2 * NAND_BLOCK_SIZE = 256 KiB @ 0x260000 80 * Kernel 64 * NAND_BLOCK_SIZE = 8 MiB @ 0x2A0000 81 * DTB 4 * NAND_BLOCK_SIZE = 512 KiB @ 0xAA0000 82 * RootFS Remaining Flash Space @ 0xB20000 91 "loadaddr=0x82000000\0" \ 92 "console=ttyS2,115200n8\0" \ [all …]
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 85 static unsigned int card[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 86 static unsigned int pll[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 87 static unsigned int tuner[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 88 static unsigned int svhs[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 89 static unsigned int remote[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = UNSET }; 92 static struct bttv *master[BTTV_MAX] = { [ 0 ... (BTTV_MAX-1) ] = NULL }; 96 static unsigned int audiomux[5] = { [ 0 ... 4 ] = UNSET }; 118 MODULE_PARM_DESC(pll, "specify installed crystal (0=none, 28=28 MHz, 35=35 MHz, 14=14 MHz)"); 123 "\t\t 0 = autodetect (default)\n" 127 MODULE_PARM_DESC(saa6588, "if 1, then load the saa6588 RDS module, default (0) is to use the card d… [all …]
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 31 { "LBEG", 0, 0 }, 32 { "LEND", 1, 0 }, 33 { "LCOUNT", 2, 0 }, 34 { "BR", 4, 0 }, 35 { "ACCLO", 16, 0 }, 36 { "ACCHI", 17, 0 }, 37 { "M0", 32, 0 }, 38 { "M1", 33, 0 }, 39 { "M2", 34, 0 }, 40 { "M3", 35, 0 }, [all …]
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 31 { "LBEG", 0, 0 }, 32 { "LEND", 1, 0 }, 33 { "LCOUNT", 2, 0 }, 34 { "BR", 4, 0 }, 35 { "MMID", 89, 0 }, 36 { "DDR", 104, 0 }, 37 { "176", 176, 0 }, 38 { "208", 208, 0 }, 39 { "INTERRUPT", 226, 0 }, 40 { "INTCLEAR", 227, 0 }, [all …]
|