Searched refs:sect_no (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/
H A Dssfdc.c154 int sect_no)
158 loff_t offset = (loff_t)sect_no << SECTOR_SHIFT;
405 unsigned long sect_no; local
407 sect_no = (unsigned long)block_address * sectors_per_block +
412 sect_no);
414 if (read_physical_sector(ssfdc->mbd.mtd, buf, sect_no) < 0)
153 read_physical_sector(struct mtd_info *mtd, uint8_t *sect_buf, int sect_no) argument
H A Dsm_ftl.c999 unsigned long sect_no, char *buf)
1006 sm_break_offset(ftl, sect_no << 9, &zone_num, &block, &boffset);
998 sm_read(struct mtd_blktrans_dev *dev, unsigned long sect_no, char *buf) argument

Completed in 44 milliseconds