/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | dibx000_common.c | 186 if (mst->device_rev < DIB7000MC && speed < 235) in dibx000_i2c_set_speed() 201 if (mst->device_rev > DIB3000MC && mst->selected_interface != intf) { in dibx000_i2c_select_interface() 274 if (mst->device_rev > DIB7000) in dibx000_i2c_gate_ctrl() 437 int dibx000_init_i2c_master(struct dibx000_i2c_master *mst, u16 device_rev, in dibx000_init_i2c_master() argument 453 mst->device_rev = device_rev; in dibx000_init_i2c_master() 457 if (device_rev == DIB7000P || device_rev == DIB8000) in dibx000_init_i2c_master()
|
H A D | dibx000_common.h | 18 u16 device_rev; member 41 u16 device_rev, struct i2c_adapter *i2c_adap,
|
/openbmc/openbmc-test-automation/ipmi/ |
H A D | test_ipmi_device_id.robot | 65 ${device_rev}= Set Variable ${resp[1]} 66 ${device_rev}= Convert To Binary ${device_rev} base=16 67 ${device_rev}= Zfill Data ${device_rev} 8 69 Run Keyword And Continue On Failure Should Be Equal As Strings ${device_rev[1:4]} 000
|
/openbmc/linux/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_core.h | 128 u8 device_rev; member
|
H A D | pcan_usb.c | 875 if (dev->device_rev > 3) { in pcan_usb_start() 909 pcan_usb.name, dev->device_rev, serial_number, in pcan_usb_init() 915 if (dev->device_rev >= 41) { in pcan_usb_init()
|
H A D | pcan_usb_core.c | 1001 dev->device_rev = tmp16 >> 8; in peak_usb_create_dev()
|
/openbmc/u-boot/arch/arm/mach-mvebu/serdes/axp/ |
H A D | high_speed_env_lib.c | 262 u8 device_rev; in serdes_phy_config() local 299 device_rev = mv_ctrl_rev_get(); in serdes_phy_config() 301 if (device_rev == 2) { /* for B0 only */ in serdes_phy_config() 528 if (device_rev == 2) /* for B0 only */ in serdes_phy_config()
|
/openbmc/linux/drivers/media/i2c/ |
H A D | st-vgxy61.c | 1651 int device_rev; in vgxy61_detect_cut_version() local 1653 device_rev = vgxy61_read_reg(sensor, VGXY61_REG_REVISION); in vgxy61_detect_cut_version() 1654 if (device_rev < 0) in vgxy61_detect_cut_version() 1655 return device_rev; in vgxy61_detect_cut_version() 1657 switch (device_rev >> 8) { in vgxy61_detect_cut_version()
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio-sysfs.c | 30 rio_config_attr(device_rev, "0x%08x\n");
|
H A D | rio-scan.c | 357 &rdev->device_rev); in rio_setup_device()
|
/openbmc/linux/include/linux/ |
H A D | rio.h | 182 u32 device_rev; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-rapidio | 48 What: /sys/bus/rapidio/devices/<nn>:<d>:<iiii>/device_rev
|
/openbmc/qemu/hw/ipmi/ |
H A D | ipmi_bmc_sim.c | 201 uint8_t device_rev; member 834 rsp_buffer_push(rsp, ibs->device_rev & 0xf); in get_device_id() 2200 DEFINE_PROP_UINT8("device_rev", IPMIBmcSim, device_rev, 0),
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | smc37c669.c | 511 unsigned device_rev : 8; /* Returns 0x2 in this field */ member
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 1014 u8 *device_rev); 7440 u8 device_rev; in handle_verify_cap() local 7451 read_remote_device_id(dd, &device_id, &device_rev); in handle_verify_cap() 7465 (u32)device_id, (u32)device_rev); in handle_verify_cap() 8946 u8 device_rev) in write_local_device_id() argument 8951 | ((u32)device_rev << LOCAL_DEVICE_REV_SHIFT); in write_local_device_id() 8956 u8 *device_rev) in read_remote_device_id() argument 8962 *device_rev = (frame >> REMOTE_DEVICE_REV_SHIFT) in read_remote_device_id()
|
/openbmc/linux/drivers/staging/iio/addac/ |
H A D | adt7316.c | 1620 static IIO_DEVICE_ATTR(device_rev, 0444, adt7316_show_device_rev, NULL, 0);
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 1756 &rdev->device_rev); in rio_mport_add_riodev()
|