/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/ |
H A D | gf100.c | 47 gf100_pcie_set_cap_speed(struct nvkm_pci *pci, bool full_speed) in gf100_pcie_set_cap_speed() argument 50 nvkm_mask(device, 0x02241c, 0x80, full_speed ? 0x80 : 0x0); in gf100_pcie_set_cap_speed() 66 bool full_speed = g84_pcie_cur_speed(pci) == NVKM_PCIE_SPEED_5_0; in gf100_pcie_init() local 67 gf100_pcie_set_cap_speed(pci, full_speed); in gf100_pcie_init()
|
H A D | g84.c | 50 g84_pcie_set_cap_speed(struct nvkm_pci *pci, bool full_speed) in g84_pcie_set_cap_speed() argument 53 nvkm_mask(device, 0x00154c, 0x80, full_speed ? 0x80 : 0x0); in g84_pcie_set_cap_speed() 128 bool full_speed = g84_pcie_cur_speed(pci) == NVKM_PCIE_SPEED_5_0; in g84_pcie_init() local 129 g84_pcie_set_cap_speed(pci, full_speed); in g84_pcie_init()
|
/openbmc/phosphor-fan-presence/control/example/ |
H A D | zones.yaml | 33 # full_speed: [Full speed for the zone.] 56 # full_speed: 10500 69 # full_speed: 4000
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/swift/ |
H A D | zones.yaml | 15 full_speed: 9500 47 full_speed: 9500
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/ |
H A D | zones.yaml | 15 full_speed: 10500 63 full_speed: 10500
|
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config/ |
H A D | zones.yaml | 10 full_speed: 255
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | event.hpp | 47 * zone's `full_speed` value.
|
/openbmc/phosphor-fan-presence/control/templates/ |
H A D | fan_zone_defs.mako.cpp | 45 ${zone['full_speed']},
|
/openbmc/linux/arch/powerpc/platforms/82xx/ |
H A D | km82xx.c | 116 {0, 10, CPM_PIN_OUTPUT | CPM_PIN_GPIO}, /* FULL_SPEED */
|
/openbmc/linux/drivers/media/usb/cx231xx/ |
H A D | cx231xx-pcb-cfg.h | 55 FULL_SPEED = 0x0, /* 0: full speed */ enumerator
|
/openbmc/linux/include/linux/usb/ |
H A D | net2280.h | 270 #define FULL_SPEED 6 macro
|
/openbmc/phosphor-fan-presence/control/ |
H A D | gen-fan-zone-defs.py | 886 zone["full_speed"] = z["full_speed"]
|
/openbmc/linux/drivers/hwmon/ |
H A D | f71882fg.c | 1136 int target, full_speed; in store_pwm() local 1137 full_speed = f71882fg_read16(data, in store_pwm() 1139 target = fan_to_reg(val * fan_from_reg(full_speed) / 255); in store_pwm() 1142 data->fan_full_speed[nr] = full_speed; in store_pwm()
|
/openbmc/docs/development/ |
H A D | add-new-system.md | 645 full_speed: 255
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/ |
H A D | events.json | 88 // poweron_target to lock the other rotor to full_speed
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Rainier2U/ |
H A D | events.json | 88 // poweron_target to lock the other rotor to full_speed
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Everest/ |
H A D | events.json | 78 // poweron_target to lock the other rotor to full_speed
|
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.Fuji/ |
H A D | events.json | 78 // poweron_target to lock the other rotor to full_speed
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | net2280.c | 3367 mask = BIT(SUPER_SPEED) | BIT(HIGH_SPEED) | BIT(FULL_SPEED); in handle_stat1_irqs() 3371 * both HIGH_SPEED and FULL_SPEED clear (as ROOT_PORT_RESET_INTERRUPT in handle_stat1_irqs()
|