chipshift         749 drivers/mtd/chips/cfi_cmdset_0001.c 		partshift = cfi->chipshift - __ffs(numparts);
chipshift         772 drivers/mtd/chips/cfi_cmdset_0001.c 		newcfi->chipshift = partshift;
chipshift         793 drivers/mtd/chips/cfi_cmdset_0001.c 				  newcfi->numchips, 1<<(newcfi->chipshift-10));
chipshift        1394 drivers/mtd/chips/cfi_cmdset_0001.c 	chipnum = (from >> cfi->chipshift);
chipshift        1395 drivers/mtd/chips/cfi_cmdset_0001.c 	ofs = from - (chipnum << cfi->chipshift);
chipshift        1413 drivers/mtd/chips/cfi_cmdset_0001.c 		if ((len + ofs -1) >> cfi->chipshift)
chipshift        1414 drivers/mtd/chips/cfi_cmdset_0001.c 			thislen = (1<<cfi->chipshift) - ofs;
chipshift        1426 drivers/mtd/chips/cfi_cmdset_0001.c 		last_end += 1 << cfi->chipshift;
chipshift        1442 drivers/mtd/chips/cfi_cmdset_0001.c 	chipnum = (from >> cfi->chipshift);
chipshift        1443 drivers/mtd/chips/cfi_cmdset_0001.c 	ofs = from - (chipnum <<  cfi->chipshift);
chipshift        1453 drivers/mtd/chips/cfi_cmdset_0001.c 		if ((len + ofs -1) >> cfi->chipshift)
chipshift        1454 drivers/mtd/chips/cfi_cmdset_0001.c 			thislen = (1<<cfi->chipshift) - ofs;
chipshift        1520 drivers/mtd/chips/cfi_cmdset_0001.c 	chipnum = (from >> cfi->chipshift);
chipshift        1521 drivers/mtd/chips/cfi_cmdset_0001.c 	ofs = from - (chipnum <<  cfi->chipshift);
chipshift        1529 drivers/mtd/chips/cfi_cmdset_0001.c 		if ((len + ofs -1) >> cfi->chipshift)
chipshift        1530 drivers/mtd/chips/cfi_cmdset_0001.c 			thislen = (1<<cfi->chipshift) - ofs;
chipshift        1631 drivers/mtd/chips/cfi_cmdset_0001.c 	chipnum = to >> cfi->chipshift;
chipshift        1632 drivers/mtd/chips/cfi_cmdset_0001.c 	ofs = to  - (chipnum << cfi->chipshift);
chipshift        1655 drivers/mtd/chips/cfi_cmdset_0001.c 		if (ofs >> cfi->chipshift) {
chipshift        1676 drivers/mtd/chips/cfi_cmdset_0001.c 		if (ofs >> cfi->chipshift) {
chipshift        1885 drivers/mtd/chips/cfi_cmdset_0001.c 	chipnum = to >> cfi->chipshift;
chipshift        1886 drivers/mtd/chips/cfi_cmdset_0001.c 	ofs = to - (chipnum << cfi->chipshift);
chipshift        1904 drivers/mtd/chips/cfi_cmdset_0001.c 		if (ofs >> cfi->chipshift) {
chipshift        2317 drivers/mtd/chips/cfi_cmdset_0001.c 	chip_step = devsize >> cfi->chipshift;
chipshift        1249 drivers/mtd/chips/cfi_cmdset_0002.c 	chipnum = (from >> cfi->chipshift);
chipshift        1250 drivers/mtd/chips/cfi_cmdset_0002.c 	ofs = from - (chipnum <<  cfi->chipshift);
chipshift        1258 drivers/mtd/chips/cfi_cmdset_0002.c 		if ((len + ofs -1) >> cfi->chipshift)
chipshift        1259 drivers/mtd/chips/cfi_cmdset_0002.c 			thislen = (1<<cfi->chipshift) - ofs;
chipshift        1830 drivers/mtd/chips/cfi_cmdset_0002.c 	chipnum = to >> cfi->chipshift;
chipshift        1831 drivers/mtd/chips/cfi_cmdset_0002.c 	ofs = to  - (chipnum << cfi->chipshift);
chipshift        1875 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        1899 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        2110 drivers/mtd/chips/cfi_cmdset_0002.c 	chipnum = to >> cfi->chipshift;
chipshift        2111 drivers/mtd/chips/cfi_cmdset_0002.c 	ofs = to  - (chipnum << cfi->chipshift);
chipshift        2118 drivers/mtd/chips/cfi_cmdset_0002.c 		ret = cfi_amdstd_write_words(mtd, ofs + (chipnum<<cfi->chipshift),
chipshift        2126 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        2154 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        2165 drivers/mtd/chips/cfi_cmdset_0002.c 		ret = cfi_amdstd_write_words(mtd, ofs + (chipnum<<cfi->chipshift),
chipshift        2321 drivers/mtd/chips/cfi_cmdset_0002.c 	chipnum = to >> cfi->chipshift;
chipshift        2322 drivers/mtd/chips/cfi_cmdset_0002.c 	ofs = to - (chipnum << cfi->chipshift);
chipshift        2354 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        2378 drivers/mtd/chips/cfi_cmdset_0002.c 		if (ofs >> cfi->chipshift) {
chipshift        2865 drivers/mtd/chips/cfi_cmdset_0002.c 		if (adr >> cfi->chipshift) {
chipshift         393 drivers/mtd/chips/cfi_cmdset_0020.c 	chipnum = (from >> cfi->chipshift);
chipshift         394 drivers/mtd/chips/cfi_cmdset_0020.c 	ofs = from - (chipnum <<  cfi->chipshift);
chipshift         402 drivers/mtd/chips/cfi_cmdset_0020.c 		if ((len + ofs -1) >> cfi->chipshift)
chipshift         403 drivers/mtd/chips/cfi_cmdset_0020.c 			thislen = (1<<cfi->chipshift) - ofs;
chipshift         618 drivers/mtd/chips/cfi_cmdset_0020.c 	chipnum = to >> cfi->chipshift;
chipshift         619 drivers/mtd/chips/cfi_cmdset_0020.c 	ofs = to  - (chipnum << cfi->chipshift);
chipshift         645 drivers/mtd/chips/cfi_cmdset_0020.c 		if (ofs >> cfi->chipshift) {
chipshift         945 drivers/mtd/chips/cfi_cmdset_0020.c 	chipnum = instr->addr >> cfi->chipshift;
chipshift         946 drivers/mtd/chips/cfi_cmdset_0020.c 	adr = instr->addr - (chipnum << cfi->chipshift);
chipshift         960 drivers/mtd/chips/cfi_cmdset_0020.c 		if (adr % (1<< cfi->chipshift) == (((unsigned long)regions[i].offset + (regions[i].erasesize * regions[i].numblocks)) %( 1<< cfi->chipshift)))
chipshift         963 drivers/mtd/chips/cfi_cmdset_0020.c 		if (adr >> cfi->chipshift) {
chipshift        1146 drivers/mtd/chips/cfi_cmdset_0020.c 	chipnum = ofs >> cfi->chipshift;
chipshift        1147 drivers/mtd/chips/cfi_cmdset_0020.c 	adr = ofs - (chipnum << cfi->chipshift);
chipshift        1171 drivers/mtd/chips/cfi_cmdset_0020.c 		if (adr >> cfi->chipshift) {
chipshift        1287 drivers/mtd/chips/cfi_cmdset_0020.c 	chipnum = ofs >> cfi->chipshift;
chipshift        1288 drivers/mtd/chips/cfi_cmdset_0020.c 	adr = ofs - (chipnum << cfi->chipshift);
chipshift         126 drivers/mtd/chips/cfi_probe.c  	for (i=0; i < (base >> cfi->chipshift); i++) {
chipshift         132 drivers/mtd/chips/cfi_probe.c  		start = i << cfi->chipshift;
chipshift         164 drivers/mtd/chips/cfi_probe.c 	set_bit((base >> cfi->chipshift), chip_map); /* Update chip map */
chipshift         411 drivers/mtd/chips/cfi_util.c 	chipnum = ofs >> cfi->chipshift;
chipshift         412 drivers/mtd/chips/cfi_util.c 	adr = ofs - (chipnum << cfi->chipshift);
chipshift         431 drivers/mtd/chips/cfi_util.c 		if (adr >> cfi->chipshift) {
chipshift          88 drivers/mtd/chips/gen_probe.c 	cfi.chipshift = cfi.cfiq->DevSize;
chipshift          93 drivers/mtd/chips/gen_probe.c 		cfi.chipshift++;
chipshift          95 drivers/mtd/chips/gen_probe.c 		cfi.chipshift += 2;
chipshift          97 drivers/mtd/chips/gen_probe.c 		cfi.chipshift += 3;
chipshift         108 drivers/mtd/chips/gen_probe.c 	max_chips = map->size >> cfi.chipshift;
chipshift         130 drivers/mtd/chips/gen_probe.c 		cp->probe_chip(map, i << cfi.chipshift, chip_map, &cfi);
chipshift         153 drivers/mtd/chips/gen_probe.c 			pchip->start = (i << cfi.chipshift);
chipshift        2229 drivers/mtd/chips/jedec_probe.c 	for (i=0; i < (base >> cfi->chipshift); i++) {
chipshift        2234 drivers/mtd/chips/jedec_probe.c 		start = i << cfi->chipshift;
chipshift        2265 drivers/mtd/chips/jedec_probe.c 	set_bit((base >> cfi->chipshift), chip_map); /* Update chip map */
chipshift          82 drivers/mtd/lpddr/lpddr_cmds.c 			chip->start += j << lpddr->chipshift;
chipshift         461 drivers/mtd/lpddr/lpddr_cmds.c 	int chipnum = adr >> lpddr->chipshift;
chipshift         489 drivers/mtd/lpddr/lpddr_cmds.c 	int chipnum = adr >> lpddr->chipshift;
chipshift         513 drivers/mtd/lpddr/lpddr_cmds.c 	int chipnum = adr >> lpddr->chipshift;
chipshift         522 drivers/mtd/lpddr/lpddr_cmds.c 	ofs = adr - (chipnum << lpddr->chipshift);
chipshift         537 drivers/mtd/lpddr/lpddr_cmds.c 		if ((len + ofs - 1) >> lpddr->chipshift)
chipshift         538 drivers/mtd/lpddr/lpddr_cmds.c 			thislen = (1<<lpddr->chipshift) - ofs;
chipshift         554 drivers/mtd/lpddr/lpddr_cmds.c 		last_end += 1 << lpddr->chipshift;
chipshift         565 drivers/mtd/lpddr/lpddr_cmds.c 	int chipnum = adr >> lpddr->chipshift, err = 0;
chipshift         569 drivers/mtd/lpddr/lpddr_cmds.c 	ofs = adr - (chipnum << lpddr->chipshift);
chipshift         579 drivers/mtd/lpddr/lpddr_cmds.c 		if ((len + ofs - 1) >> lpddr->chipshift)
chipshift         580 drivers/mtd/lpddr/lpddr_cmds.c 			thislen = (1<<lpddr->chipshift) - ofs;
chipshift         635 drivers/mtd/lpddr/lpddr_cmds.c 	chipnum = to >> lpddr->chipshift;
chipshift         694 drivers/mtd/lpddr/lpddr_cmds.c 	int chipnum = adr >> lpddr->chipshift;
chipshift         166 drivers/mtd/lpddr/qinfo_probe.c 	lpddr.chipshift = lpddr.qinfo->DevSizeShift;
chipshift         178 drivers/mtd/lpddr/qinfo_probe.c 	retlpddr->chipshift = retlpddr->qinfo->DevSizeShift -
chipshift         169 drivers/usb/storage/alauda.c 	unsigned char chipshift;	/* 1<<cs bytes total capacity */
chipshift         422 drivers/usb/storage/alauda.c 	MEDIA_INFO(us).capacity = 1 << media_info->chipshift;
chipshift         109 drivers/usb/storage/sddr09.c 	int chipshift;		/* 1<<cs bytes total capacity */
chipshift        1169 drivers/usb/storage/sddr09.c 			", %d MB", 1<<(cardinfo->chipshift - 20));
chipshift        1600 drivers/usb/storage/sddr09.c 		info->capacity = (1 << cardinfo->chipshift);
chipshift         287 include/linux/mtd/cfi.h 	unsigned long chipshift; /* Because they're of the same type */
chipshift         189 include/linux/mtd/doc2000.h 	int chipshift;
chipshift          26 include/linux/mtd/qinfo.h 	unsigned long chipshift;