Searched refs:po32m (Results 1 – 7 of 7) sorted by relevance
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_phy.c | 271 if (!po32m(hw, NGBE_MDIOSCD, NGBE_MDIOSCD_BUSY, in ngbe_read_phy_reg_mdi() 334 if (!po32m(hw, NGBE_MDIOSCD, NGBE_MDIOSCD_BUSY, in ngbe_write_phy_reg_mdi()
|
| H A D | ngbe_mng.c | 56 loop = po32m(hw, NGBE_MNGMBXCTL, in ngbe_hic_unlocked()
|
| H A D | ngbe_regs.h | 1413 po32m(struct ngbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m() function 1449 po32m((hw), reg, mask, mask, NULL, 5, slice); \ 1454 po32m((hw), reg, mask, mask, NULL, 5, slice); \
|
| /dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_phy.c | 332 if (!po32m(hw, TXGBE_MDIOSCD, TXGBE_MDIOSCD_BUSY, in txgbe_read_phy_reg_mdi() 393 if (!po32m(hw, TXGBE_MDIOSCD, TXGBE_MDIOSCD_BUSY, in txgbe_write_phy_reg_mdi() 1218 if (!po32m(hw, TXGBE_I2CICR, TXGBE_I2CICR_TXEMPTY, in txgbe_read_i2c_byte_unlocked() 1229 if (!po32m(hw, TXGBE_I2CICR, TXGBE_I2CICR_RXFULL, in txgbe_read_i2c_byte_unlocked() 1280 if (!po32m(hw, TXGBE_I2CICR, TXGBE_I2CICR_TXEMPTY, in txgbe_write_i2c_byte_unlocked() 1289 if (!po32m(hw, TXGBE_I2CICR, TXGBE_I2CICR_RXFULL, in txgbe_write_i2c_byte_unlocked() 1358 if (!po32m(hw, TXGBE_I2CSTAT, TXGBE_I2CSTAT_MST, in txgbe_i2c_stop()
|
| H A D | txgbe_mng.c | 75 loop = po32m(hw, TXGBE_MNGMBXCTL, in txgbe_hic_unlocked()
|
| H A D | txgbe_vf.c | 491 if (po32m(hw, TXGBE_VFSTATUS, TXGBE_VFSTATUS_UP, in txgbe_check_mac_link_vf()
|
| H A D | txgbe_regs.h | 1855 po32m(struct txgbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m() function 1896 po32m((hw), reg, mask, mask, NULL, 5, slice); \ 1901 po32m((hw), reg, mask, mask, NULL, 5, slice); \
|