/openbmc/linux/include/video/ |
H A D | newport.h | 20 npireg_t word; member
|
/openbmc/linux/arch/powerpc/platforms/8xx/ |
H A D | Kconfig | 122 in the last word of a page, with a target of the last cache
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | kernel_ex.S | 7 | set the appropriate bits in the USER_FPSR word on the stack.
|
H A D | x_unfl.S | 146 | ;upper word for round
|
/openbmc/linux/drivers/memory/ |
H A D | ti-emif-sram-pm.S | 368 .word . - ti_emif_save_context
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 4744 u8 j, word, prot_id, ret_val; in ice_fill_valid_words() local 4749 word = lkup_exts->n_val_words; in ice_fill_valid_words() 4755 if (word >= ICE_MAX_CHAIN_WORDS) in ice_fill_valid_words() 4757 lkup_exts->fv_words[word].off = in ice_fill_valid_words() 4759 lkup_exts->fv_words[word].prot_id = in ice_fill_valid_words() 4761 lkup_exts->field_mask[word] = in ice_fill_valid_words() 4763 word++; in ice_fill_valid_words() 4766 ret_val = word - lkup_exts->n_val_words; in ice_fill_valid_words() 4767 lkup_exts->n_val_words = word; in ice_fill_valid_words()
|
/openbmc/linux/drivers/mmc/host/ |
H A D | sdhci-pci-gli.c | 1529 u16 word; in sdhci_gli_readw() local 1531 word = (val >> REG_OFFSET_IN_BITS(reg)) & 0xffff; in sdhci_gli_readw() 1532 return word; in sdhci_gli_readw()
|
/openbmc/linux/drivers/net/wireless/ath/carl9170/ |
H A D | tx.c | 1622 u32 word, ht1, plcp, off, addr, len; in carl9170_update_beacon() local 1686 word = le32_to_cpu(data[i]); in carl9170_update_beacon() 1687 carl9170_async_regwrite(addr + 4 * i, word); in carl9170_update_beacon()
|
/openbmc/linux/Documentation/hwmon/ |
H A D | dell-smm-hwmon.rst | 246 - 1st word in ``eax`` holds the current 268 - 1st word in ``eax`` holds the nominal
|
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 324 - A single-word type alias within a struct / class may be lowercase to match STL 325 conventions (`using type = T`) while a multi-word type alias should be
|
/openbmc/linux/drivers/hid/ |
H A D | hid-ft260.c | 701 ret = ft260_i2c_read(dev, addr, (u8 *)&data->word, 2, in ft260_smbus_xfer() 705 (u8 *)&data->word, 2, in ft260_smbus_xfer()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | Kconfig | 95 <key word>=<value> pairs through a /proc/ppc64/lparcfg interface.
|
/openbmc/linux/drivers/atm/ |
H A D | nicstar.h | 180 u32 word[12]; member
|
/openbmc/linux/tools/testing/selftests/tc-testing/creating-testcases/ |
H A D | AddingTestCases.txt | 43 category: A list of single-word descriptions covering what the command
|
/openbmc/qemu/target/arm/tcg/ |
H A D | t16.decode | 84 # Load/store word/byte (immediate offset)
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | cs35l33.txt | 39 ADC data word. This property can be set as a value of 0 for bits 15 down
|
/openbmc/linux/Documentation/virt/kvm/devices/ |
H A D | arm-vgic.rst | 116 field in the lower 5 bits of a word, meaning that userspace must always
|
/openbmc/qemu/hw/net/ |
H A D | vmxnet3.h | 471 __le16 word[8]; member
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_hw.h | 83 uint32_t word; member 92 uint32_t word; member 152 __be32 word[4]; member 1012 uint32_t word; member 2977 uint32_t word; member
|
/openbmc/linux/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 1512 u16 word[4]; in ep0_irq() member 1522 u.word[0] = omap_readw(UDC_DATA); in ep0_irq() 1523 u.word[1] = omap_readw(UDC_DATA); in ep0_irq() 1524 u.word[2] = omap_readw(UDC_DATA); in ep0_irq() 1525 u.word[3] = omap_readw(UDC_DATA); in ep0_irq()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1297 TCGv_i64 word = tcg_temp_new_i64(); in vec_to_qvec() local 1308 tcg_gen_extract_i64(word, tmp, j * 8, size * 8); in vec_to_qvec() 1309 tcg_gen_movcond_i64(TCG_COND_NE, bits, word, zero, ones, zero); in vec_to_qvec()
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_cm.c | 540 u32 word; in siw_recv_mpa_rr() local 542 rcvd = ksock_recv(s, (char *)&word, sizeof(word), MSG_DONTWAIT); in siw_recv_mpa_rr()
|
/openbmc/linux/drivers/edac/ |
H A D | pnd2_edac.c | 151 P2SB_READ(word, P2SB_STAT_OFF, status); in p2sb_is_busy() 175 P2SB_WRITE(word, P2SB_ROUT_OFF, 0); in _apl_rd_reg() 176 P2SB_WRITE(word, P2SB_STAT_OFF, (op << 8) | P2SB_BUSY); in _apl_rd_reg()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | pxa25x_udc.c | 1221 u32 word[2]; in handle_ep0() member 1396 if (u.word[0] == 0 && u.word[1] == 0) in handle_ep0()
|
/openbmc/linux/drivers/net/hippi/ |
H A D | rrunner.c | 438 __be32 word; in rr_read_eeprom_word() local 441 (unsigned char *)&word, 4) == 4)) in rr_read_eeprom_word() 442 return be32_to_cpu(word); in rr_read_eeprom_word()
|