Searched refs:part (Results 1 - 14 of 14) sorted by relevance

/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_ptable.c69 for (i = 0; i < PTABLE_MAX_PARTITIONS && ptable.part[i].size; i++) {
70 xprintf("%-16s 0x%8x 0x%8x\n", ptable.part[i].name,
71 ptable.part[i].offset, ptable.part[i].size);
91 if (ptable.part[PTABLE_MAX_PARTITIONS-1].size != 0) {
97 if (strcmp(ptable.part[i].name, name) == 0) {
109 if (offset < ptable.part[i].offset) {
110 if (offset+size > ptable.part[i].offset) {
115 if (ptable.part[i].offset + ptable.part[
[all...]
/broadcom-cfe-1.4.2/cfe/include/
H A Dptable.h75 partition_t part[PTABLE_MAX_PARTITIONS]; member in struct:ptable_s
/broadcom-cfe-1.4.2/cfe/arch/mips/board/swarm/src/
H A Dswarm_init.S6 * This module contains the assembly-language part of the init
115 dsrl t1, t1, S_SYS_PART # part number now in t1
121 * soc_type = part & 0xf;
127 andi t3, t1, 0xf # soc_type (t3) = part & 0xf;
/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_newflash.c59 the flash part is attached to that bus. The following is correct
683 printf("Warning: insane AMD part, backwards CFI table!\n");
1133 flashpart_t *part = ctx->dev_softc; local
1134 flashdev_t *softc = part->fp_dev;
1171 flashpart_t *part = ctx->dev_softc; local
1172 flashdev_t *softc = part->fp_dev;
1179 if ((offset + blen) > part->fp_size) {
1180 blen = part->fp_size - offset;
1183 offset += part->fp_offset;
1233 flashpart_t *part local
1379 flashpart_t *part = ctx->dev_softc; local
1484 flashpart_t *part = ctx->dev_softc; local
[all...]
H A Ddev_aic6915.c805 uint32_t idr, part;
808 idr = part = 0;
819 part = (r >> 4) & 0x3F;
824 if (idr == IDR_SEEQ && part == PART_80220) {
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_fatfs.c362 uint8_t *part; local
393 part = &buffer[PTABLE_OFFSET];
395 if ((part[PTABLE_STATUS] == PTABLE_STATUS_ACTIVE) &&
396 ((part[PTABLE_TYPE] == PARTTYPE_FAT12) ||
397 (part[PTABLE_TYPE] == PARTTYPE_FAT16) ||
398 (part[PTABLE_TYPE] == PARTTYPE_FAT16BIG))) {
402 part += PTABLE_SIZE;
413 fatfs->fat_partstart = READWORD32(part,PTABLE_BOOTSECTOR);
1333 * part - true to look for partition tables
1340 static int fat_init(fatfs_t *fat,char *name,int part) argument
1420 fatfs_fileop_init(void **fsctx,char *devname,int part) argument
1468 uint8_t *part; local
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/sb1250/src/
H A Dsb1250_altcpu.S192 dsrl t0,S_SYS_PART # Shift part # to low bits
193 dsrl t0,8 # isolate CPU part of number
272 dsrl t0,S_SYS_PART # Shift part # to low bits
273 dsrl t0,8 # isolate CPU part of number
316 dsrl t0,S_SYS_PART # Shift part # to low bits
317 dsrl t0,8 # isolate CPU part of number
452 dsrl t0,S_SYS_PART # Shift part # to low bits
453 dsrl t0,8 # isolate CPU part of number
565 dsrl t0,S_SYS_PART # Shift part # to low bits
566 dsrl t0,8 # isolate CPU part o
[all...]
H A Dsb1250_cpu.S393 * This part range checks the VPN2 field in the
400 dsra k0,8 # keep hi part
417 and k0,k1 # keep only PTEBase part.
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_cpu.S374 * This part range checks the VPN2 field in the
381 dsra k0,8 # keep hi part
398 and k0,k1 # keep only PTEBase part.
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcmcore/src/
H A Dbcmcore_cpuinit.S473 * This part range checks the VPN2 field in the
480 sra k0,8 # keep hi part
497 and k0,k1 # keep only PTEBase part.
/broadcom-cfe-1.4.2/cfe/arch/mips/common/src/
H A Dexception.S184 and a0,a0,t1 # keep just physical part
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125e/src/
H A Dbcm91125e_init.S6 * This module contains the assembly-language part of the init
184 dsrl t1, t1, S_SYS_PART # part number now in t1
/broadcom-cfe-1.4.2/cfe/arch/mips/board/bcm91125f/src/
H A Dbcm91125f_init.S6 * This module contains the assembly-language part of the init
172 dsrl t1, t1, S_SYS_PART # part number now in t1
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c861 xprintf("phy %d, vendor %06x part %02x\n",
884 uint32_t idr, part; local
887 idr = part = 0;
899 part = (r >> 4) & 0x3F;
902 xprintf("\nIDR %06x, PART %02x\n", idr, part);

Completed in 109 milliseconds