Searched refs:dev_id (Results 1 – 10 of 10) sorted by relevance
| /include/net/pfe_eth/ |
| A D | pfe_mdio.h | 10 int pfe_phy_configure(struct pfe_eth_dev *priv, int dev_id, int phy_id);
|
| A D | pfe_eth.h | 98 void pfe_set_mdio(int dev_id, struct mii_dev *bus); 99 void pfe_set_phy_address_mode(int dev_id, int phy_id, int phy_mode); 100 int gemac_initialize(struct bd_info *bis, int dev_id, char *devname);
|
| /include/ |
| A D | libata.h | 579 static inline int ata_drive_40wire(const u16 *dev_id) in ata_drive_40wire() argument 581 if (ata_id_is_sata(dev_id)) in ata_drive_40wire() 583 if ((dev_id[93] & 0xE000) == 0x6000) in ata_drive_40wire() 588 static inline int ata_drive_40wire_relaxed(const u16 *dev_id) in ata_drive_40wire_relaxed() argument 590 if ((dev_id[93] & 0x2000) == 0x2000) in ata_drive_40wire_relaxed() 595 static inline int atapi_cdb_len(const u16 *dev_id) in atapi_cdb_len() argument 597 u16 tmp = dev_id[0] & 0x3; in atapi_cdb_len() 605 static inline int atapi_command_packet_set(const u16 *dev_id) in atapi_command_packet_set() argument 607 return (dev_id[0] >> 8) & 0x1f; in atapi_command_packet_set() 610 static inline int atapi_id_dmadir(const u16 *dev_id) in atapi_id_dmadir() argument [all …]
|
| A D | k3-avs.h | 29 int k3_avs_notify_freq(int dev_id, int clk_id, u32 freq);
|
| A D | netdev.h | 49 int fecmxc_initialize_multi(struct bd_info *bis, int dev_id, int phy_id, 120 struct mii_dev *fec_get_miibus(struct udevice *dev, ulong base_addr, int dev_id); 124 int fec_probe(struct bd_info *bd, int dev_id, uint32_t base_addr,
|
| A D | k3-clk.h | 17 int dev_id; member 22 #define DEV_CLK(_dev_id, _clk_id, _clk_name) { .dev_id = _dev_id, \
|
| A D | dwmmc.h | 202 int dev_id; member
|
| A D | ec_commands.h | 4140 uint16_t dev_id; member 4152 uint16_t dev_id; member
|
| /include/linux/soc/ti/ |
| A D | ti_sci_protocol.h | 265 int (*get_range)(const struct ti_sci_handle *handle, u32 dev_id, 268 u32 dev_id, u8 subtype, u8 s_host, 704 struct udevice *dev, u32 dev_id, char *of_prop); 737 struct udevice *dev, u32 dev_id, char *of_prop) in devm_ti_sci_get_of_resource() argument
|
| /include/linux/mtd/ |
| A D | rawnand.h | 32 int nand_detect(struct nand_chip *chip, int *maf_id, int *dev_id, 1074 { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \ 1088 { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \ 1130 uint8_t dev_id; member
|
Completed in 38 milliseconds