Home
last modified time | relevance | path

Searched full:trx (Results 1 – 25 of 96) sorted by relevance

1234

/linux/drivers/mtd/parsers/
H A Dparser_trx.c3 * 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()
72 err = mtd_read(mtd, 0, sizeof(trx), &bytes_read, (uint8_t *)&trx); in parser_trx_parse()
79 if (trx.magic != trx_magic) { in parser_trx_parse()
85 if (trx.offset[2]) { in parser_trx_parse()
88 part->offset = trx.offset[i]; in parser_trx_parse()
92 if (trx.offset[i]) { in parser_trx_parse()
95 part->offset = trx.offset[i]; in parser_trx_parse()
[all …]
H A Dbcm47xxpart.c43 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()
181 /* TRX */ in bcm47xxpart_parse()
183 struct trx_header *trx; in bcm47xxpart_parse() local
188 pr_warn("No enough space to store another TRX found at 0x%X\n", in bcm47xxpart_parse()
196 * Try to find TRX size. The "length" field isn't fully in bcm47xxpart_parse()
[all …]
H A DKconfig137 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/arch/arm/boot/dts/broadcom/
H A Dbcm53016-dlink-dwl-8610ap.dts111 /* This is named nflash1.trx in CFE */
112 trx@0 {
115 compatible = "brcm,trx";
122 compatible = "brcm,trx";
H A Dbcm47094-dlink-dir-890l.dts148 * about TRX partitions, ignore this, there are no TRX
H A Dbcm47094-linksys-panamera.dts289 compatible = "linksys,ns-firmware", "brcm,trx";
294 compatible = "linksys,ns-firmware", "brcm,trx";
H A Dbcm47094-phicomm-k3.dts67 compatible = "brcm,trx";
H A Dbcm4709-asus-rt-ac87u.dts100 compatible = "brcm,trx";
H A Dbcm47081-tplink-archer-c5-v2.dts102 compatible = "brcm,trx";
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Dpci.h104 /* In new TRX flow, Buffer_desc is new concept
134 /*add for new trx flow*/
146 /*add for new trx flow*/
/linux/drivers/net/ieee802154/
H A Dat86rf230.c67 struct spi_transfer trx; member
723 ctx->trx.len = AT86RF2XX_MAX_BUF; in at86rf230_rx_trac_check()
727 ctx->trx.len = 2; in at86rf230_rx_trac_check()
775 state->trx.len = 2; in at86rf230_setup_spi_messages()
776 state->trx.tx_buf = state->buf; in at86rf230_setup_spi_messages()
777 state->trx.rx_buf = state->buf; in at86rf230_setup_spi_messages()
778 spi_message_add_tail(&state->trx, &state->msg); in at86rf230_setup_spi_messages()
819 ctx->trx.len = 2; in at86rf230_write_frame_complete()
842 ctx->trx.len = skb->len + 2; in at86rf230_write_frame()
846 ctx->trx.len = 2; in at86rf230_write_frame()
/linux/include/uapi/linux/
H A Dscc.h62 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 DMakefile10 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192cu/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A DMakefile11 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/
H A DMakefile12 trx.o
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A DMakefile12 trx.o \
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A DMakefile14 trx.o \
/linux/drivers/staging/rtl8723bs/include/
H A Dhal_pwr_seq.h141 …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 Dusb.c57 #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()
/linux/arch/mips/econet/
H A DKconfig45 it can be packed in tclinux.trx format and written to flash.

1234