Searched refs:chips (Results 26 - 50 of 121) sorted by relevance

12345

/linux-master/drivers/spi/
H A Dspi-gxp.c47 struct gxp_spi_chip chips[GXP_SPI0_MAX_CHIPSELECT]; member in struct:gxp_spi
203 struct gxp_spi_chip *chip = &spifi->chips[spi_get_chipselect(mem->spi, 0)];
240 struct gxp_spi_chip *chip = &spifi->chips[cs];
H A Dspi-sc18is602.c19 enum chips { sc18is602, sc18is602b, sc18is603 }; enum
41 enum chips id;
/linux-master/drivers/hwmon/pmbus/
H A Dmp2856.c49 enum chips { mp2856 = 1, mp2857 }; enum
69 enum chips chip_id;
407 data->chip_id = (enum chips)(uintptr_t)i2c_get_match_data(client);
H A Dfsp-3y.c31 enum chips { enum
46 static int page_log_to_page_real(int page_log, enum chips chip)
H A Dpim4328.c17 enum chips { pim4006, pim4328, pim4820 }; enum
20 enum chips id;
H A Dtps53679.c18 enum chips { enum
113 * Common identification function for chips with multi-phase support.
114 * Since those chips have special configuration registers, we want to have
235 enum chips chip_id;
H A Dbpa-rs600.c15 enum chips { bpa_rs600, bpd_rs600 }; enum
H A Dmax20730.c23 enum chips { enum
50 enum chips id;
666 enum chips chip_id;
687 * The chips support reading PMBUS_MFR_MODEL. On both MAX20730
693 * a mismatch. If that doesn't work for all chips, we may have
/linux-master/drivers/mtd/lpddr/
H A Dlpddr_cmds.c75 chip = &lpddr->chips[0];
81 *chip = lpddr->chips[i];
486 struct flchip *chip = &lpddr->chips[chipnum];
514 struct flchip *chip = &lpddr->chips[chipnum];
539 struct flchip *chip = &lpddr->chips[chipnum];
555 /* We cannot point across chips that are virtually disjoint */
580 chip = &lpddr->chips[chipnum];
599 chip = &lpddr->chips[chipnum];
671 ret = do_write_buffer(map, &lpddr->chips[chipnum],
719 struct flchip *chip = &lpddr->chips[chipnu
[all...]
/linux-master/drivers/soc/hisilicon/
H A Dkunpeng_hccs.h76 struct hccs_chip_info *chips; member in struct:hccs_dev
H A Dkunpeng_hccs.c391 hdev->chips = devm_kzalloc(hdev->dev,
394 if (!hdev->chips) {
395 dev_err(hdev->dev, "allocate all chips memory failed.\n");
400 chip = &hdev->chips[idx];
458 chip = &hdev->chips[i];
608 chip = &hdev->chips[i];
1160 hccs_remove_chip_dir(&hdev->chips[i]);
1248 chip = &hdev->chips[id];
1259 hccs_remove_chip_dir(&hdev->chips[k]);
/linux-master/drivers/hwmon/
H A Dmax1111.c22 enum chips { max1110, max1111, max1112, max1113 }; enum
185 enum chips chip = spi_get_device_id(spi)->driver_data;
H A Dmax31827.c49 enum chips { max31827 = 1, max31828, max31829 }; enum
498 enum chips type;
515 type = (enum chips)(uintptr_t)device_get_match_data(dev);
H A Dmcp3021.c38 enum chips { enum
H A Dad7418.c27 enum chips { ad7416, ad7417, ad7418 }; enum
46 enum chips type;
H A Dds1621.c37 enum chips { ds1621, ds1625, ds1631, ds1721, ds1731 }; enum
114 enum chips kind; /* device type */
H A Dlm83.c39 enum chips { lm83, lm82 }; enum
104 enum chips type;
400 * those chips from LM83, and they will be misdetected as LM83.
H A Dtmp401.c35 enum chips { tmp401, tmp411, tmp431, tmp432, tmp435 }; enum
111 enum chips kind;
613 enum chips kind;
/linux-master/drivers/mtd/nand/raw/ingenic/
H A Dingenic_nand_drv.c48 struct list_head chips; member in struct:ingenic_nfc
415 list_add_tail(&nand->chip_list, &nfc->chips);
426 while (!list_empty(&nfc->chips)) {
427 ingenic_chip = list_first_entry(&nfc->chips,
447 dev_err(dev, "found %d chips but only %d banks\n",
499 INIT_LIST_HEAD(&nfc->chips);
/linux-master/include/linux/mtd/
H A Ddoc2000.h199 struct Nand *chips; member in struct:DiskOnChip
/linux-master/drivers/watchdog/
H A Df71808e_wdt.c108 enum chips { f71808fg, f71858fg, f71862fg, f71868, f71869, f71882fg, f71889fg, enum
138 enum chips type;
148 enum chips type;
539 enum chips type;
H A Dw83627hf_wdt.c49 enum chips { w83627hf, w83627s, w83697hf, w83697ug, w83637hf, w83627thf, enum
154 static int w83627hf_init(struct watchdog_device *wdog, enum chips chip)
221 * These chips have a fixed WDTO# output pin (W83627UHG),
/linux-master/drivers/pinctrl/meson/
H A Dpinctrl-meson.c667 unsigned int chips; local
669 chips = gpiochip_node_count(pc->dev);
670 if (!chips) {
674 if (chips > 1) {
/linux-master/drivers/mtd/nand/spi/
H A Dxtx.c260 .chips = xtx_spinand_table,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c735 #define IS_E1_REG(chips) ((chips & DUMP_CHIP_E1) == DUMP_CHIP_E1)
736 #define IS_E1H_REG(chips) ((chips & DUMP_CHIP_E1H) == DUMP_CHIP_E1H)
737 #define IS_E2_REG(chips) ((chips & DUMP_CHIP_E2) == DUMP_CHIP_E2)
738 #define IS_E3A0_REG(chips) ((chips & DUMP_CHIP_E3A0) == DUMP_CHIP_E3A0)
739 #define IS_E3B0_REG(chips) ((chips
[all...]

Completed in 574 milliseconds

12345