Home
last modified time | relevance | path

Searched refs:dram (Results 1 – 25 of 82) sorted by relevance

1234

/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dctxt-info.c50 struct iwl_dram_data *dram) in iwl_pcie_ctxt_info_alloc_dma() argument
52 dram->block = iwl_pcie_ctxt_info_dma_alloc_coherent(trans, len, in iwl_pcie_ctxt_info_alloc_dma()
53 &dram->physical); in iwl_pcie_ctxt_info_alloc_dma()
54 if (!dram->block) in iwl_pcie_ctxt_info_alloc_dma()
57 dram->size = len; in iwl_pcie_ctxt_info_alloc_dma()
58 memcpy(dram->block, data, len); in iwl_pcie_ctxt_info_alloc_dma()
65 struct iwl_self_init_dram *dram = &trans->init_dram; in iwl_pcie_ctxt_info_free_paging() local
68 if (!dram->paging) { in iwl_pcie_ctxt_info_free_paging()
69 WARN_ON(dram->paging_cnt); in iwl_pcie_ctxt_info_free_paging()
74 for (i = 0; i < dram in iwl_pcie_ctxt_info_free_paging()
88 struct iwl_self_init_dram *dram = &trans->init_dram; iwl_pcie_init_fw_sec() local
[all...]
H A Dinternal.h850 struct iwl_self_init_dram *dram = &trans->init_dram;
853 if (!dram->fw) {
854 WARN_ON(dram->fw_cnt);
858 for (i = 0; i < dram->fw_cnt; i++)
859 dma_free_coherent(trans->dev, dram->fw[i].size,
860 dram->fw[i].block, dram->fw[i].physical);
862 kfree(dram->fw);
863 dram->fw_cnt = 0;
864 dram
591 struct iwl_self_init_dram *dram = &trans->init_dram; iwl_pcie_ctxt_info_free_fw_img() local
[all...]
H A Dctxt-info-gen3.c173 /* allocate ucode sections in dram and set addresses */ in iwl_pcie_ctxt_info_gen3_init()
174 ret = iwl_pcie_init_fw_sec(trans, fw, &prph_scratch->dram); in iwl_pcie_ctxt_info_gen3_init()
316 struct iwl_dram_data *dram) in iwl_pcie_load_payloads_continuously()
334 dram->block = iwl_pcie_ctxt_info_dma_alloc_coherent(trans, len, in iwl_pcie_load_payloads_segments()
335 &dram->physical); in iwl_pcie_load_payloads_segments()
336 if (!dram->block) { in iwl_pcie_load_payloads_segments()
341 dram->size = len; in iwl_pcie_load_payloads_segments()
342 memcpy(dram->block, pnvm_data->chunks[0].data, len0); in iwl_pcie_load_payloads_segments()
343 memcpy((u8 *)dram->block + len0, pnvm_data->chunks[1].data, len1); in iwl_pcie_load_payloads_segments()
290 iwl_pcie_load_payloads_continuously(struct iwl_trans * trans,const struct iwl_pnvm_image * pnvm_data,struct iwl_dram_data * dram) iwl_pcie_load_payloads_continuously() argument
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dmarvell,armada-39x-pinctrl.txt32 mpp14 14 gpio, dram(vttctrl), dev(we1), ua1(txd)
34 mpp16 16 gpio, dram(deccerr), spi0(miso), pcie0(clkreq), i2c1(sda)
52 mpp33 33 gpio, dram(deccerr), dev(ad3)
62 mpp43 43 gpio, pcie0(clkreq), dram(vttctrl), dram(deccerr), spi1(cs2), dev(clkout), nand(rb1)
69 mpp48 48 gpio, sata0(prsnt) [1], dram(vttctrl), tdm(pclk) [2], audio(mclk) [2], sd0(d4), pcie0(clkr…
73 mpp51 51 gpio, tdm(dtx) [2], audio(sdo) [2], dram(deccerr), ua2(txd)
78 mpp56 56 gpio, ua1(rts), dram(deccerr), spi1(mosi), ua1(txd)
H A Dmarvell,armada-38x-pinctrl.txt32 mpp14 14 gpio, ge0(rxd2), ptp(clk), dram(vttctrl), spi0(cs3), dev(we1), pcie3(clkreq)
34 mpp16 16 gpio, ge0(rxctl), ge(mdio slave), dram(deccerr), spi0(miso), pcie0(clkreq), …
51 mpp33 33 gpio, dram(deccerr), dev(ad3)
61 mpp43 43 gpio, pcie0(clkreq), dram(vttctrl), dram(deccerr), spi1(cs2), dev(clkout), n…
66 mpp48 48 gpio, sata0(prsnt), dram(vttctrl), tdm(pclk), audio(mclk), sd0(d4), pcie0(cl…
69 mpp51 51 gpio, tdm(dtx), audio(sdo), dram(deccerr), ptp(trig)
74 mpp56 56 gpio, ua1(rts), ge(mdc), dram(deccerr), spi1(mosi), ua1(txd)
H A Dmarvell,armada-xp-pinctrl.txt42 mpp21 21 gpio, ge0(rxd5), ge1(rxd3), lcd(d21), dram(bat)
54 mpp33 33 gpio, tdm(int4), sd0(d1), dram(bat), dram(vttctrl)
55 mpp34 34 gpio, tdm(int5), sd0(d2), sata0(prsnt), dram(deccerr)
69 dram(bat), spi1(cs4)
71 spi1(cs5), dram(vttctrl)
H A Dcortina,gemini-pinctrl.txt36 dram_default_pins: pinctrl-dram {
38 function = "dram";
H A Dmarvell,armada-375-pinctrl.txt26 mpp10 10 gpio, dram(vttctrl), led(c1), nand(re)
59 mpp43 43 gpio, sata0(prsnt), dram(vttctrl)
80 mpp64 64 gpio, dram(vttctrl), led(p3)
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-context-info.h170 struct iwl_context_info_dram dram; member
185 struct iwl_dram_data *dram);
H A Diwl-context-info-gen3.h117 * @mem_descs: array of dram addresses.
192 * @dram: firmware images addresses in DRAM
202 struct iwl_context_info_dram dram;
195 struct iwl_context_info_dram dram; global() member
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a100-allwinner-perf1.dts72 regulator-name = "vcc-dram-1";
105 regulator-name = "vdd-sys-usb-dram";
112 regulator-name = "vcc-dram-2";
H A Dsun50i-h6-orangepi.dtsi161 regulator-name = "vcc25-dram";
233 regulator-name = "vcc-dram";
H A Dsun50i-h6-beelink-gs1.dts209 regulator-name = "vcc25-dram";
283 regulator-name = "vcc-dram";
H A Dsun50i-h618-longan-module-3h.dtsi68 regulator-name = "vdd-dram";
H A Dsun50i-h6-orangepi-3.dts228 regulator-name = "vcc18-dram-bias-pll";
288 regulator-name = "vcc-dram";
H A Dsun50i-h64-remix-mini-pc.dts239 regulator-name = "vcc-dram";
294 regulator-name = "vcc-cpvdd-dram-emmc";
H A Dsun50i-h618-orangepi-zero3.dts89 regulator-name = "vdd-dram";
/freebsd/sys/contrib/device-tree/src/arm/allwinner/
H A Dsunxi-libretech-all-h3-it.dtsi57 reg_vcc_dram: vcc-dram {
59 regulator-name = "vcc-dram";
H A Dsun8i-h3-nanopi-duo2.dts66 reg_vcc_dram: vcc-dram {
68 regulator-name = "vcc-dram";
H A Dsunxi-libretech-all-h3-cc.dtsi84 reg_vcc_dram: vcc-dram {
86 regulator-name = "vcc-dram";
H A Dsun8i-h2-plus-bananapi-m2-zero.dts77 reg_vcc_dram: vcc-dram {
79 regulator-name = "vcc-dram";
H A Dsun8i-a83t-allwinner-h8homlet-v2.dts172 regulator-name = "dram-pll";
213 regulator-name = "vcc-dram";
H A Dsun8i-r40-feta40i.dtsi91 regulator-name = "vcc-dram";
/freebsd/sys/contrib/device-tree/src/arm/sigmastar/
H A Dmstar-infinity2m-ssd201-som2d01.dtsi9 reg_vcc_dram: regulator-vcc-dram {
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Damlogic,meson-gx.txt26 - amlogic,dram-access-quirk: set when controller's internal DMA engine cannot access the

1234