Home
last modified time | relevance | path

Searched full:full_speed (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pci/
H A Dgf100.c47 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 Dg84.c50 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 Dzones.yaml33 # 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 Dzones.yaml15 full_speed: 9500
47 full_speed: 9500
/openbmc/openbmc/meta-ibm/recipes-phosphor/fans/phosphor-fan-control-zone-config/witherspoon/
H A Dzones.yaml15 full_speed: 10500
63 full_speed: 10500
/openbmc/openbmc/meta-ibm/meta-romulus/recipes-phosphor/fans/phosphor-fan-control-zone-config/
H A Dzones.yaml10 full_speed: 255
/openbmc/phosphor-fan-presence/control/json/
H A Devent.hpp47 * zone's `full_speed` value.
/openbmc/phosphor-fan-presence/control/templates/
H A Dfan_zone_defs.mako.cpp45 ${zone['full_speed']},
/openbmc/linux/arch/powerpc/platforms/82xx/
H A Dkm82xx.c116 {0, 10, CPM_PIN_OUTPUT | CPM_PIN_GPIO}, /* FULL_SPEED */
/openbmc/linux/drivers/media/usb/cx231xx/
H A Dcx231xx-pcb-cfg.h55 FULL_SPEED = 0x0, /* 0: full speed */ enumerator
/openbmc/linux/include/linux/usb/
H A Dnet2280.h270 #define FULL_SPEED 6 macro
/openbmc/phosphor-fan-presence/control/
H A Dgen-fan-zone-defs.py886 zone["full_speed"] = z["full_speed"]
/openbmc/linux/drivers/hwmon/
H A Df71882fg.c1136 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 Dadd-new-system.md645 full_speed: 255
/openbmc/phosphor-fan-presence/control/config_files/p10bmc/com.ibm.Hardware.Chassis.Model.BlueRidge2U/
H A Devents.json88 // 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 Devents.json88 // 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 Devents.json78 // 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 Devents.json78 // poweron_target to lock the other rotor to full_speed
/openbmc/linux/drivers/usb/gadget/udc/
H A Dnet2280.c3367 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()