Home
last modified time | relevance | path

Searched refs:txctl (Results 1 – 20 of 20) sorted by relevance

/freebsd-13.1/sys/dev/ath/ath_hal/ar9002/
H A Dar9287.c91 uint32_t txctl; in ar9287SetChannel() local
111 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar9287SetChannel()
115 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar9287SetChannel()
118 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar9287SetChannel()
H A Dar9280.c95 uint32_t txctl; in ar9280SetChannel() local
102 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar9280SetChannel()
106 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar9280SetChannel()
109 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar9280SetChannel()
/freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-375-pinctrl.txt44 mpp28 28 gpio, led(p3), ge1(txctl), sd(clk)
73 mpp57 57 gpio, ge0(txctl), ge1(txctl), dev(we0)
H A Dmarvell,armada-xp-pinctrl.txt26 mpp5 5 gpio, ge0(txctl), lcd(d5)
38 mpp17 17 gpio, ge0(col), ge1(txctl), spi1(miso), lcd(d17)
H A Dmarvell,armada-370-pinctrl.txt26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi)
45 mpp24 24 gpio, ge0(col), ge1(txctl), spi1(cs0)
H A Dmarvell,armada-38x-pinctrl.txt29 mpp11 11 gpio, ge0(txctl), dev(ad13)
50 mpp32 32 gpio, ge1(txctl), dev(we0)
H A Dmarvell,armada-39x-pinctrl.txt51 mpp32 32 gpio, dev(we0), ge(txctl)
/freebsd-13.1/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c142 uint32_t txctl; in ar2133SetChannel() local
159 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2133SetChannel()
163 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2133SetChannel()
166 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2133SetChannel()
/freebsd-13.1/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c152 uint32_t txctl; in ar5111SetChannel() local
158 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5111SetChannel()
162 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5111SetChannel()
165 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5111SetChannel()
H A Dar2413.c91 uint32_t txctl; in ar2413SetChannel() local
109 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2413SetChannel()
113 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2413SetChannel()
116 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2413SetChannel()
H A Dar2425.c98 uint32_t txctl; in ar2425SetChannel() local
103 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2425SetChannel()
107 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2425SetChannel()
110 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2425SetChannel()
H A Dar2317.c95 uint32_t txctl; in ar2317SetChannel() local
99 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2317SetChannel()
103 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2317SetChannel()
106 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2317SetChannel()
H A Dar2316.c104 uint32_t txctl; in ar2316SetChannel() local
122 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar2316SetChannel()
126 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar2316SetChannel()
129 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar2316SetChannel()
H A Dar5413.c91 uint32_t txctl; in ar5413SetChannel() local
109 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5413SetChannel()
113 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5413SetChannel()
116 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5413SetChannel()
H A Dar5112.c91 uint32_t txctl; in ar5112SetChannel() local
109 txctl = OS_REG_READ(ah, AR_PHY_CCK_TX_CTRL); in ar5112SetChannel()
113 txctl | AR_PHY_CCK_TX_CTRL_JAPAN); in ar5112SetChannel()
116 txctl &~ AR_PHY_CCK_TX_CTRL_JAPAN); in ar5112SetChannel()
/freebsd-13.1/sys/dev/ixl/
H A Dixl_pf_iflib.c520 u32 txctl; in ixl_initialize_vsi() local
558 txctl = I40E_QTX_CTL_PF_QUEUE; in ixl_initialize_vsi()
559 txctl |= ((hw->pf_id << I40E_QTX_CTL_PF_INDX_SHIFT) & in ixl_initialize_vsi()
561 wr32(hw, I40E_QTX_CTL(i), txctl); in ixl_initialize_vsi()
/freebsd-13.1/sys/dev/bwn/
H A Dif_bwn_phy_g.c704 uint8_t txctl; in bwn_phy_g_set_txpwr() local
716 txctl = pg->pg_txctl; in bwn_phy_g_set_txpwr()
719 if (txctl == 0) { in bwn_phy_g_set_txpwr()
720 txctl = BWN_TXCTL_PA2DB | BWN_TXCTL_TXMIX; in bwn_phy_g_set_txpwr()
728 } else if (rfatt > 4 && txctl) { in bwn_phy_g_set_txpwr()
729 txctl = 0; in bwn_phy_g_set_txpwr()
739 pg->pg_txctl = txctl; in bwn_phy_g_set_txpwr()
3319 const struct bwn_rfatt *rfatt, uint8_t txctl) in bwn_phy_g_set_txpwr_sub() argument
3334 pg->pg_txctl = txctl; in bwn_phy_g_set_txpwr_sub()
3336 pg->pg_rfatt.padmix = (txctl & BWN_TXCTL_TXMIX) ? 1 : 0; in bwn_phy_g_set_txpwr_sub()
[all …]
/freebsd-13.1/sys/dev/vr/
H A Dif_vr.c1447 uint32_t txctl, txstat; in vr_txeof() local
1468 txctl = le32toh(cur_tx->vr_ctl); in vr_txeof()
1476 if ((txctl & VR_TXCTL_FIRSTFRAG) == 0) in vr_txeof()
1802 uint32_t csum_flags, txctl; in vr_encap() local
1922 txctl = txsegs[i].ds_len | VR_TXCTL_TLINK | csum_flags; in vr_encap()
1924 txctl |= VR_TXCTL_FIRSTFRAG; in vr_encap()
1925 desc->vr_ctl = htole32(txctl); in vr_encap()
/freebsd-13.1/sys/contrib/device-tree/Bindings/arm/marvell/
H A Dcp110-system-controller.txt101 mpp10 10 gpio, dev(readyn), ge0(txctl), spi0(miso), spi1(miso), uart0(cts), sata1(present_act)
112 mpp21 21 gpio, dev(ad1), ge0(txctl), sei(in_cp2cp)
/freebsd-13.1/sys/dev/nfe/
H A Dif_nfe.c889 uint32_t rxctl, txctl; in nfe_miibus_statchg() local
911 txctl = NFE_READ(sc, NFE_TX_CTL); in nfe_miibus_statchg()
914 txctl |= NFE_TX_START; in nfe_miibus_statchg()
917 txctl &= ~NFE_TX_START; in nfe_miibus_statchg()
920 NFE_WRITE(sc, NFE_TX_CTL, txctl); in nfe_miibus_statchg()