| /linux/drivers/mtd/parsers/ |
| H A D | parser_trx.c | 3 * Parser for TRX format partitions 57 struct trx_header trx; in parser_trx_parse() local 64 err = of_property_read_u32(np, "brcm,trx-magic", &trx_magic); in parser_trx_parse() 66 pr_err("failed to parse \"brcm,trx-magic\" DT attribute, using default: %d\n", err); in parser_trx_parse() 73 err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx); in parser_trx_parse() 80 if (trx.magic != trx_magic) { in parser_trx_parse() 86 if (trx.offset[2]) { in parser_trx_parse() 89 part->offset = trx.offset[i]; in parser_trx_parse() 93 if (trx.offset[i]) { in parser_trx_parse() 96 part->offset = trx.offset[i]; in parser_trx_parse() [all …]
|
| H A D | bcm47xxpart.c | 43 static const char * const trx_types[] = { "trx", NULL }; 63 * bcm47xxpart_bootpartition - gets index of TRX partition used by bootloader 65 * Some devices may have more than one TRX partition. In such case one of them 69 * This function provides info about currently used TRX partition. It's the one 96 int trx_parts[2]; /* Array with indexes of TRX partitions */ in bcm47xxpart_parse() 97 int trx_num = 0; /* Number of found TRX partitions */ in bcm47xxpart_parse() 182 /* TRX */ in bcm47xxpart_parse() 184 struct trx_header *trx; in bcm47xxpart_parse() local 189 pr_warn("No enough space to store another TRX found at 0x%X\n", in bcm47xxpart_parse() 197 * Try to find TRX size. The "length" field isn't fully in bcm47xxpart_parse() [all …]
|
| H A D | Kconfig | 137 tristate "Parser for TRX format partitions" 140 TRX is a firmware format used by Broadcom on their devices. It 142 This driver will parse TRX header and report at least two partitions:
|
| /linux/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | brcm,trx.txt | 1 Broadcom TRX Container Partition 4 TRX is Broadcom's official firmware format for the BCM947xx boards. It's used by 8 Design of the TRX format is very minimalistic. Its header contains 18 TRX doesn't enforce any strict partition boundaries or size limits. All 21 There are two existing/known TRX variants: 26 detected by a software parsing TRX header. 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";
|
| H A D | brcm,bcm947xx-cfe-partitions.yaml | 20 complex partitions (like TRX with its HDR0 magic) may include extra header 27 4) TRX firmware container which can hold up to 4 subpartitions 28 5) Backup TRX firmware used after failed upgrade 32 same TRX format with the same header. To distinguish currently used firmware a
|
| H A D | linksys,ns-partitions.yaml | 40 - const: brcm,trx 68 compatible = "linksys,ns-firmware", "brcm,trx"; 73 compatible = "linksys,ns-firmware", "brcm,trx";
|
| /linux/arch/arm/boot/dts/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-dlink-dir-890l.dts | 148 * about TRX partitions, ignore this, there are no TRX
|
| H A D | bcm47094-linksys-panamera.dts | 289 compatible = "linksys,ns-firmware", "brcm,trx"; 294 compatible = "linksys,ns-firmware", "brcm,trx";
|
| /linux/drivers/net/wireless/realtek/rtlwifi/ |
| H A D | pci.h | 104 /* In new TRX flow, Buffer_desc is new concept 134 /*add for new trx flow*/ 146 /*add for new trx flow*/
|
| /linux/drivers/net/ethernet/micrel/ |
| H A D | ks8851_spi.c | 152 u8 *trx = ks->rxd; in ks8851_rdreg() local 167 xfer->rx_buf = trx; in ks8851_rdreg() 174 xfer->rx_buf = trx; in ks8851_rdreg() 182 memcpy(rxb, trx, rxl); in ks8851_rdreg() 184 memcpy(rxb, trx + 2, rxl); in ks8851_rdreg()
|
| /linux/include/uapi/linux/ |
| H A D | scc.h | 62 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */ 63 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/ |
| H A D | Makefile | 10 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/ |
| H A D | Makefile | 11 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/ |
| H A D | Makefile | 12 trx.o
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/ |
| H A D | Makefile | 12 trx.o \
|
| /linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/ |
| H A D | Makefile | 14 trx.o \
|
| /linux/arch/mips/econet/ |
| H A D | Kconfig | 45 it can be packed in tclinux.trx format and written to flash.
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | hal_pwr_seq.h | 141 …PWR_FAB_ALL_MSK, PWR_INTF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x03},/*Reset MAC TRX*/ \ 158 …TF_ALL_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\ 172 …WR_FAB_ALL_MSK, PWR_INTF_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0x3F},/*Reset MAC TRX*/ \ 196 …F_SDIO_MSK, PWR_BASEADDR_MAC, PWR_CMD_WRITE, 0xFF, 0xFF}, /*. 0x100[7:0] = 0xFF enable WMAC TRX*/\
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | usb.c | 57 #define TRX_UNCOMP_IMAGE 0x20 /* Trx holds uncompressed img */ 1083 struct trx_header_le *trx; in check_file() local 1087 /* Extract trx header */ in check_file() 1088 trx = (struct trx_header_le *) headers; in check_file() 1089 if (trx->magic != cpu_to_le32(TRX_MAGIC)) in check_file() 1094 if (le32_to_cpu(trx->flag_version) & TRX_UNCOMP_IMAGE) { in check_file() 1095 actual_len = le32_to_cpu(trx->offsets[TRX_OFFSETS_DLFWLEN_IDX]); in check_file()
|