Home
last modified time | relevance | path

Searched refs:rww (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/mtd/spi-nor/
H A Dcore.c637 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_start_rdst() local
656 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_end_rdst() local
1202 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_start_io() local
1244 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_start_exclusive() local
1249 if (rww->ongoing_io || rww->ongoing_rd || rww->ongoing_pe) in spi_nor_rww_start_exclusive()
1264 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_end_exclusive() local
1305 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_start_pe() local
1313 if (rww->ongoing_io || rww->ongoing_rd || rww->ongoing_pe) in spi_nor_rww_start_pe()
1335 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_end_pe() local
1382 struct spi_nor_rww *rww = &nor->rww; in spi_nor_rww_start_rd() local
[all …]
/openbmc/linux/include/linux/mtd/
H A Dspi-nor.h391 } rww; member