Searched refs:cs_num (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/drivers/mtd/nand/raw/ |
D | intel-nand-controller.c | 123 u8 cs_num; member 145 u8 cs_num = ebu_host->cs_num; in ebu_nand_readb() local 148 val = readb(ebu_host->cs[cs_num].chipaddr + HSNAND_CS_OFFS); in ebu_nand_readb() 156 u8 cs_num = ebu_host->cs_num; in ebu_nand_writeb() local 158 writeb(value, ebu_host->cs[cs_num].chipaddr + offset); in ebu_nand_writeb() 189 u32 cs = ebu_host->cs_num; in ebu_select_chip() 231 writel(reg, ctrl->ebu + EBU_BUSCON(ctrl->cs_num)); in ebu_nand_set_timings() 380 HSNAND_CTL_ECC_OFF_V8TH | HSNAND_CTL_CE_SEL_CS(ebu_host->cs_num) | in ebu_nand_trigger() 619 ebu_host->cs_num = cs; in ebu_nand_probe()
|
/Linux-v6.1/include/linux/spi/ |
D | spi-fsl-dspi.h | 17 u32 cs_num; member
|
/Linux-v6.1/arch/m68k/coldfire/ |
D | stmark2.c | 58 .cs_num = 4,
|
/Linux-v6.1/drivers/ata/ |
D | pata_octeon_cf.c | 807 const __be32 *cs_num; in octeon_cf_probe() local 844 cs_num = reg_prop->value; in octeon_cf_probe() 845 cf_port->cs0 = be32_to_cpup(cs_num); in octeon_cf_probe() 892 cs_num += n_addr + n_size; in octeon_cf_probe() 893 cf_port->cs1 = be32_to_cpup(cs_num); in octeon_cf_probe()
|
/Linux-v6.1/drivers/spi/ |
D | spi-dln2.c | 184 static int dln2_spi_get_cs_num(struct dln2_spi *dln2, u16 *cs_num) in dln2_spi_get_cs_num() argument 203 *cs_num = le16_to_cpu(rx.cs_count); in dln2_spi_get_cs_num() 205 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 | 93 unsigned cs_num; member 131 .cs_num = 2, 1735 } else if (config->cs_num) { in pxa2xx_spi_probe() 1736 platform_info->num_chipselect = config->cs_num; in pxa2xx_spi_probe()
|