Home
last modified time | relevance | path

Searched refs:flow (Results 1 – 25 of 155) sorted by relevance

1234567

/openbmc/u-boot/arch/arm/mach-tegra/tegra124/
H A Dpsci.c26 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in psci_board_init() local
46 writel((2 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu1_csr); in psci_board_init()
47 writel((4 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu2_csr); in psci_board_init()
48 writel((8 << CSR_WAIT_WFI_SHIFT) | CSR_ENABLE, &flow->cpu3_csr); in psci_board_init()
50 writel(EVENT_MODE_STOP, &flow->halt_cpu1_events); in psci_board_init()
51 writel(EVENT_MODE_STOP, &flow->halt_cpu2_events); in psci_board_init()
52 writel(EVENT_MODE_STOP, &flow->halt_cpu3_events); in psci_board_init()
54 while (!(readl(&flow->cpu1_csr) & CSR_PWR_OFF_STS) || in psci_board_init()
55 !(readl(&flow->cpu2_csr) & CSR_PWR_OFF_STS) || in psci_board_init()
56 !(readl(&flow->cpu3_csr) & CSR_PWR_OFF_STS)) in psci_board_init()
H A Dcpu.c109 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_ram_repair() local
117 clrbits_le32(&flow->ram_repair, RAM_REPAIR_BYPASS_EN); in tegra124_ram_repair()
121 setbits_le32(&flow->ram_repair, RAM_REPAIR_REQ); in tegra124_ram_repair()
126 val = readl(&flow->ram_repair); in tegra124_ram_repair()
132 setbits_le32(&flow->ram_repair_cluster1, RAM_REPAIR_REQ); in tegra124_ram_repair()
137 val = readl(&flow->ram_repair_cluster1); in tegra124_ram_repair()
150 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in tegra124_init_clocks() local
159 clrbits_le32(&flow->cluster_control, 1); in tegra124_init_clocks()
/openbmc/qemu/qapi/
H A Drocker.json119 # Rocker switch OF-DPA flow key
123 # @tbl-id: flow table ID
143 # .. note:: Optional members may or may not appear in the flow key
144 # depending if they're relevant to the flow key.
157 # Rocker switch OF-DPA flow mask
173 # .. note:: Optional members may or may not appear in the flow mask
174 # depending if they're relevant to the flow mask.
186 # Rocker switch OF-DPA flow action
200 # .. note:: Optional members may or may not appear in the flow action
201 # depending if they're relevant to the flow action.
[all …]
/openbmc/u-boot/arch/arm/mach-tegra/tegra30/
H A Dcpu.c88 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t30_init_clocks() local
93 clrbits_le32(flow->cluster_control, 1 << 0); in t30_init_clocks()
130 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in set_cpu_running() local
133 writel(run ? FLOW_MODE_NONE : FLOW_MODE_STOP, &flow->halt_cpu_events); in set_cpu_running()
/openbmc/u-boot/arch/arm/mach-tegra/tegra20/
H A Dwarmboot_avp.c27 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in wb_start() local
80 writel(reg, &flow->halt_cop_events); in wb_start()
93 writel(EVENT_MODE_STOP, &flow->halt_cpu1_events); in wb_start()
195 writel(0, flow->halt_cpu_events); in wb_start()
217 writel(reg, flow->halt_cop_events); in wb_start()
/openbmc/qemu/hw/net/rocker/
H A Drocker-hmp-cmds.c83 RockerOfDpaFlow *flow = info->value; in hmp_rocker_of_dpa_flows() local
84 RockerOfDpaFlowKey *key = flow->key; in hmp_rocker_of_dpa_flows()
85 RockerOfDpaFlowMask *mask = flow->mask; in hmp_rocker_of_dpa_flows()
86 RockerOfDpaFlowAction *action = flow->action; in hmp_rocker_of_dpa_flows()
88 if (flow->hits) { in hmp_rocker_of_dpa_flows()
90 key->priority, key->tbl_id, flow->hits); in hmp_rocker_of_dpa_flows()
/openbmc/openbmc/meta-security/recipes-ids/suricata/files/
H A DCVE-2024-38534.patch4 Subject: [PATCH 2/4] modbus: abort flow parsing on flood
8 Let's not spend more resources for a flow which is trying to
/openbmc/phosphor-bmc-code-mgmt/common/
H A DREADME.md9 Device-specific class members can be added to implement the code update flow for
14 To understand the control flow, consider looking at 'ExampleDevice' and
/openbmc/qemu/scripts/coccinelle/
H A Derrp-guard.cocci65 // double error_prepend in control flow like in
101 // Warn when several Error * definitions are in the control flow.
106 // control flow we may have several (in total) Error * definitions in
133 // Warn when several propagations are in the control flow.
163 'one control flow: at {}:{} and then at {}:{}'.format(
175 // error_propagate_prepend() or error_propagate() on each control-flow
181 // which has the "common case" on at least one control-flow path.
/openbmc/u-boot/drivers/usb/eth/
H A Dlan75xx.c62 uint32_t flow = 0, fct_flow = 0; in lan75xx_update_flowcontrol() local
65 ret = lan7x_update_flowcontrol(udev, dev, &flow, &fct_flow); in lan75xx_update_flowcontrol()
72 return lan7x_write_reg(udev, FLOW, flow); in lan75xx_update_flowcontrol()
/openbmc/u-boot/tools/kermit/
H A Dsend_cmd7 set flow-control none
H A Dsend_image9 set flow-control none
H A Ddot.kermrc5 set flow-control none
H A Dflash_param12 set flow-control xon/xoff
/openbmc/qemu/docs/devel/
H A Dindex-build.rst16 control-flow-integrity
/openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/
H A Dclear-once.bb2 DESCRIPTION = "Clear u-boot variables used for one-time boot flow"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-ruamel-yaml_0.18.10.bb1 SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style…
/openbmc/qemu/hw/dma/
H A Dpl080.c94 int flow; in pl080_run() local
132 flow = (ch->conf >> 11) & 7; in pl080_run()
133 if (flow >= 4) { in pl080_run()
141 switch (flow) { in pl080_run()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/
H A Dade_0.1.2.bb4 organizing data flow processing and execution."
/openbmc/u-boot/board/ti/am65x/
H A DREADME22 the following reasons the boot flow is designed as mentioned:
29 3. In production boot flow, we might not like to use full u-boot,
30 instead use Flacon boot flow to reduce boot time.
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-filter/nftables/
H A Dnftables_1.1.3.bb75 kernel-module-nft-flow-offload kernel-module-nft-reject-inet \
83 kernel-module-nf-flow-table \
84 kernel-module-nf-flow-table-inet \
/openbmc/qemu/docs/specs/
H A Drocker.rst311 packet data is network-byte order. For example, flow match fields (and masks)
667 OF-DPA mode allows the switch to offload flow packet processing functions to
671 hardware with flow functionality, as defined in OF-DPA. The block diagram is::
692 To participate in flow functions, ports must be configure for OF-DPA mode
698 There are commands to add, modify, delete, and get stats of flow table entries.
702 CMD_ADD: add an entry to flow table
703 CMD_MOD: modify an entry in flow table
704 CMD_DEL: delete an entry from flow table
705 CMD_GET_STATS: get stats for flow entry
721 OF_DPA_HARDTIME 4 Hard timeout for flow
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch100 AC_MSG_CHECKING([for daq flow ID])
119 AC_MSG_CHECKING([for daq extended flow modifiers])
140 AC_MSG_CHECKING([for daq query flow])
/openbmc/u-boot/doc/device-tree-bindings/serial/
H A D8250.txt43 - auto-flow-control: one way to enable automatic flow control support. The
/openbmc/u-boot/arch/arm/mach-tegra/tegra114/
H A Dcpu.c112 struct flow_ctlr *flow = (struct flow_ctlr *)NV_PA_FLOW_BASE; in t114_init_clocks() local
118 clrbits_le32(&flow->cluster_control, 1); in t114_init_clocks()

1234567