/Linux-v5.4/arch/arm/boot/dts/ |
D | ste-nomadik-pinctrl.dtsi | 9 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 …]
|
D | ste-href-family-pinctrl.dtsi | 6 #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 …]
|
D | ste-hrefv60plus.dtsi | 6 #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 …]
|
D | ste-hrefprev60.dtsi | 8 #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>;
|
D | ste-href-stuib.dtsi | 135 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>;
|
D | ste-snowball.dts | 7 #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 …]
|
D | ste-nomadik-s8815.dts | 9 #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>;
|
D | ste-href-tvk1281618.dtsi | 214 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>;
|
D | ste-nomadik-nhk15.dts | 9 #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>;
|
D | ste-hrefprev60-tvk.dts | 7 #include "ste-hrefprev60.dtsi" 8 #include "ste-href-tvk1281618.dtsi"
|
D | ste-hrefv60plus-tvk.dts | 9 #include "ste-hrefv60plus.dtsi" 10 #include "ste-href-tvk1281618.dtsi"
|
D | ste-hrefprev60-stuib.dts | 9 #include "ste-hrefprev60.dtsi" 10 #include "ste-href-stuib.dtsi"
|
D | ste-hrefv60plus-stuib.dts | 11 #include "ste-hrefv60plus.dtsi" 12 #include "ste-href-stuib.dtsi"
|
D | ste-href.dtsi | 7 #include "ste-dbx5x0.dtsi" 8 #include "ste-href-family-pinctrl.dtsi"
|
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/ |
D | ste,nomadik.txt | 35 - 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/ |
D | dr_rule.c | 46 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 …]
|
D | dr_types.h | 166 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 …]
|
D | dr_ste.c | 284 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/ |
D | gaccess.c | 728 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/ |
D | ste,mcde.txt | 10 "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/ |
D | pgalloc.c | 398 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/ |
D | boards.txt | 20 compatible = "ste,dbx500-backupram" 50 compatible = "ste,dbx500-backupram";
|
/Linux-v5.4/Documentation/devicetree/bindings/mfd/ |
D | motorola-cpcap.txt | 4 - compatible : One or both of "motorola,cpcap" or "ste,6556002" 42 compatible = "motorola,cpcap", "ste,6556002";
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | page.h | 96 typedef struct { unsigned long ste[64]; } pmd_t; member 109 # define pmd_val(x) ((x).ste[0])
|
/Linux-v5.4/Documentation/devicetree/bindings/clock/ |
D | stericsson,abx500.txt | 12 dt-bindings/clock/ste-ab8500.h header and can be used in device
|