| /u-boot/drivers/net/ |
| A D | mvpp2.c | 1705 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 D | extent-cache.c | 90 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 D | extent-cache.h | 29 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 D | pfe_hw.c | 11 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 D | displayport.h | 292 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 D | dp.c | 882 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 D | sun50i-a64-olinuxino.dts | 156 vcc-pe-supply = <®_aldo1>; 175 vcc-pe-supply = <®_aldo1>; 213 regulator-name = "vcc-pe";
|
| A D | sunxi-libretech-all-h3-it.dtsi | 147 vcc-pe-supply = <®_vcc_io>;
|
| A D | sun50i-a64-pinebook.dts | 192 vcc-pe-supply = <®_aldo1>; 266 regulator-name = "vcc-pe";
|
| A D | sun8i-s3-pinecube.dts | 163 vcc-pe-supply = <®_ldo3>;
|
| A D | sun50i-a64-teres-i.dts | 227 regulator-name = "vcc-pe";
|
| A D | sun7i-a20-bananapi.dts | 196 vcc-pe-supply = <®_vcc3v3>;
|
| A D | sun50i-a64-pinephone.dtsi | 221 vcc-pe-supply = <®_aldo1>;
|
| A D | sun8i-v40-bananapi-m2-berry.dts | 182 vcc-pe-supply = <®_eldo1>;
|
| A D | sun9i-a80-cubieboard4.dts | 289 regulator-name = "vcc-pe";
|
| A D | sun9i-a80-optimus.dts | 278 regulator-name = "vcc-pe";
|
| A D | sun8i-v3s.dtsi | 351 i2c1_pe_pins: i2c1-pe-pins {
|
| /u-boot/arch/powerpc/dts/ |
| A D | gazerbeam.dts | 190 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 D | rsa-sign.c | 354 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 D | fsp-s.txt | 459 - 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 D | MAINTAINERS | 701 F: include/pe.h 702 F: include/asm-generic/pe.h
|
| /u-boot/arch/x86/dts/ |
| A D | chromebook_coral.dts | 855 fsps,port-usb20-per-port-pe-txi-set = [07 07 06 06 07 07 07 01];
|