Home
last modified time | relevance | path

Searched full:unit (Results 1 – 25 of 2919) sorted by relevance

12345678910>>...117

/openbmc/linux/drivers/s390/scsi/
Dzfcp_unit.c
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dxor_regs.h11 * to channels 0 & 1 of unit 1
16 #define MV_XOR_REGS_OFFSET(unit) (0x60900) argument
17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument
20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument
21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x10 + ((chan) * 4))) argument
22 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x20 + ((chan) * 4))) argument
25 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x30) argument
26 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x40) argument
27 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x50) argument
28 #define XOR_ERROR_ADDR_REG(unit) (MV_XOR_REGS_BASE(unit) + 0x60) argument
[all …]
/openbmc/linux/drivers/char/xillybus/
Dxillybus_class.c
/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/yitian710/sys/
Dali_drw.json
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/
Dpai_crypto.json
Dpai_ext.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/knightslanding/
Duncore-cache.json
/openbmc/qemu/hw/timer/
H A Dgrlib_gptimer.c39 #define UNIT_REG_SIZE 16 /* Size of memory mapped regs for the unit */
70 GPTimerUnit *unit; member
139 static void grlib_gptimer_set_scaler(GPTimerUnit *unit, uint32_t scaler) in grlib_gptimer_set_scaler() argument
144 assert(unit != NULL); in grlib_gptimer_set_scaler()
147 value = unit->freq_hz / (scaler + 1); in grlib_gptimer_set_scaler()
149 value = unit->freq_hz; in grlib_gptimer_set_scaler()
154 for (i = 0; i < unit->nr_timers; i++) { in grlib_gptimer_set_scaler()
155 ptimer_transaction_begin(unit->timers[i].ptimer); in grlib_gptimer_set_scaler()
156 ptimer_set_freq(unit->timers[i].ptimer, value); in grlib_gptimer_set_scaler()
157 ptimer_transaction_commit(unit->timers[i].ptimer); in grlib_gptimer_set_scaler()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
Duncore-memory.json
Duncore-io.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/
Duncore-memory.json
Duncore-io.json
/openbmc/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
Duncore-cxl.json
Duncore-memory.json
/openbmc/openbmc/meta-ieisystem/meta-fp5280g3/recipes-phosphor/configuration/fp5280g3-yaml-config/
H A Dfp5280g3-ipmi-sensors.yaml21 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
42 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
63 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
84 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
106 unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
128 unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
150 unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
172 unit: xyz.openbmc_project.Sensor.Value.Unit.Volts
194 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
216 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
Ddata-fabric.json
/openbmc/openbmc/meta-amd/meta-ethanolx/recipes-phosphor/configuration/ethanolx-yaml-config/
H A Dethanolx-ipmi-sensors.yaml6 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
26 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
46 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
66 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
86 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
106 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
126 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
146 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
169 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
191 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
[all …]
/openbmc/openbmc/meta-bytedance/meta-g220a/recipes-phosphor/configuration/g220a-yaml-config/
H A Dg220a-ipmi-sensors.yaml22 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
44 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
66 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
88 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
110 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
132 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
154 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
176 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
198 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
220 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
[all …]
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor_regs.h11 * mapped to channels 0 & 1 of unit 1
16 #define MV_XOR_REGS_OFFSET(unit) (0x60900) argument
17 #define MV_XOR_REGS_BASE(unit) (MV_XOR_REGS_OFFSET(unit)) argument
20 #define XOR_CHANNEL_ARBITER_REG(unit) (MV_XOR_REGS_BASE(unit)) argument
21 #define XOR_CONFIG_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument
23 #define XOR_ACTIVATION_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument
27 #define XOR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x30)) argument
28 #define XOR_MASK_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x40)) argument
29 #define XOR_ERROR_CAUSE_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x50)) argument
30 #define XOR_ERROR_ADDR_REG(unit) (MV_XOR_REGS_BASE(unit)+(0x60)) argument
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/witherspoon/
H A Dacx22-ipmi-hwmon-sensors.yaml21 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
42 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
63 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
84 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
105 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
126 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
147 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
168 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
189 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
210 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/
Duncore-hha.json
/openbmc/openbmc/meta-ieisystem/meta-nf5280m7/recipes-phosphor/configuration/nf5280m7-yaml-config/
H A Dnf5280m7-ipmi-sensors.yaml22 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
44 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
67 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
90 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
112 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
133 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
154 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
175 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
196 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
217 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/ivytown/
Duncore-memory.json
/openbmc/openbmc/meta-amd/meta-daytonax/recipes-phosphor/configuration/daytonax-yaml-config/
H A Ddaytonax-ipmi-sensors.yaml6 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
26 unit: xyz.openbmc_project.Sensor.Value.Unit.DegreesC
49 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
70 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
91 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
112 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
133 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
154 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
175 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
196 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/configuration/acx22-yaml-config/swift/
H A Dacx22-ipmi-hwmon-sensors.yaml21 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
42 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
63 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
84 unit: xyz.openbmc_project.Sensor.Value.Unit.RPMS
105 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
126 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
147 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
168 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
189 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
210 unit: xyz.openbmc_project.Sensor.Value.Unit.Watts
[all …]

12345678910>>...117