| /openbmc/u-boot/arch/arm/mach-tegra/tegra124/ |
| H A D | psci.c | 26 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 D | cpu.c | 109 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 D | rocker.json | 119 # 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 D | cpu.c | 88 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 D | warmboot_avp.c | 27 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 D | rocker-hmp-cmds.c | 83 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 D | CVE-2024-38534.patch | 4 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 D | README.md | 9 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 D | errp-guard.cocci | 65 // 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 D | lan75xx.c | 62 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 D | send_cmd | 7 set flow-control none
|
| H A D | send_image | 9 set flow-control none
|
| H A D | dot.kermrc | 5 set flow-control none
|
| H A D | flash_param | 12 set flow-control xon/xoff
|
| /openbmc/qemu/docs/devel/ |
| H A D | index-build.rst | 16 control-flow-integrity
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/clear-once/ |
| H A D | clear-once.bb | 2 DESCRIPTION = "Clear u-boot variables used for one-time boot flow"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/python/ |
| H A D | python3-ruamel-yaml_0.18.10.bb | 1 SUMMARY = "YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style…
|
| /openbmc/qemu/hw/dma/ |
| H A D | pl080.c | 94 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 D | ade_0.1.2.bb | 4 organizing data flow processing and execution."
|
| /openbmc/u-boot/board/ti/am65x/ |
| H A D | README | 22 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 D | nftables_1.1.3.bb | 75 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 D | rocker.rst | 311 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 D | disable-run-test-program-while-cross-compiling.patch | 100 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 D | 8250.txt | 43 - auto-flow-control: one way to enable automatic flow control support. The
|
| /openbmc/u-boot/arch/arm/mach-tegra/tegra114/ |
| H A D | cpu.c | 112 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()
|