| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 619 int chipsel) in write_bbt() argument 643 if (chipsel == -1) { in write_bbt() 646 nrchips = chipsel + 1; in write_bbt() 647 chip = chipsel; in write_bbt() 840 int i, chips, writeops, create, chipsel, res, res2; in check_create() local 859 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create() 898 create_bbt(mtd, buf, bd, chipsel); in check_create() 907 res = read_abs_bbt(mtd, buf, rd, chipsel); in check_create() 918 res2 = read_abs_bbt(mtd, buf, rd2, chipsel); in check_create() 940 res = write_bbt(mtd, buf, td, md, chipsel); in check_create() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_bbt.c | 714 int chipsel) in write_bbt() argument 739 if (chipsel == -1) { in write_bbt() 742 nrchips = chipsel + 1; in write_bbt() 743 chip = chipsel; in write_bbt() 920 int i, chips, writeops, create, chipsel, res, res2; in check_create() local 938 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create() 977 create_bbt(this, buf, bd, chipsel); in check_create() 986 res = read_abs_bbt(this, buf, rd, chipsel); in check_create() 997 res2 = read_abs_bbt(this, buf, rd2, chipsel); in check_create() 1019 res = write_bbt(this, buf, td, md, chipsel); in check_create() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | davinci-nand.txt | 39 - ti,davinci-mask-chipsel: mask for chipselect address. Needed to mask 85 ti,davinci-mask-chipsel = <0>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | keystone-k2l-evm.dts | 73 ti,davinci-mask-chipsel = <0>;
|
| H A D | keystone-k2e-evm.dts | 96 ti,davinci-mask-chipsel = <0>;
|
| H A D | keystone-k2hk-evm.dts | 117 ti,davinci-mask-chipsel = <0>;
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | keystone-k2l-evm.dts | 87 ti,davinci-mask-chipsel = <0>;
|
| H A D | keystone-k2e-evm.dts | 114 ti,davinci-mask-chipsel = <0>;
|
| H A D | keystone-k2hk-evm.dts | 131 ti,davinci-mask-chipsel = <0>;
|
| H A D | da850-lcdk.dts | 356 ti,davinci-mask-chipsel = <0>;
|
| H A D | da850-evm.dts | 437 ti,davinci-mask-chipsel = <0>;
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_common.h | 184 unsigned char chipsel; member
|
| H A D | nvp6158_drv.c | 500 nvp6158_set_portmode(optmode.chipsel, optmode.portsel, optmode.portmode, optmode.chid); in nvp6158_native_ioctl()
|