/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | vphn.c | 29 const __be16 *field = (const __be16 *) be_packed; in vphn_unpack_associativity() local
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | trace_tx.h | 756 #define BCT(field) \ argument
|
/openbmc/linux/drivers/scsi/ |
H A D | scsi_sysfs.c | 160 #define shost_show_function(name, field, format_string) \ argument 173 #define shost_rd_attr2(name, field, format_string) \ argument 177 #define shost_rd_attr(field, format_string) \ argument 585 #define sdev_show_function(field, format_string) \ argument 599 #define sdev_rd_attr(field, format_string) \ argument 608 #define sdev_rw_attr(field, format_string) \ argument 958 #define show_sdev_iostat(field) \ argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_flower.h | 84 u8 field; member 89 #define PEDIT_FIELDS(type, field, size, fs_field, offset) \ argument
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 140 struct hid_field *field; member 192 static int pidff_rescale(int i, int max, struct hid_field *field) in pidff_rescale() 201 static int pidff_rescale_signed(int i, struct hid_field *field) in pidff_rescale_signed() 721 struct hid_field *field = in pidff_autocenter() local 913 #define PIDFF_FIND_SPECIAL_KEYS(keys, field, name) \ argument
|
/openbmc/qemu/hw/net/ |
H A D | opencores_eth.c | 50 #define GET_FIELD(v, field) (((v) & (field)) >> (field ## _LBN)) argument 51 #define GET_REGBIT(s, reg, field) ((s)->regs[reg] & (reg ## _ ## field)) argument 52 #define GET_REGFIELD(s, reg, field) \ argument 55 #define SET_FIELD(v, field, data) \ argument 57 #define SET_REGFIELD(s, reg, field, data) \ argument
|
/openbmc/linux/sound/pci/hda/ |
H A D | hda_sysfs.c | 52 #define CODEC_INFO_SHOW(type, field) \ argument 61 #define CODEC_INFO_STR_SHOW(type, field) \ argument 166 #define CODEC_INFO_STORE(type, field) \ argument 180 #define CODEC_INFO_STR_STORE(type, field) \ argument
|
/openbmc/linux/arch/mips/sgi-ip32/ |
H A D | crime.c | 29 const int field = 2 * sizeof(unsigned long); in crime_init() local
|
/openbmc/linux/drivers/scsi/be2iscsi/ |
H A D | be.h | 155 #define AMAP_BIT_OFFSET(_struct, field) \ argument 172 #define AMAP_SET_BITS(_struct, field, ptr, val) \ argument 185 #define AMAP_GET_BITS(_struct, field, ptr) \ argument
|
/openbmc/u-boot/drivers/gpio/ |
H A D | sh_pfc.c | 130 unsigned long field) in read_config_reg() 147 unsigned long field, unsigned long value) in write_config_reg() 328 int in_range, pos, field, value; in pinmux_config_gpio() local
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | dpseci_cmd.h | 47 #define DPSECI_MASK(field) \ argument 51 #define dpseci_set_field(var, field, val) \ argument 54 #define dpseci_get_field(var, field) \ argument
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | soc15_common.h | 50 #define WREG32_FIELD15(ip, idx, reg, field, val) \ argument 58 #define WREG32_FIELD15_PREREG(ip, idx, reg_name, field, val) \ argument 184 #define WREG32_FIELD15_RLC(ip, idx, reg, field, val) \ argument
|
H A D | soc15.h | 96 #define SOC15_REG_FIELD(reg, field) reg##__##field##_MASK, reg##__##field##__SHIFT argument 100 #define SOC15_RAS_REG_FIELD_VAL(val, entry, field) SOC15_REG_FIELD_VAL((val), (entry).field##_count… argument
|
/openbmc/qemu/hw/ssi/ |
H A D | npcm7xx_fiu.c | 311 unsigned int field = (i < 2) ? ((i + 1) * 8) : 24; in send_dummy_bits() local 347 unsigned int field = (i % 4) * 8; in npcm7xx_fiu_uma_transaction() local 358 unsigned int field = (i % 4) * 8; in npcm7xx_fiu_uma_transaction() local
|
/openbmc/u-boot/arch/arm/mach-davinci/include/mach/ |
H A D | davinci_misc.h | 20 unsigned char field; /* field number */ member
|
/openbmc/linux/arch/mips/sgi-ip22/ |
H A D | ip22-berr.c | 91 const int field = 2 * sizeof(unsigned long); in ip22_be_interrupt() local
|
/openbmc/linux/drivers/net/ethernet/apm/xgene-v2/ |
H A D | ring.h | 95 #define SET_BITS(field, val) \ argument 98 #define GET_BITS(field, src) \ argument
|
/openbmc/openpower-occ-control/ |
H A D | occ_ffdc.cpp | 303 std::string field{"SYSLOG_IDENTIFIER"}; in getJournalEntries() local 374 std::string FFDC::getFieldValue(sd_journal* journal, const std::string& field) in getFieldValue()
|
/openbmc/linux/drivers/mux/ |
H A D | mmio.c | 76 struct reg_field field; in mux_mmio_probe() local
|
/openbmc/linux/include/media/ |
H A D | videobuf2-v4l2.h | 48 __u32 field; member
|
/openbmc/linux/arch/loongarch/lib/ |
H A D | dump_tlb.c | 19 const int field = 2 * sizeof(unsigned long); in dump_tlb_regs() local
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-gemtek.c | 128 #define MKMASK(field) (((1UL<<BU2614_##field##_BITS) - 1) << \ argument 144 #define gemtek_bu2614_set(dev, field, data) ((dev)->bu2614data = \ argument
|
/openbmc/linux/drivers/watchdog/ |
H A D | at91sam9_wdt.c | 40 #define wdt_read(wdt, field) \ argument 42 #define wdt_write(wtd, field, val) \ argument
|
/openbmc/linux/arch/x86/kvm/ |
H A D | smm.c | 12 #define CHECK_SMRAM32_OFFSET(field, offset) \ argument 15 #define CHECK_SMRAM64_OFFSET(field, offset) \ argument
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-fs.c | 306 const VMStateField *field, JSONWriter *vmdesc) in vuf_save_state() 330 const VMStateField *field) in vuf_load_state()
|