Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 22 of 22) sorted by relevance

/u-boot/drivers/net/
A Dmvpp2.c1705 pe = kzalloc(sizeof(*pe), GFP_KERNEL); in mvpp2_prs_flow_find()
1706 if (!pe) in mvpp2_prs_flow_find()
1726 kfree(pe); in mvpp2_prs_flow_find()
2276 pe = kzalloc(sizeof(*pe), GFP_KERNEL); in mvpp2_prs_mac_da_range_find()
2277 if (!pe) in mvpp2_prs_mac_da_range_find()
2299 kfree(pe); in mvpp2_prs_mac_da_range_find()
2318 if (!pe) { in mvpp2_prs_mac_da_accept()
2338 pe = kzalloc(sizeof(*pe), GFP_KERNEL); in mvpp2_prs_mac_da_accept()
2339 if (!pe) in mvpp2_prs_mac_da_accept()
2432 pe = kzalloc(sizeof(*pe), GFP_KERNEL); in mvpp2_prs_def_flow()
[all …]
/u-boot/fs/btrfs/
A Dextent-cache.c90 struct cache_extent *pe = malloc(sizeof(*pe)); in alloc_cache_extent() local
92 if (!pe) in alloc_cache_extent()
93 return pe; in alloc_cache_extent()
95 pe->objectid = 0; in alloc_cache_extent()
96 pe->start = start; in alloc_cache_extent()
97 pe->size = size; in alloc_cache_extent()
98 return pe; in alloc_cache_extent()
106 if (!pe) in add_cache_extent()
109 ret = insert_cache_extent(tree, pe); in add_cache_extent()
111 free(pe); in add_cache_extent()
[all …]
A Dextent-cache.h29 struct cache_extent *prev_cache_extent(struct cache_extent *pe);
30 struct cache_extent *next_cache_extent(struct cache_extent *pe);
57 int insert_cache_extent(struct cache_tree *tree, struct cache_extent *pe);
58 void remove_cache_extent(struct cache_tree *tree, struct cache_extent *pe);
65 typedef void (*free_cache_extent)(struct cache_extent *pe);
93 int insert_cache_extent2(struct cache_tree *tree, struct cache_extent *pe);
/u-boot/drivers/net/pfe_eth/
A Dpfe_hw.c11 static struct pe_info pe[MAX_PE]; variable
22 pe[pfe_pe_id].dmem_base_addr = in pfe_lib_init()
24 pe[pfe_pe_id].pmem_base_addr = in pfe_lib_init()
27 pe[pfe_pe_id].mem_access_wdata = in pfe_lib_init()
36 pe[pfe_pe_id].dmem_base_addr = in pfe_lib_init()
38 pe[pfe_pe_id].pmem_base_addr = in pfe_lib_init()
85 writel(addr, pe[id].mem_access_addr); in pe_mem_memcpy_to32()
119 pe_mem_memcpy_to32(id, pe[id].pmem_base_addr | (dst & (pe[id].pmem_size in pe_pmem_memcpy_to32()
139 addr = pe[id].pmem_base_addr | ((addr & ~0x3) & (pe[id].pmem_size - 1)) in pe_pmem_read()
143 writel(addr, pe[id].mem_access_addr); in pe_pmem_read()
[all …]
/u-boot/drivers/video/tegra124/
A Ddisplayport.h292 static inline int tegra_dp_is_max_vs(u32 pe, u32 vs) in tegra_dp_is_max_vs() argument
294 return (vs < (DRIVECURRENT_LEVEL3 - pe)) ? 0 : 1; in tegra_dp_is_max_vs()
297 static inline int tegra_dp_is_max_pe(u32 pe, u32 vs) in tegra_dp_is_max_pe() argument
299 return (pe < (PREEMPHASIS_LEVEL3 - vs)) ? 0 : 1; in tegra_dp_is_max_pe()
A Ddp.c882 pe[1 + 2 * cnt] = in tegra_dp_lt_adjust()
1043 pe_reg = tegra_dp_pe_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1044 vs_reg = tegra_dp_vs_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1045 pc_reg = tegra_dp_pc_regs[pc[cnt]][vs[cnt]][pe[cnt]]; in tegra_dp_lt_config()
1063 (pe[cnt] << NV_DPCD_TRAINING_LANEX_SET_PE_SHIFT) | in tegra_dp_lt_config()
1107 tegra_dp_lt_config(dp, pe, vs, pc, cfg); in _tegra_dp_channel_eq()
1154 tegra_dp_lt_config(dp, pe, vs, pc, cfg); in _tegra_dp_clk_recovery()
1196 u32 pe[4], vs[4], pc[4]; in tegra_dc_dp_full_link_training() local
1201 memset(pe, PREEMPHASIS_DISABLED, sizeof(pe)); in tegra_dc_dp_full_link_training()
1205 err = tegra_dp_clk_recovery(dp, pe, vs, pc, cfg); in tegra_dc_dp_full_link_training()
[all …]
/u-boot/arch/arm/dts/
A Dsun50i-a64-olinuxino.dts156 vcc-pe-supply = <&reg_aldo1>;
175 vcc-pe-supply = <&reg_aldo1>;
213 regulator-name = "vcc-pe";
A Dsunxi-libretech-all-h3-it.dtsi147 vcc-pe-supply = <&reg_vcc_io>;
A Dsun50i-a64-pinebook.dts192 vcc-pe-supply = <&reg_aldo1>;
266 regulator-name = "vcc-pe";
A Dsun8i-s3-pinecube.dts163 vcc-pe-supply = <&reg_ldo3>;
A Dsun50i-a64-teres-i.dts227 regulator-name = "vcc-pe";
A Dsun7i-a20-bananapi.dts196 vcc-pe-supply = <&reg_vcc3v3>;
A Dsun50i-a64-pinephone.dtsi221 vcc-pe-supply = <&reg_aldo1>;
A Dsun8i-v40-bananapi-m2-berry.dts182 vcc-pe-supply = <&reg_eldo1>;
A Dsun9i-a80-cubieboard4.dts289 regulator-name = "vcc-pe";
A Dsun9i-a80-optimus.dts278 regulator-name = "vcc-pe";
A Dsun8i-v3s.dtsi351 i2c1_pe_pins: i2c1-pe-pins {
/u-boot/arch/powerpc/dts/
A Dgazerbeam.dts190 3 2 1 0>; /* 3.5 dB for all pe values for all lanes */
198 3 2 1 0>; /* 3.5 dB for all pe values for all lanes */
410 3 2 1 0>; /* 3.5 dB for all pe values for all lanes */
418 3 2 1 0>; /* 3.5 dB for all pe values for all lanes */
/u-boot/lib/rsa/
A Drsa-sign.c354 static int rsa_engine_init(const char *engine_id, ENGINE **pe) in rsa_engine_init() argument
380 *pe = e; in rsa_engine_init()
/u-boot/doc/device-tree-bindings/fsp/fsp2/apollolake/
A Dfsp-s.txt459 - fsps,port-usb20-per-port-tx-pe-half: PerPort Half Bit Pre-emphasis
460 - fsps,port-usb20-per-port-pe-txi-set: PerPort HS Pre-emphasis Bias
/u-boot/
A DMAINTAINERS701 F: include/pe.h
702 F: include/asm-generic/pe.h
/u-boot/arch/x86/dts/
A Dchromebook_coral.dts855 fsps,port-usb20-per-port-pe-txi-set = [07 07 06 06 07 07 07 01];

Completed in 59 milliseconds