Searched refs:trx (Results 1 – 15 of 15) sorted by relevance
| /freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
| H A D | bcm53016-dlink-dwl-8610ap.dts | 111 /* This is named nflash1.trx in CFE */ 112 trx@0 { 115 compatible = "brcm,trx"; 122 compatible = "brcm,trx";
|
| H A D | bcm47094-linksys-panamera.dts | 289 compatible = "linksys,ns-firmware", "brcm,trx"; 294 compatible = "linksys,ns-firmware", "brcm,trx";
|
| H A D | bcm47094-phicomm-k3.dts | 67 compatible = "brcm,trx";
|
| H A D | bcm4709-asus-rt-ac87u.dts | 100 compatible = "brcm,trx";
|
| H A D | bcm47081-tplink-archer-c5-v2.dts | 102 compatible = "brcm,trx";
|
| H A D | bcm4709-tplink-archer-c9-v1.dts | 111 compatible = "brcm,trx";
|
| H A D | bcm4709-asus-rt-ac3200.dts | 111 compatible = "brcm,trx";
|
| H A D | bcm47094-asus-rt-ac3100.dtsi | 117 compatible = "brcm,trx";
|
| H A D | bcm47094-asus-rt-ac5300.dts | 117 compatible = "brcm,trx";
|
| /freebsd/sys/contrib/device-tree/Bindings/mtd/partitions/ |
| H A D | brcm,trx.txt | 29 - compatible : (required) must be "brcm,trx" 33 - brcm,trx-magic: TRX magic, if it is different from the default magic 40 compatible = "brcm,trx";
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | testmode.h | 42 struct mt7915_tm_trx trx; member
|
| H A D | testmode.c | 112 .param.trx.type = type, in mt7915_tm_set_trx() 113 .param.trx.enable = en, in mt7915_tm_set_trx() 114 .param.trx.band = phy->mt76->band_idx, in mt7915_tm_set_trx()
|
| /freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 1120 struct trx_header_le *trx; in check_file() local 1122 const struct trx_header_le *trx; in check_file() 1129 trx = (struct trx_header_le *) headers; in check_file() 1131 trx = (const struct trx_header_le *) headers; in check_file() 1133 if (trx->magic != cpu_to_le32(TRX_MAGIC)) in check_file() 1138 if (le32_to_cpu(trx->flag_version) & TRX_UNCOMP_IMAGE) { in check_file() 1139 actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]); in check_file()
|
| /freebsd/sys/contrib/device-tree/src/arm/renesas/ |
| H A D | r8a7742-iwg21d-q7.dts | 236 can-trx-en-hog { 240 line-name = "can-trx-en-gpio";
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | fw.c | 6202 struct rtw89_btc_trx_info *trx = &btc->dm.trx_info; local 6218 RTW89_SET_FWCMD_CXTRX_TXLV(cmd, trx->tx_lvl); 6219 RTW89_SET_FWCMD_CXTRX_RXLV(cmd, trx->rx_lvl); 6220 RTW89_SET_FWCMD_CXTRX_WLRSSI(cmd, trx->wl_rssi); 6221 RTW89_SET_FWCMD_CXTRX_BTRSSI(cmd, trx->bt_rssi); 6222 RTW89_SET_FWCMD_CXTRX_TXPWR(cmd, trx->tx_power); 6223 RTW89_SET_FWCMD_CXTRX_RXGAIN(cmd, trx->rx_gain); 6224 RTW89_SET_FWCMD_CXTRX_BTTXPWR(cmd, trx->bt_tx_power); 6225 RTW89_SET_FWCMD_CXTRX_BTRXGAIN(cmd, trx->bt_rx_gain); 6226 RTW89_SET_FWCMD_CXTRX_CN(cmd, trx->cn); [all …]
|