Home
last modified time | relevance | path

Searched refs:cfg_cmd (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Deepro100.c478 struct descriptor *ias_cmd, *cfg_cmd; in eepro100_init() local
521 cfg_cmd = (struct descriptor *) &tx_ring[tx_cur]; in eepro100_init()
522 cfg_cmd->command = cpu_to_le16 ((CONFIG_SYS_CMD_SUSPEND | CONFIG_SYS_CMD_CONFIGURE)); in eepro100_init()
523 cfg_cmd->status = 0; in eepro100_init()
524 cfg_cmd->link = cpu_to_le32 (phys_to_bus ((u32) & tx_ring[tx_next])); in eepro100_init()
526 memcpy (cfg_cmd->params, i82558_config_cmd, in eepro100_init()