Home
last modified time | relevance | path

Searched refs:chipsel (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dnand_bbt.c619 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 Dnand_bbt.c714 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 Ddavinci-nand.txt39 - 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 Dkeystone-k2l-evm.dts73 ti,davinci-mask-chipsel = <0>;
H A Dkeystone-k2e-evm.dts96 ti,davinci-mask-chipsel = <0>;
H A Dkeystone-k2hk-evm.dts117 ti,davinci-mask-chipsel = <0>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dkeystone-k2l-evm.dts87 ti,davinci-mask-chipsel = <0>;
H A Dkeystone-k2e-evm.dts114 ti,davinci-mask-chipsel = <0>;
H A Dkeystone-k2hk-evm.dts131 ti,davinci-mask-chipsel = <0>;
H A Dda850-lcdk.dts356 ti,davinci-mask-chipsel = <0>;
H A Dda850-evm.dts437 ti,davinci-mask-chipsel = <0>;
/OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/
H A Dnvp6158_common.h184 unsigned char chipsel; member
H A Dnvp6158_drv.c500 nvp6158_set_portmode(optmode.chipsel, optmode.portsel, optmode.portmode, optmode.chid); in nvp6158_native_ioctl()