Searched refs:chip (Results 1 – 8 of 8) sorted by relevance
| /include/linux/mtd/ |
| A D | rawnand.h | 235 #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG)) argument 236 #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ)) argument 237 #define NAND_HAS_SUBPAGE_WRITE(chip) !((chip)->options & NAND_NO_SUBPAGE_WRITE) argument 1008 chip->flash_node = node; in nand_set_flash_node() 1013 return chip->flash_node; in nand_get_flash_node() 1023 return &chip->mtd; in nand_to_mtd() 1028 return chip->priv; in nand_get_controller_data() 1033 chip->priv = priv; in nand_set_controller_data() 1252 return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0; in onfi_feature() 1258 if (!chip->onfi_version) in onfi_get_async_timing_mode() [all …]
|
| /include/ |
| A D | pca953x.h | 21 int pca953x_set_val(u8 chip, uint mask, uint data); 22 int pca953x_set_pol(u8 chip, uint mask, uint data); 23 int pca953x_set_dir(u8 chip, uint mask, uint data); 24 int pca953x_get_val(u8 chip);
|
| A D | i2c.h | 563 int i2c_chip_of_to_plat(struct udevice *dev, struct dm_i2c_chip *chip); 654 int (*probe)(struct i2c_adapter *adap, uint8_t chip); 655 int (*read)(struct i2c_adapter *adap, uint8_t chip, 658 int (*write)(struct i2c_adapter *adap, uint8_t chip, 752 int i2c_probe(uint8_t chip); 766 int i2c_read(uint8_t chip, unsigned int addr, int alen, 769 int i2c_write(uint8_t chip, unsigned int addr, int alen, 805 int i2c_probe(uchar chip); 819 int i2c_read(uchar chip, uint addr, int alen, uchar *buffer, int len); 820 int i2c_write(uchar chip, uint addr, int alen, uchar *buffer, int len);
|
| A D | mxs_nand.h | 44 struct nand_chip chip; member
|
| A D | nand.h | 113 void board_nand_select_device(struct nand_chip *nand, int chip);
|
| A D | cadence-nand.h | 500 struct nand_chip chip; member
|
| A D | ec_commands.h | 2383 uint8_t chip; member 2395 uint8_t chip; member 4325 uint8_t chip; /* chip id (should be 0) */ member
|
| /include/env/pg-wcom/ |
| A D | common.env | 3 /* one flash chip only called boot */
|
Completed in 42 milliseconds