Searched refs:command_config (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/freescale/fman/ |
| H A D | fman_tgec.c | 71 u32 command_config; /* 0x008 Control and configuration */ member 231 iowrite32be(tmp, ®s->command_config); in init() 398 tmp = ioread32be(®s->command_config); in tgec_set_promiscuous() 403 iowrite32be(tmp, ®s->command_config); in tgec_set_promiscuous() 424 tmp = ioread32be(®s->command_config); in tgec_accept_rx_pause_frames() 429 iowrite32be(tmp, ®s->command_config); in tgec_accept_rx_pause_frames() 454 tmp = ioread32be(®s->command_config); in tgec_link_up() 456 iowrite32be(tmp, ®s->command_config); in tgec_link_up() 466 tmp = ioread32be(®s->command_config); in tgec_link_down() 468 iowrite32be(tmp, ®s->command_config); in tgec_link_down() [all …]
|
| H A D | fman_memac.c | 126 u32 command_config; /* 0x008 Ctrl and cfg */ member 322 tmp = ioread32be(®s->command_config); in reset() 326 iowrite32be(tmp, ®s->command_config); in reset() 331 } while ((ioread32be(®s->command_config) & CMD_CFG_SW_RESET) && in reset() 373 iowrite32be(tmp, ®s->command_config); in init() 558 tmp = ioread32be(®s->command_config); in memac_set_promiscuous() 564 iowrite32be(tmp, ®s->command_config); in memac_set_promiscuous() 580 tmp = ioread32be(®s->command_config); in memac_set_tx_pause_frames() 583 iowrite32be(tmp, ®s->command_config); in memac_set_tx_pause_frames() 609 tmp = ioread32be(®s->command_config); in memac_accept_rx_pause_frames() [all …]
|
| /linux/drivers/net/ethernet/altera/ |
| H A D | altera_tse_main.c | 663 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 666 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 670 if (tse_bit_is_clear(priv->mac_dev, tse_csroffs(command_config), in reset_mac() 677 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 679 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 739 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in init_mac() 754 csrwr32(cmd, priv->mac_dev, tse_csroffs(command_config)); in init_mac() 770 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac() 777 csrwr32(value, priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac() 843 tse_set_bit(priv->mac_dev, tse_csroffs(command_config), in tse_set_rx_mode_hashfilter() [all …]
|