data_pads         281 drivers/mtd/devices/st_spi_fsm.c 	uint8_t         data_pads;      /* No. of data pads */
data_pads        1063 drivers/mtd/devices/st_spi_fsm.c 	seq->seq_cfg = ((cfg->data_pads - 1) << 16 |
data_pads        1152 drivers/mtd/devices/st_spi_fsm.c 	uint32_t data_pads;
data_pads        1187 drivers/mtd/devices/st_spi_fsm.c 	data_pads = ((fsm->stfsm_seq_read.seq_cfg >> 16) & 0x3) + 1;
data_pads        1188 drivers/mtd/devices/st_spi_fsm.c 	if (data_pads == 4) {
data_pads        1391 drivers/mtd/devices/st_spi_fsm.c 	uint32_t data_pads;
data_pads        1445 drivers/mtd/devices/st_spi_fsm.c 	data_pads = ((fsm->stfsm_seq_read.seq_cfg >> 16) & 0x3) + 1;
data_pads        1446 drivers/mtd/devices/st_spi_fsm.c 	if (data_pads == 4) {
data_pads        1478 drivers/mtd/devices/st_spi_fsm.c 	uint32_t data_pads;
data_pads        1490 drivers/mtd/devices/st_spi_fsm.c 	data_pads = ((fsm->stfsm_seq_read.seq_cfg >> 16) & 0x3) + 1;
data_pads        1491 drivers/mtd/devices/st_spi_fsm.c 	if (data_pads == 4) {
data_pads        1518 drivers/mtd/devices/st_spi_fsm.c 	uint32_t data_pads;
data_pads        1534 drivers/mtd/devices/st_spi_fsm.c 	data_pads = ((seq->seq_cfg >> 16) & 0x3) + 1;
data_pads        1535 drivers/mtd/devices/st_spi_fsm.c 	read_mask = (data_pads << 2) - 1;
data_pads        1579 drivers/mtd/devices/st_spi_fsm.c 	uint32_t data_pads;
data_pads        1598 drivers/mtd/devices/st_spi_fsm.c 	data_pads = ((seq->seq_cfg >> 16) & 0x3) + 1;
data_pads        1599 drivers/mtd/devices/st_spi_fsm.c 	write_mask = (data_pads << 2) - 1;