Searched refs:command_config (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/freescale/fman/ |
| D | fman_memac.c | 126 u32 command_config; /* 0x008 Ctrl and cfg */ member 323 tmp = ioread32be(®s->command_config); in reset() 327 iowrite32be(tmp, ®s->command_config); in reset() 332 } while ((ioread32be(®s->command_config) & CMD_CFG_SW_RESET) && in reset() 374 iowrite32be(tmp, ®s->command_config); in init() 559 tmp = ioread32be(®s->command_config); in memac_set_promiscuous() 565 iowrite32be(tmp, ®s->command_config); in memac_set_promiscuous() 581 tmp = ioread32be(®s->command_config); in memac_set_tx_pause_frames() 584 iowrite32be(tmp, ®s->command_config); in memac_set_tx_pause_frames() 610 tmp = ioread32be(®s->command_config); in memac_accept_rx_pause_frames() [all …]
|
| 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 …]
|
| /Linux-v6.6/drivers/net/ethernet/altera/ |
| D | altera_tse_main.c | 667 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 670 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 674 if (tse_bit_is_clear(priv->mac_dev, tse_csroffs(command_config), in reset_mac() 681 dat = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 683 csrwr32(dat, priv->mac_dev, tse_csroffs(command_config)); in reset_mac() 743 cmd = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in init_mac() 758 csrwr32(cmd, priv->mac_dev, tse_csroffs(command_config)); in init_mac() 774 u32 value = csrrd32(priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac() 781 csrwr32(value, priv->mac_dev, tse_csroffs(command_config)); in tse_set_mac() 847 tse_set_bit(priv->mac_dev, tse_csroffs(command_config), in tse_set_rx_mode_hashfilter() [all …]
|
| D | altera_tse.h | 171 u32 command_config; member
|