Searched +full:ts7200 +full:- +full:nand (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mtd/technologic,nand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Technologic Systems NAND controller10 - Nikita Shubin <[email protected]>13 - $ref: nand-controller.yaml18 - const: technologic,ts7200-nand19 - items:20 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.05 /dts-v1/;10 model = "TS-7250 SBC";11 #address-cells = <1>;12 #size-cells = <1>;25 compatible = "gpio-leds";26 led-0 {29 linux,default-trigger = "heartbeat";33 led-1 {42 nand-controller@60000000 {[all …]
1 // SPDX-License-Identifier: GPL-2.05 /dts-v1/;11 #address-cells = <1>;12 #size-cells = <1>;25 compatible = "gpio-leds";26 led-0 {29 linux,default-trigger = "heartbeat";33 led-1 {42 nand-controller@60000000 {43 compatible = "technologic,ts7200-nand";[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Technologic Systems TS72xx NAND controller driver47 switch (chip->ecc.engine_type) { in ts72xx_nand_attach_chip()49 return -EINVAL; in ts72xx_nand_attach_chip()51 if (chip->ecc.algo == NAND_ECC_ALGO_UNKNOWN) in ts72xx_nand_attach_chip()52 chip->ecc.algo = NAND_ECC_ALGO_HAMMING; in ts72xx_nand_attach_chip()53 chip->ecc.algo = NAND_ECC_ALGO_HAMMING; in ts72xx_nand_attach_chip()63 unsigned char bits = ioread8(data->ctrl) & ~GENMASK(2, 0); in ts72xx_nand_ctrl()65 iowrite8(bits | value, data->ctrl); in ts72xx_nand_ctrl()76 switch (instr->type) { in ts72xx_nand_exec_instr()[all …]