Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.h37 enum hw90_block CheckBlock,
H A Dr8192E_phy.c323 bool rtl92e_check_bb_and_rf(struct net_device *dev, enum hw90_block CheckBlock, in rtl92e_check_bb_and_rf() argument
336 if (CheckBlock == HW90_BLOCK_MAC) { in rtl92e_check_bb_and_rf()
343 switch (CheckBlock) { in rtl92e_check_bb_and_rf()
346 rtl92e_writel(dev, WriteAddr[CheckBlock], in rtl92e_check_bb_and_rf()
348 dwRegRead = rtl92e_readl(dev, WriteAddr[CheckBlock]); in rtl92e_check_bb_and_rf()
/openbmc/linux/drivers/staging/rtl8192u/
H A Dr819xU_phy.h61 enum hw90_block_e CheckBlock,
H A Dr819xU_phy.c681 u8 rtl8192_phy_checkBBAndRF(struct net_device *dev, enum hw90_block_e CheckBlock, in rtl8192_phy_checkBBAndRF() argument
694 RT_TRACE(COMP_PHY, "%s(), CheckBlock: %d\n", __func__, CheckBlock); in rtl8192_phy_checkBBAndRF()
697 switch (CheckBlock) { in rtl8192_phy_checkBBAndRF()
705 write_nic_dword(dev, WriteAddr[CheckBlock], in rtl8192_phy_checkBBAndRF()
707 read_nic_dword(dev, WriteAddr[CheckBlock], &reg); in rtl8192_phy_checkBBAndRF()