Searched refs:secsize (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/partitions/
H A Dmac.c33 unsigned secsize; local
45 secsize = be16_to_cpu(md->block_size);
47 data = read_dev_sector(bdev, secsize/512, &sect);
50 part = (struct mac_partition *) (data + secsize%512);
58 int pos = blk * secsize;
67 fsec + be32_to_cpu(part->start_block) * (secsize/512),
68 be32_to_cpu(part->block_count) * (secsize/512));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/ui/
H A Dui_test_disk.c139 uint32_t secsize; local
178 secsize = ((uint32_t) (bootblock.bb_secsize & BOOT_SECSIZE_MASK));
181 xprintf("Boot code is %d bytes at %016llX\n",secsize,secoffset);
193 code = KMALLOC(secsize,0);
195 res = cfe_readblk(fh,secoffset,code,secsize);
196 if (res != secsize) {
202 CHECKSUM_BOOT_DATA(code,secsize,&calcsum);
350 int secsize; local
374 sectors = 0; secsize = 0;
376 cfe_ioctl(fh,IOCTL_BLOCK_GETBLOCKSIZE,(uint8_t *) &secsize,sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/main/
H A Dcfe_ldr_raw.c99 uint32_t secsize = 0; local
135 secsize = ((uint32_t) (bootblock->bb_secsize & BOOT_SECSIZE_MASK));
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/arch/mips/common/src/
H A Ddev_flash_all.S65 * flash_write_all(data,flashbase,size,secsize)
73 * a3 - secsize - flash sector size
82 #define secsize a3 define
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/platforms/
H A Dpmac_setup.c564 unsigned secsize, blocks_in_map, blk; local
573 secsize = be16_to_cpu(md->block_size);
577 data = read_one_block(bdev, secsize/512, &pg);
580 part = (struct mac_partition *) (data + secsize%512);
587 int pos = blk * secsize;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/block/
H A Dmfmhd.c1273 unsigned long discsize, unsigned int secsize)
1280 mfm_info[drive].cylinders = discsize / (secsptrack * heads * secsize);
1272 xd_set_geometry(kdev_t dev, unsigned char secsptrack, unsigned char heads, unsigned long discsize, unsigned int secsize) argument
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/cdrom/
H A Dsjcd.c1664 static int secsize = 2048; variable
1692 hardsect_size[MAJOR_NR] = &secsize;
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/dev/
H A Ddev_flash.c1145 unsigned int size,unsigned int secsize);

Completed in 142 milliseconds