Home
last modified time | relevance | path

Searched refs:ste (Results 1 – 25 of 35) sorted by relevance

12

/Linux-v5.4/arch/arm/boot/dts/
Dste-nomadik-pinctrl.dtsi9 ste,input = <INPUT_NOPULL>;
13 ste,input = <INPUT_PULLUP>;
17 ste,input = <INPUT_PULLDOWN>;
21 ste,output = <OUTPUT_HIGH>;
25 ste,output = <OUTPUT_LOW>;
29 ste,gpio = <GPIOMODE_ENABLED>;
30 ste,input = <INPUT_PULLUP>;
34 ste,gpio = <GPIOMODE_ENABLED>;
35 ste,input = <INPUT_PULLDOWN>;
39 ste,gpio = <GPIOMODE_ENABLED>;
[all …]
Dste-href-family-pinctrl.dtsi6 #include "ste-nomadik-pinctrl.dtsi"
20 ste,config = <&in_pu>;
25 ste,config = <&out_hi>;
32 ste,config = <&slpm_in_wkup_pdis>;
37 ste,config = <&slpm_out_hi_wkup_pdis>;
42 ste,config = <&slpm_out_wkup_pdis>;
55 ste,config = <&in_pu>;
60 ste,config = <&out_hi>;
67 ste,config = <&slpm_in_wkup_pdis>;
72 ste,config = <&slpm_out_wkup_pdis>;
[all …]
Dste-hrefv60plus.dtsi6 #include "ste-dbx5x0.dtsi"
7 #include "ste-href-ab8500.dtsi"
8 #include "ste-href.dtsi"
168 ste,config = <&gpio_in_pu>;
173 ste,config = <&gpio_out_hi>;
178 ste,config = <&gpio_out_hi>;
197 ste,config = <&in_pu>;
201 ste,config = <&gpio_out_lo>;
205 ste,config = <&out_lo>;
223 ste,config = <&gpio_out_lo>;
[all …]
Dste-hrefprev60.dtsi8 #include "ste-dbx5x0.dtsi"
9 #include "ste-href-ab8500.dtsi"
10 #include "ste-href.dtsi"
87 ste,config = <&in_pd>;
101 ste,config = <&out_hi>;
110 ste,config = <&gpio_in_pu>;
122 ste,config = <&in_pu>;
Dste-href-stuib.dtsi135 ste,pins = "GPIO218_AH11";
136 ste,config = <&gpio_in_pu>;
144 ste,config = <&gpio_in_pu>;
152 ste,config = <&gpio_in_pu>;
161 ste,config = <&gpio_in_pu>;
170 ste,config = <&gpio_in_pu>;
174 ste,config = <&gpio_in_pd>;
189 ste,config = <&gpio_out_lo>;
193 ste,config = <&gpio_in_pu>;
Dste-snowball.dts7 #include "ste-dbx5x0.dtsi"
8 #include "ste-href-ab8500.dtsi"
9 #include "ste-href-family-pinctrl.dtsi"
493 ste,config = <&in_nopull>;
498 ste,config = <&gpio_out_hi>;
512 ste,config = <&out_hi>;
517 ste,config = <&gpio_in_pu>;
522 ste,config = <&gpio_out_hi>;
527 ste,config = <&gpio_out_hi>;
539 ste,config = <&gpio_out_hi>;
[all …]
Dste-nomadik-s8815.dts9 #include "ste-nomadik-stn8815.dtsi"
59 ste,input = <0>;
64 ste,output = <0>;
72 ste,input = <0>;
80 ste,output = <1>;
88 ste,input = <0>;
Dste-href-tvk1281618.dtsi214 ste,config = <&gpio_in_pu>;
222 ste,config = <&gpio_in_pu>;
230 ste,config = <&gpio_in_pu>;
239 ste,config = <&gpio_in_pd>;
252 ste,config = <&gpio_in_pd>;
257 ste,config = <&gpio_in_pd>;
266 ste,config = <&gpio_in_pu>;
Dste-nomadik-nhk15.dts9 #include "ste-nomadik-stn8815.dtsi"
40 ste,input = <0>;
44 ste,output = <1>;
52 ste,input = <0>;
56 ste,output = <1>;
64 ste,input = <0>;
Dste-hrefprev60-tvk.dts7 #include "ste-hrefprev60.dtsi"
8 #include "ste-href-tvk1281618.dtsi"
Dste-hrefv60plus-tvk.dts9 #include "ste-hrefv60plus.dtsi"
10 #include "ste-href-tvk1281618.dtsi"
Dste-hrefprev60-stuib.dts9 #include "ste-hrefprev60.dtsi"
10 #include "ste-href-stuib.dtsi"
Dste-hrefv60plus-stuib.dts11 #include "ste-hrefv60plus.dtsi"
12 #include "ste-href-stuib.dtsi"
Dste-href.dtsi7 #include "ste-dbx5x0.dtsi"
8 #include "ste-href-family-pinctrl.dtsi"
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dste,nomadik.txt35 - ste,config: Handle of pin configuration node
36 (e.g. ste,config = <&slpm_in_wkup_pdis>)
38 - ste,input : <0/1/2>
43 - ste,output: <0/1/2>
48 - ste,sleep: <0/1>
52 - ste,sleep-input: <0/1/2/3>
58 - ste,sleep-output: <0/1/2>
63 - ste,sleep-gpio: <0/1>
67 - ste,sleep-wakeup: <0/1>
71 - ste,sleep-pull-disable: <0/1>
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_rule.c46 struct mlx5dr_ste *ste; in dr_rule_create_collision_htbl() local
59 ste = new_htbl->ste_arr; in dr_rule_create_collision_htbl()
63 return ste; in dr_rule_create_collision_htbl()
72 struct mlx5dr_ste *ste; in dr_rule_create_collision_entry() local
74 ste = dr_rule_create_collision_htbl(matcher, nic_matcher, hw_ste); in dr_rule_create_collision_entry()
75 if (!ste) { in dr_rule_create_collision_entry()
80 ste->ste_chain_location = orig_ste->ste_chain_location; in dr_rule_create_collision_entry()
83 ste->htbl->miss_list = mlx5dr_ste_get_miss_list(orig_ste); in dr_rule_create_collision_entry()
86 if (mlx5dr_ste_create_next_htbl(matcher, nic_matcher, ste, hw_ste, in dr_rule_create_collision_entry()
92 return ste; in dr_rule_create_collision_entry()
[all …]
Ddr_types.h166 struct mlx5dr_ste *ste; member
174 void mlx5dr_send_fill_and_append_ste_send_info(struct mlx5dr_ste *ste, u16 size,
215 void mlx5dr_ste_always_hit_htbl(struct mlx5dr_ste *ste,
221 void mlx5dr_ste_always_miss_addr(struct mlx5dr_ste *ste, u64 miss_addr);
223 bool mlx5dr_ste_not_used_ste(struct mlx5dr_ste *ste);
240 u64 mlx5dr_ste_get_icm_addr(struct mlx5dr_ste *ste);
241 u64 mlx5dr_ste_get_mr_addr(struct mlx5dr_ste *ste);
242 struct list_head *mlx5dr_ste_get_miss_list(struct mlx5dr_ste *ste);
244 void mlx5dr_ste_free(struct mlx5dr_ste *ste,
247 static inline void mlx5dr_ste_put(struct mlx5dr_ste *ste, in mlx5dr_ste_put() argument
[all …]
Ddr_ste.c284 u64 mlx5dr_ste_get_icm_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_icm_addr() argument
286 u32 index = ste - ste->htbl->ste_arr; in mlx5dr_ste_get_icm_addr()
288 return ste->htbl->chunk->icm_addr + DR_STE_SIZE * index; in mlx5dr_ste_get_icm_addr()
291 u64 mlx5dr_ste_get_mr_addr(struct mlx5dr_ste *ste) in mlx5dr_ste_get_mr_addr() argument
293 u32 index = ste - ste->htbl->ste_arr; in mlx5dr_ste_get_mr_addr()
295 return ste->htbl->chunk->mr_addr + DR_STE_SIZE * index; in mlx5dr_ste_get_mr_addr()
298 struct list_head *mlx5dr_ste_get_miss_list(struct mlx5dr_ste *ste) in mlx5dr_ste_get_miss_list() argument
300 u32 index = ste - ste->htbl->ste_arr; in mlx5dr_ste_get_miss_list()
302 return &ste->htbl->miss_list[index]; in mlx5dr_ste_get_miss_list()
305 static void dr_ste_always_hit_htbl(struct mlx5dr_ste *ste, in dr_ste_always_hit_htbl() argument
[all …]
/Linux-v5.4/arch/s390/kvm/
Dgaccess.c728 union segment_table_entry ste; in guest_translate() local
732 if (deref_table(vcpu->kvm, ptr, &ste.val)) in guest_translate()
734 if (ste.i) in guest_translate()
736 if (ste.tt != TABLE_TYPE_SEGMENT) in guest_translate()
738 if (ste.cs && asce.p) in guest_translate()
740 if (ste.fc && edat1) { in guest_translate()
741 dat_protection |= ste.fc1.p; in guest_translate()
742 iep_protection = ste.fc1.iep; in guest_translate()
743 raddr.sfaa = ste.fc1.sfaa; in guest_translate()
746 dat_protection |= ste.fc0.p; in guest_translate()
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/display/
Dste,mcde.txt10 "ste,mcde"
34 "ste,mcde-dsi"
55 compatible = "ste,mcde";
69 compatible = "ste,mcde-dsi";
86 compatible = "ste,mcde-dsi";
95 compatible = "ste,mcde-dsi";
/Linux-v5.4/arch/s390/mm/
Dpgalloc.c398 unsigned long *ste, next, table; in base_segment_walk() local
401 ste = (unsigned long *) origin; in base_segment_walk()
402 ste += (addr & _SEGMENT_INDEX) >> _SEGMENT_SHIFT; in base_segment_walk()
405 if (*ste & _SEGMENT_ENTRY_INVALID) { in base_segment_walk()
411 *ste = table | _SEGMENT_ENTRY; in base_segment_walk()
413 table = *ste & _SEGMENT_ENTRY_ORIGIN; in base_segment_walk()
420 } while (ste++, addr = next, addr < end); in base_segment_walk()
/Linux-v5.4/Documentation/devicetree/bindings/arm/ux500/
Dboards.txt20 compatible = "ste,dbx500-backupram"
50 compatible = "ste,dbx500-backupram";
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Dmotorola-cpcap.txt4 - compatible : One or both of "motorola,cpcap" or "ste,6556002"
42 compatible = "motorola,cpcap", "ste,6556002";
/Linux-v5.4/arch/microblaze/include/asm/
Dpage.h96 typedef struct { unsigned long ste[64]; } pmd_t; member
109 # define pmd_val(x) ((x).ste[0])
/Linux-v5.4/Documentation/devicetree/bindings/clock/
Dstericsson,abx500.txt12 dt-bindings/clock/ste-ab8500.h header and can be used in device

12