Lines Matching refs:chip

243 /* Define chip-selects as reserved by default until probe completes */
971 pr_err("%s: requested chip-select is disabled\n", __func__);
1076 * @cs: GPMC chip select number on which the NAND sits. The
1077 * register map returned will be specific to this chip select.
1799 * @cs: GPMC chip-select to program
1802 * Programs non-timing related settings for a GPMC chip-select, such as
1804 * for each chip-select that is being used and must be called before
1905 * gpmc_cs_remap - remaps a chip-select physical base address
1906 * @cs: chip-select to remap
1907 * @base: physical base address to re-map chip-select to
1909 * Re-maps a chip-select to a new physical base address specified by
1919 pr_err("%s: requested chip-select is disabled\n", __func__);
1925 * allocated for the chip select and that the new base confirms
1999 /* chip select timtings */
2067 * Allocates and configures a GPMC chip-select for a child device.
2097 * on a single chip select. If so, use the already initialized
2281 pr_err("%s: number of chip-selects not defined\n", __func__);
2284 pr_err("%s: all chip-selects are disabled\n", __func__);
2287 pr_err("%s: number of supported chip-selects cannot be > %d\n",
2330 static int gpmc_gpio_get_direction(struct gpio_chip *chip, unsigned int offset)
2335 static int gpmc_gpio_direction_input(struct gpio_chip *chip,
2341 static int gpmc_gpio_direction_output(struct gpio_chip *chip,
2347 static void gpmc_gpio_set(struct gpio_chip *chip, unsigned int offset,
2352 static int gpmc_gpio_get(struct gpio_chip *chip, unsigned int offset)
2380 dev_err(gpmc->dev, "could not register gpio chip: %d\n", ret);