Home
last modified time | relevance | path

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

12345678910>>...161

/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_unit.c16 * @unit: The zfcp LUN/unit to register
22 void zfcp_unit_scsi_scan(struct zfcp_unit *unit) in zfcp_unit_scsi_scan() argument
24 struct fc_rport *rport = unit->port->rport; in zfcp_unit_scsi_scan()
27 lun = scsilun_to_int((struct scsi_lun *) &unit->fcp_lun); in zfcp_unit_scsi_scan()
36 struct zfcp_unit *unit = container_of(work, struct zfcp_unit, in zfcp_unit_scsi_scan_work() local
39 zfcp_unit_scsi_scan(unit); in zfcp_unit_scsi_scan_work()
40 put_device(&unit->dev); in zfcp_unit_scsi_scan_work()
55 struct zfcp_unit *unit; in zfcp_unit_queue_scsi_scan() local
58 list_for_each_entry(unit, &port->unit_list, list) { in zfcp_unit_queue_scsi_scan()
59 get_device(&unit->dev); in zfcp_unit_queue_scsi_scan()
[all …]
/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/tools/perf/pmu-events/arch/x86/knightslanding/
H A Duncore-cache.json8 "Unit": "CHA" string
16 "Unit": "CHA" string
24 "Unit": "CHA" string
32 "Unit": "CHA" string
40 "Unit": "CHA" string
48 "Unit": "CHA" string
56 "Unit": "CHA" string
64 "Unit": "CHA" string
72 "Unit": "CHA" string
80 "Unit": "CHA" string
[all …]
/openbmc/linux/drivers/char/xillybus/
H A Dxillybus_class.c58 struct xilly_unit *unit, *u; in xillybus_init_chrdev() local
60 unit = kzalloc(sizeof(*unit), GFP_KERNEL); in xillybus_init_chrdev()
62 if (!unit) in xillybus_init_chrdev()
68 snprintf(unit->name, UNITNAMELEN, "%s", prefix); in xillybus_init_chrdev()
71 snprintf(unit->name, UNITNAMELEN, "%s_%02d", in xillybus_init_chrdev()
76 if (!strcmp(unit->name, u->name)) { in xillybus_init_chrdev()
82 rc = alloc_chrdev_region(&mdev, 0, num_nodes, unit->name); in xillybus_init_chrdev()
89 unit->major = MAJOR(mdev); in xillybus_init_chrdev()
90 unit->lowest_minor = MINOR(mdev); in xillybus_init_chrdev()
91 unit->num_nodes = num_nodes; in xillybus_init_chrdev()
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/s390/cf_z16/
H A Dpai_crypto.json3 "Unit": "PAI-CRYPTO", string
10 "Unit": "PAI-CRYPTO", string
17 "Unit": "PAI-CRYPTO", string
24 "Unit": "PAI-CRYPTO", string
31 "Unit": "PAI-CRYPTO", string
38 "Unit": "PAI-CRYPTO", string
45 "Unit": "PAI-CRYPTO", string
52 "Unit": "PAI-CRYPTO", string
59 "Unit": "PAI-CRYPTO", string
66 "Unit": "PAI-CRYPTO", string
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/arm64/freescale/yitian710/sys/
H A Dali_drw.json3 "BriefDescription": "A Write or Read Op at HIF interface. The unit is 64B.",
6 "Unit": "ali_drw", string
10 "BriefDescription": "A Write Op at HIF interface. The unit is 64B.",
13 "Unit": "ali_drw", string
17 "BriefDescription": "A Read Op at HIF interface. The unit is 64B.",
20 "Unit": "ali_drw", string
24 "BriefDescription": "A Read-Modify-Write Op at HIF interface. The unit is 64B.",
27 "Unit": "ali_drw", string
31 "BriefDescription": "A high priority Read at HIF interface. The unit is 64B.",
34 "Unit": "ali_drw", string
[all …]
/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/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
29 "Unit": "iMC" string
38 "Unit": "iMC" string
47 "Unit": "iMC" string
55 "Unit": "iMC" string
63 "Unit": "iMC" string
71 "Unit": "iMC" string
80 "Unit": "iMC" string
89 "Unit": "iMC" string
[all …]
H A Duncore-io.json12unit on the main die (generally memory). In the general case, Part0 refers to a standard PCIe card…
15 "Unit": "IIO" string
27unit on the main die (generally memory). In the general case, Part0 refers to a standard PCIe card…
30 "Unit": "IIO" string
37 … "PublicDescription": "Counts clockticks of the 1GHz traffic controller clock in the IIO unit.",
38 "Unit": "IIO" string
48 "Unit": "IIO" string
58 "Unit": "IIO" string
68 "Unit": "IIO" string
78 "Unit": "IIO" string
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
29 "Unit": "iMC" string
38 "Unit": "iMC" string
47 "Unit": "iMC" string
55 "Unit": "iMC" string
63 "Unit": "iMC" string
71 "Unit": "iMC" string
80 "Unit": "iMC" string
89 "Unit": "iMC" string
[all …]
H A Duncore-io.json12unit on the main die (generally memory). In the general case, Part0 refers to a standard PCIe card…
15 "Unit": "IIO" string
27unit on the main die (generally memory). In the general case, Part0 refers to a standard PCIe card…
30 "Unit": "IIO" string
37 … "PublicDescription": "Counts clockticks of the 1GHz trafiic controller clock in the IIO unit.",
38 "Unit": "IIO" string
48 "Unit": "IIO" string
58 "Unit": "IIO" string
68 "Unit": "IIO" string
78 "Unit": "IIO" string
[all …]
/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/sapphirerapids/
H A Duncore-cxl.json8 "Unit": "CXLCM" string
16 "Unit": "CXLCM" string
24 "Unit": "CXLCM" string
32 "Unit": "CXLCM" string
40 "Unit": "CXLCM" string
48 "Unit": "CXLCM" string
56 "Unit": "CXLCM" string
64 "Unit": "CXLCM" string
72 "Unit": "CXLCM" string
80 "Unit": "CXLCM" string
[all …]
H A Duncore-memory.json7 "Unit": "M2HBM" string
14 "Unit": "M2HBM" string
22 "Unit": "M2HBM" string
31 "Unit": "M2HBM" string
38 "Unit": "M2HBM" string
46 "Unit": "M2HBM" string
54 "Unit": "M2HBM" string
62 "Unit": "M2HBM" string
70 "Unit": "M2HBM" string
81 "Unit": "M2HBM" string
[all …]
H A Duncore-interconnect.json9 "Unit": "IRP" string
17 "Unit": "IRP" string
24 "Unit": "IRP" string
31 "Unit": "IRP" string
38 "Unit": "IRP" string
45 "Unit": "IRP" string
53 "Unit": "IRP" string
61 "Unit": "IRP" string
69 "Unit": "IRP" string
77 "Unit": "IRP" string
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/amdzen4/
H A Ddata-fabric.json8 "Unit": "DFPMC" string
16 "Unit": "DFPMC" string
24 "Unit": "DFPMC" string
32 "Unit": "DFPMC" string
40 "Unit": "DFPMC" string
48 "Unit": "DFPMC" string
56 "Unit": "DFPMC" string
64 "Unit": "DFPMC" string
72 "Unit": "DFPMC" string
80 "Unit": "DFPMC" string
[all …]
/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/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/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/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Duncore-memory.json9 "Unit": "iMC" string
18 "Unit": "iMC" string
27 "Unit": "iMC" string
35 "Unit": "iMC" string
43 "Unit": "iMC" string
51 "Unit": "iMC" string
60 "Unit": "iMC" string
69 "Unit": "iMC" string
78 "Unit": "iMC" string
86 "Unit": "iMC" string
[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/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/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
29 "Unit": "iMC" string
38 "Unit": "iMC" string
47 "Unit": "iMC" string
55 "Unit": "iMC" string
63 "Unit": "iMC" string
71 "Unit": "iMC" string
80 "Unit": "iMC" string
89 "Unit": "iMC" string
[all …]
/openbmc/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Duncore-memory.json10 "Unit": "iMC" string
20 "Unit": "iMC" string
29 "Unit": "iMC" string
38 "Unit": "iMC" string
47 "Unit": "iMC" string
55 "Unit": "iMC" string
63 "Unit": "iMC" string
71 "Unit": "iMC" string
80 "Unit": "iMC" string
89 "Unit": "iMC" string
[all …]

12345678910>>...161