/openbmc/u-boot/arch/arm/mach-mvebu/serdes/a38x/ |
H A D | ctrl_pex.h | 21 #define PEX_IF_REGS_OFFSET(if) ((if) > 0 ? \ argument 24 #define PEX_IF_REGS_BASE(if) (PEX_IF_REGS_OFFSET(if)) argument 25 #define PEX_CAPABILITIES_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x60) argument 26 #define PEX_LINK_CTRL_STATUS2_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x90) argument 27 #define PEX_CTRL_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x1a00) argument 28 #define PEX_STATUS_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x1a04) argument 29 #define PEX_DBG_STATUS_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x1a64) argument 49 #define PEX_CFG_DIRECT_ACCESS(if, reg) (PEX_IF_REGS_BASE(if) + (reg)) argument 71 #define PEX_CFG_ADDR_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x18f8) argument 72 #define PEX_CFG_DATA_REG(if) ((PEX_IF_REGS_BASE(if)) + 0x18fc) argument
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/ |
H A D | board_env_spec.h | 230 #define PEX_CAPABILITIES_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x60) argument 234 #define PEX_CTRL_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A00) argument 235 #define PEX_STATUS_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A04) argument 236 #define PEX_COMPLT_TMEOUT_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A10) argument 237 #define PEX_PWR_MNG_EXT_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A18) argument 238 #define PEX_FLOW_CTRL_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A20) argument 242 #define PEX_DBG_CTRL_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A60) argument 243 #define PEX_DBG_STATUS_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x1A64) argument 250 #define PEX_CFG_ADDR_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x18F8) argument 251 #define PEX_CFG_DATA_REG(if) ((MV_PEX_IF_REGS_BASE(if)) + 0x18FC) argument [all …]
|
/openbmc/openpower-hw-diags/analyzer/ras-data/schema/ |
H A D | ras-data-schema-v02.json | 111 "if": { object 122 "if": { object 133 "if": { object 143 "if": { object 153 "if": { object 163 "if": { object 182 "if": { object 198 "if": { object 214 "if": { object 232 "if": { object
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 264 if SINGLE_STEP_MISSED_WORKAROUND label 503 if SAVE_AFTER_XNACK_ERROR label 554 if SAVE_AFTER_XNACK_ERROR label 620 if SAVE_AFTER_XNACK_ERROR label 665 if SAVE_AFTER_XNACK_ERROR label
|
H A D | cwsr_trap_handler_gfx10.asm | 251 if SINGLE_STEP_MISSED_WORKAROUND label
|
/openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
H A D | if.md | 1 # if chapter
|
/openbmc/phosphor-power/phosphor-regulators/config_files/ |
H A D | BlueRidge.json | 736 "if": { object 746 "if": { object 785 "if": { object 795 "if": { object 807 "if": { object 864 "if": { object 874 "if": { object 886 "if": { object 942 "if": { object 952 "if": { object
|
H A D | Rainier.json | 736 "if": { object 746 "if": { object 785 "if": { object 795 "if": { object 807 "if": { object 864 "if": { object 874 "if": { object 886 "if": { object 942 "if": { object 952 "if": { object
|
/openbmc/linux/include/linux/ |
H A D | compiler.h | 55 #define if(cond, ...) if ( __trace_if_var( !!(cond , ## __VA_ARGS__) ) ) macro
|
/openbmc/phosphor-power/phosphor-regulators/schema/ |
H A D | config_schema.json | 61 "if": { "$ref": "#/definitions/if" }, object 240 "if": { object 374 "if": { object
|
/openbmc/u-boot/drivers/ddr/marvell/axp/ |
H A D | ddr3_axp.h | 421 #define MV_PEX_IF_REGS_OFFSET(if) \ argument 427 #define PEX_CFG_DIRECT_ACCESS(if, reg) (MV_PEX_IF_REGS_BASE(if) + (reg)) argument
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 145 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) macro
|
/openbmc/linux/drivers/clk/rockchip/ |
H A D | clk.h | 856 #define INVERTER(_id, cname, pname, io, is, if) \ argument
|