Searched refs:NES_IDX_MAC_INT_STATUS (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/nes/ |
D | nes_utils.c | 423 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS); in nes_write_1G_phy_reg() 426 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS, 1); in nes_write_1G_phy_reg() 453 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS); in nes_read_1G_phy_reg() 456 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS, 1); in nes_read_1G_phy_reg() 487 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS); in nes_write_10G_phy_reg() 489 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS, 1); in nes_write_10G_phy_reg() 502 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS); in nes_write_10G_phy_reg() 504 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS, 1); in nes_write_10G_phy_reg() 532 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS); in nes_read_10G_phy_reg() 534 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS, 1); in nes_read_10G_phy_reg() [all …]
|
D | nes_hw.h | 130 NES_IDX_MAC_INT_STATUS = 0x21f0, enumerator
|
D | nes_nic.c | 1825 u32temp = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS + (0x200 * nesdev->mac_index)); in nes_netdev_init() 1827 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS + (0x200 * nesdev->mac_index), u32temp); in nes_netdev_init()
|
D | nes_hw.c | 2444 mac_status = nes_read_indexed(nesdev, NES_IDX_MAC_INT_STATUS + (mac_index * 0x200)); in nes_process_mac_intr() 2446 nes_write_indexed(nesdev, NES_IDX_MAC_INT_STATUS + (mac_index * 0x200), mac_status); in nes_process_mac_intr()
|