Searched refs:cs_num (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/drivers/mtd/nand/raw/ |
D | intel-nand-controller.c | 126 u8 cs_num; member 148 u8 cs_num = ebu_host->cs_num; in ebu_nand_readb() local 151 val = readb(ebu_host->cs[cs_num].chipaddr + HSNAND_CS_OFFS); in ebu_nand_readb() 159 u8 cs_num = ebu_host->cs_num; in ebu_nand_writeb() local 161 writeb(value, ebu_host->cs[cs_num].chipaddr + offset); in ebu_nand_writeb() 192 u32 cs = ebu_host->cs_num; in ebu_select_chip() 234 writel(reg, ctrl->ebu + EBU_BUSCON(ctrl->cs_num)); in ebu_nand_set_timings() 383 HSNAND_CTL_ECC_OFF_V8TH | HSNAND_CTL_CE_SEL_CS(ebu_host->cs_num) | in ebu_nand_trigger() 612 ebu_host->cs_num = cs; in ebu_nand_probe()
|
/Linux-v5.15/include/linux/spi/ |
D | spi-fsl-dspi.h | 17 u32 cs_num; member
|
/Linux-v5.15/arch/m68k/coldfire/ |
D | stmark2.c | 58 .cs_num = 4,
|
/Linux-v5.15/drivers/ata/ |
D | pata_octeon_cf.c | 839 const __be32 *cs_num; in octeon_cf_probe() local 876 cs_num = reg_prop->value; in octeon_cf_probe() 877 cf_port->cs0 = be32_to_cpup(cs_num); in octeon_cf_probe() 921 cs_num += n_addr + n_size; in octeon_cf_probe() 922 cf_port->cs1 = be32_to_cpup(cs_num); in octeon_cf_probe()
|
/Linux-v5.15/drivers/spi/ |
D | spi-dln2.c | 183 static int dln2_spi_get_cs_num(struct dln2_spi *dln2, u16 *cs_num) in dln2_spi_get_cs_num() argument 202 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num() 204 dev_dbg(&dln2->pdev->dev, "cs_num = %d\n", *cs_num); in dln2_spi_get_cs_num()
|
D | spi-fsl-dspi.c | 1224 int ret, cs_num, bus_num = -1; in dspi_probe() local 1254 ctlr->num_chipselect = ctlr->max_native_cs = pdata->cs_num; in dspi_probe() 1262 ret = of_property_read_u32(np, "spi-num-chipselects", &cs_num); in dspi_probe() 1267 ctlr->num_chipselect = ctlr->max_native_cs = cs_num; in dspi_probe()
|
D | spi-pxa2xx.c | 94 unsigned cs_num; member 132 .cs_num = 2, 1847 } else if (config->cs_num) { in pxa2xx_spi_probe() 1848 platform_info->num_chipselect = config->cs_num; in pxa2xx_spi_probe()
|