Home
last modified time | relevance | path

Searched refs:chipsel (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_bbt.c708 * @chipsel: selector for a specific chip, -1 for all
714 int chipsel) in write_bbt()
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()
712 write_bbt(struct nand_chip *this, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) write_bbt() argument
1045 int chip, chipsel; nand_update_bbt() local
[all...]
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dnand_bbt.c741 * @chipsel: selector for a specific chip, -1 for all
747 int chipsel) in write_bbt()
772 if (chipsel == -1) { in write_bbt()
775 nrchips = chipsel + 1; in write_bbt()
776 chip = chipsel; in write_bbt()
953 int i, chips, writeops, create, chipsel, res, res2; in check_create() local
971 chipsel = (td->options & NAND_BBT_PERCHIP) ? i : -1; in check_create()
1010 create_bbt(this, buf, bd, chipsel); in check_create()
1019 res = read_abs_bbt(this, buf, rd, chipsel); in check_create()
1030 res2 = read_abs_bbt(this, buf, rd2, chipsel); in check_create()
745 write_bbt(struct nand_chip *this, uint8_t *buf, struct nand_bbt_descr *td, struct nand_bbt_descr *md, int chipsel) write_bbt() argument
1078 int chip, chipsel; nand_update_bbt() local
[all...]
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-cadence-xspi.c165 #define CDNS_XSPI_CMD_FLD_P1_INSTR_CMD_4(op, chipsel) ( \
168 FIELD_PREP(CDNS_XSPI_CMD_P1_R4_BANK, chipsel))
184 #define CDNS_XSPI_CMD_FLD_DSEQ_CMD_4(op, chipsel) ( \
185 FIELD_PREP(CDNS_XSPI_CMD_DSEQ_R4_BANK, chipsel) | \

Completed in 5 milliseconds