Searched full:dxe (Results 1 – 18 of 18) sorted by relevance
/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | dxe.c | 17 /* DXE - DMA transfer engine 130 /* DXE control block allocation */ in wcn36xx_dxe_alloc_ctl_blks() 155 wcn36xx_err("Failed to allocate DXE control blocks\n"); in wcn36xx_dxe_alloc_ctl_blks() 245 /* Only every second dxe needs a bd pointer, in wcn36xx_dxe_init_tx_bd() 295 struct wcn36xx_dxe_desc *dxe = ctl->desc; in wcn36xx_dxe_fill_skb() local 302 dxe->dst_addr_l = dma_map_single(dev, in wcn36xx_dxe_fill_skb() 306 if (dma_mapping_error(dev, dxe->dst_addr_l)) { in wcn36xx_dxe_fill_skb() 368 wcn36xx_dbg(WCN36XX_DBG_DXE, "dxe tx ack status: %d\n", status); in wcn36xx_dxe_tx_ack_ind() 475 wcn36xx_err("DXE IRQ reported error: 0x%x in high TX channel\n", in wcn36xx_irq_tx_complete() 491 wcn36xx_dbg(WCN36XX_DBG_DXE, "dxe tx ready high, reason %08x\n", in wcn36xx_irq_tx_complete() [all …]
|
H A D | dxe.h | 30 /* DXE registers */ 203 /* DXE default control register values */ 244 /* Common DXE registers */ 286 /* Address of the next DXE descriptor */ 301 /* DXE Descriptor source address */ 310 /* DXE Descriptor address destination address */ 341 /* DXE default control register */ 380 * struct wcn36xx_dxe_desc - describes descriptor of one DXE buffer 418 /* DXE Control block */ 435 /* DXE control block ring */ [all …]
|
H A D | wcn36xx.h | 29 #include "dxe.h" 269 /* DXE channels */ 275 /* For synchronization of DXE resources from BH, IRQ and WQ contexts */
|
H A D | Makefile | 4 dxe.o \
|
H A D | main.c | 224 wcn36xx_err("Failed to alloc DXE mempool: %d\n", ret); in wcn36xx_start() 230 wcn36xx_err("Failed to alloc DXE ctl blocks: %d\n", ret); in wcn36xx_start() 257 wcn36xx_err("DXE init failed\n"); in wcn36xx_start() 1525 /* Map the DXE memory */ in wcn36xx_platform_get_resources() 1526 index = of_property_match_string(mmio_node, "reg-names", "dxe"); in wcn36xx_platform_get_resources() 1529 wcn36xx_err("failed to map dxe memory\n"); in wcn36xx_platform_get_resources()
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,wcnss-pil.yaml | 32 The base address and size of the CCU, DXE and PMU register blocks 37 - const: dxe 230 reg-names = "ccu", "dxe", "pmu";
|
/linux/drivers/net/ethernet/tehuti/ |
H A D | Kconfig | 36 DLink DXE-810S, ASUS XG-C100F, and Edimax EN-9320.
|
/linux/Documentation/devicetree/bindings/soc/qcom/ |
H A D | qcom,wcnss.yaml | 30 Reference to a node specifying the wcnss "ccu" and "dxe" register blocks.
|
/linux/drivers/firmware/efi/ |
H A D | Kconfig | 58 Use DXE services to check and alter memory protection
|
/linux/arch/x86/include/asm/ |
H A D | efi.h | 291 /* DXE services */
|
/linux/drivers/firmware/efi/libstub/ |
H A D | efistub.h | 397 * EFI DXE Services table
|
H A D | x86-stub.c | 964 efi_warn("Ignoring DXE services table: invalid signature\n"); in efi_stub_entry()
|
/linux/arch/arm/boot/dts/qcom/ |
H A D | qcom-apq8064.dtsi | 1454 reg-names = "ccu", "dxe", "pmu";
|
H A D | qcom-msm8974.dtsi | 734 reg-names = "ccu", "dxe", "pmu";
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8976.dtsi | 1506 "dxe",
|
H A D | msm8953.dtsi | 1718 reg-names = "ccu", "dxe", "pmu";
|
H A D | msm8939.dtsi | 2045 reg-names = "ccu", "dxe", "pmu";
|
H A D | msm8916.dtsi | 2429 reg-names = "ccu", "dxe", "pmu";
|