Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 25 of 243) sorted by relevance

12345678910

/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dxor_regs.h16 #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
31 #define XOR_NEXT_DESC_PTR_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + (0x200 + ((chan) * 4))) argument
[all …]
/openbmc/linux/drivers/s390/scsi/
Dzfcp_unit.c
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dxor_regs.h16 #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
33 #define XOR_NEXT_DESC_PTR_REG(unit, chan) (MV_XOR_REGS_BASE(unit) + \ argument
[all …]
/openbmc/linux/drivers/clk/mmp/
Dclk.c
Dreset.c
Dclk-of-pxa1928.c
/openbmc/linux/sound/firewire/bebob/
Dbebob_command.c
Dbebob.c
/openbmc/linux/sound/
Dsound_core.c
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dconfig-static-bmc.json.in10 "unit": "@PREPARATION_DBUS_SERVICE@" string
14 "unit": "@VERIFY_DBUS_SERVICE@" string
18 "unit": "@UPDATE_DBUS_SERVICE@" string
H A Dconfig-bios.json.in10 "unit": "@PREPARATION_BIOS_TARGET@" string
14 "unit": "@VERIFY_BIOS_TARGET@" string
18 "unit": "@UPDATE_BIOS_TARGET@" string
H A Dconfig-static-bmc-with-update-status.json.in10 "unit": "@PREPARATION_DBUS_SERVICE@" string
14 "unit": "@VERIFY_DBUS_SERVICE@" string
18 "unit": "@UPDATE_DBUS_SERVICE@" string
/openbmc/linux/tools/perf/util/
Dunits.c
/openbmc/openbmc/meta-google/recipes-phosphor/flash/inplace-gbmc-update/
H A Dconfig-bmc.json11 "unit": "inplace-gbmc-version.service" string
25 "unit": "inplace-gbmc-verify.service" string
29 "unit": "reboot.target", string
/openbmc/linux/sound/firewire/
Dfcp.c
/openbmc/linux/sound/firewire/oxfw/
Doxfw-command.c
/openbmc/linux/sound/firewire/tascam/
Dtascam.c
/openbmc/linux/sound/firewire/digi00x/
Ddigi00x.c
/openbmc/linux/sound/firewire/fireface/
Dff.c
/openbmc/qemu/hw/timer/
H A Dgrlib_gptimer.c70 GPTimerUnit *unit; member
139 static void grlib_gptimer_set_scaler(GPTimerUnit *unit, uint32_t scaler) in grlib_gptimer_set_scaler()
184 GPTimerUnit *unit = opaque; in grlib_gptimer_read() local
243 GPTimerUnit *unit = opaque; in grlib_gptimer_write() local
344 GPTimerUnit *unit = GRLIB_GPTIMER(d); in grlib_gptimer_reset() local
374 GPTimerUnit *unit = GRLIB_GPTIMER(dev); in grlib_gptimer_realize() local
/openbmc/phosphor-state-manager/
H A Dsystemd_target_signal.cpp55 const std::string& unit) in logError()
78 std::string SystemdTargetLogging::processError(const std::string& unit, in processError()
125 std::string unit{}; in systemdUnitChange() local
/openbmc/qemu/hw/ide/
H A Dide-bus.c74 IDEDevice *ide_bus_create_drive(IDEBus *bus, int unit, DriveInfo *drive) in ide_bus_create_drive()
86 int ide_get_geometry(BusState *bus, int unit, in ide_get_geometry()
101 int ide_get_bios_chs_trans(BusState *bus, int unit) in ide_get_bios_chs_trans()
/openbmc/openbmc/poky/meta/lib/oe/
H A Doverlayfs.py23 def mountUnitName(unit): argument
26 def helperUnitName(unit): argument
/openbmc/phosphor-ipmi-flash/bmc/
H A Dbuildjson.cpp38 const auto& unit = data.at("unit"); in buildFileSystemd() local
56 const auto& unit = data.at("unit"); in buildSystemd() local
/openbmc/linux/sound/firewire/dice/
Ddice.c

12345678910