/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
H A D | Makefile | 43 ivt=$(word 1,$^) ; \ 44 bin=$(word 2,$^) ; \ 45 csf=$(word 3,$^) ; \
|
/openbmc/linux/arch/sparc/lib/ |
H A D | NG2copy_to_user.S | 11 .word 98b, y; \ 19 .word 98b, y##_fp; \
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-mtk-sysirq.c | 201 u32 word = i / 32, j; in mtk_sysirq_of_init() local 203 for (j = 0; word >= chip_data->intpol_words[j] ; j++) in mtk_sysirq_of_init() 204 word -= chip_data->intpol_words[j]; in mtk_sysirq_of_init() 207 chip_data->which_word[i] = word; in mtk_sysirq_of_init()
|
/openbmc/linux/drivers/ptp/ |
H A D | ptp_ines.c | 542 u16 word; in ines_rxts64() local 544 word = ines_read32(port, ts_rx); in ines_rxts64() 545 result = word; in ines_rxts64() 548 word = ines_read32(port, ts_rx); in ines_rxts64() 550 result |= word; in ines_rxts64() 589 u16 word; in ines_txts64() local 591 word = ines_read32(port, ts_tx); in ines_txts64() 592 result = word; in ines_txts64() 595 word = ines_read32(port, ts_tx); in ines_txts64() 597 result |= word; in ines_txts64()
|
/openbmc/linux/arch/arm/common/ |
H A D | mcpm_head.S | 205 3: .word mcpm_entry_early_pokes - . 206 .word mcpm_entry_vectors - 3b 207 .word mcpm_power_up_setup_phys - 3b 208 .word mcpm_sync - 3b 209 .word first_man_locks - 3b
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91-pio4.c | 354 unsigned int word = bank; in atmel_gpio_get_multiple() local 359 word = BIT_WORD(bank * ATMEL_PIO_NPINS_PER_BANK); in atmel_gpio_get_multiple() 362 if (!mask[word]) in atmel_gpio_get_multiple() 366 bits[word] |= mask[word] & (reg << offset); in atmel_gpio_get_multiple() 411 unsigned int word = bank; in atmel_gpio_set_multiple() local 418 word = BIT_WORD(bank * ATMEL_PIO_NPINS_PER_BANK); in atmel_gpio_set_multiple() 420 if (!mask[word]) in atmel_gpio_set_multiple() 423 bitmask = mask[word] & bits[word]; in atmel_gpio_set_multiple() 426 bitmask = mask[word] & ~bits[word]; in atmel_gpio_set_multiple() 430 mask[word] >>= ATMEL_PIO_NPINS_PER_BANK; in atmel_gpio_set_multiple() [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_exclusive.S | 22 .word 3 42 .word 3
|
H A D | test_s32c1i.S | 24 .word 3 45 .word 3
|
/openbmc/u-boot/arch/arm/mach-imx/imx8/ |
H A D | cpu.c | 484 u32 word[2], val[2] = {}; in imx_get_mac_from_fuse() local 488 word[0] = FUSE_MAC0_WORD0; in imx_get_mac_from_fuse() 489 word[1] = FUSE_MAC0_WORD1; in imx_get_mac_from_fuse() 491 word[0] = FUSE_MAC1_WORD0; in imx_get_mac_from_fuse() 492 word[1] = FUSE_MAC1_WORD1; in imx_get_mac_from_fuse() 496 ret = sc_misc_otp_fuse_read(-1, word[i], &val[i]); in imx_get_mac_from_fuse() 512 printf("%s: fuse %d, err: %d\n", __func__, word[i], ret); in imx_get_mac_from_fuse()
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | fb_draw.h | 182 static inline unsigned long rolx(unsigned long word, unsigned int shift, unsigned int x) in rolx() argument 184 return (word << shift) | (word >> (x - shift)); in rolx()
|
/openbmc/u-boot/doc/ |
H A D | README.mxc_ocotp | 16 A fuse word contains 32 fuse bit slots, as explained in 46.2.1. 18 A bank contains 8 fuse word slots, as explained in 46.2.1 and shown by the 21 Some fuse bit or word slots may not have the corresponding fuses actually
|
/openbmc/linux/arch/arm/mach-shmobile/ |
H A D | headsmp.S | 76 .word RWTCSRA_ADDRESS 78 .word BOOTROM_ADDRESS 81 .word 0x00000000
|
/openbmc/linux/include/linux/ |
H A D | eeprom_93cx6.h | 68 const u8 word, u16 *data); 70 const u8 word, __le16 *data, const u16 words);
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | debug.S | 37 1: .word _GLOBAL_OFFSET_TABLE_ - . 38 .word semi_writec_buf(GOT)
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_compat.c | 25 PCI_HOSE_OP(read, word, 16, u16 *) 28 PCI_HOSE_OP(write, word, 16, u16)
|
/openbmc/u-boot/drivers/video/ |
H A D | ipu_common.c | 35 struct ipu_ch_param_word word[2]; member 41 (((struct ipu_ch_param *)(base))->word[(w)].data) 755 p->word[0].data[0], p->word[0].data[1], p->word[0].data[2], in ipu_ch_param_dump() 756 p->word[0].data[3], p->word[0].data[4]); in ipu_ch_param_dump() 758 p->word[1].data[0], p->word[1].data[1], p->word[1].data[2], in ipu_ch_param_dump() 759 p->word[1].data[3], p->word[1].data[4]); in ipu_ch_param_dump()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | process.c | 200 if (mm_insn_16bit(ip->word >> 16)) { in is_jr_ra_ins() 235 if (mm_insn_16bit(ip->word >> 16)) { in is_ra_save_ins() 328 if (mm_insn_16bit(ip->word >> 16)) { in is_jump_ins() 367 if (mm_insn_16bit(ip->word >> 16)) { in is_sp_move_ins() 425 insn.word = ip->halfword[0] << 16; in get_frame_info() 428 insn.word = ip->halfword[0] << 16 | ip->halfword[1]; in get_frame_info() 431 insn.word = ip->word; in get_frame_info()
|
/openbmc/linux/drivers/net/wireless/intersil/orinoco/ |
H A D | hermes.h | 506 u16 *word) in hermes_read_wordrec() argument 512 *word = le16_to_cpu(rec); in hermes_read_wordrec() 517 u16 *word) in hermes_read_wordrec_pr() argument 523 *word = le16_to_cpu(rec); in hermes_read_wordrec_pr() 528 u16 word) in hermes_write_wordrec() argument 530 __le16 rec = cpu_to_le16(word); in hermes_write_wordrec()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/abm/ |
H A D | cls.c | 136 u32 *word; in nfp_abm_update_band_map() local 139 word = &alink->prio_map[i / prios_per_word]; in nfp_abm_update_band_map() 144 *word &= ~(field_mask << offset); in nfp_abm_update_band_map() 145 *word |= band << offset; in nfp_abm_update_band_map()
|
/openbmc/obmc-console/ |
H A D | console-mux.c | 63 char *word = calloc(length + 1, 1); in extract_mux_gpio_name() local 64 if (!word) { in extract_mux_gpio_name() 68 strncpy(word, current, length); in extract_mux_gpio_name() 72 return word; in extract_mux_gpio_name()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-ath79.c | 109 u32 word, u8 bits, unsigned flags) in ath79_spi_txrx_mode0() argument 115 for (word <<= (32 - bits); likely(bits); bits--) { in ath79_spi_txrx_mode0() 118 if (word & (1 << 31)) in ath79_spi_txrx_mode0() 131 word <<= 1; in ath79_spi_txrx_mode0()
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | smc_eeprom.c | 66 #define HIBYTE(word) ((u8)(((u16)(word)) >> 8)) argument 67 #define LOBYTE(word) ((u8)(((u16)(word)) & 0x00FFU)) argument
|
/openbmc/linux/arch/arm/vdso/ |
H A D | vdsomunge.c | 101 static Elf32_Word read_elf_word(Elf32_Word word, bool swap) in read_elf_word() argument 103 return swap ? swab32(word) : word; in read_elf_word()
|
/openbmc/linux/tools/perf/util/ |
H A D | s390-cpumsf.c | 250 unsigned long long word = be64toh(*(unsigned long long *)basicp); in s390_cpumsf_basic_show() local 254 local.prim_asn = word & 0xffff; in s390_cpumsf_basic_show() 255 local.CL = word >> 30 & 0x3; in s390_cpumsf_basic_show() 256 local.I = word >> 32 & 0x1; in s390_cpumsf_basic_show() 257 local.AS = word >> 33 & 0x3; in s390_cpumsf_basic_show() 258 local.P = word >> 35 & 0x1; in s390_cpumsf_basic_show() 259 local.W = word >> 36 & 0x1; in s390_cpumsf_basic_show() 260 local.T = word >> 37 & 0x1; in s390_cpumsf_basic_show() 261 local.U = word >> 40 & 0xf; in s390_cpumsf_basic_show() 294 unsigned long long word = be64toh(*(unsigned long long *)diagp); in s390_cpumsf_diag_show() local [all …]
|
/openbmc/linux/arch/microblaze/kernel/ |
H A D | hw_exception_handler.S | 917 .word load1,ex_unaligned_fixup; 918 .word load2,ex_unaligned_fixup; 919 .word load3,ex_unaligned_fixup; 920 .word load4,ex_unaligned_fixup; 921 .word load5,ex_unaligned_fixup; 922 .word store1,ex_unaligned_fixup; 923 .word store2,ex_unaligned_fixup; 924 .word store3,ex_unaligned_fixup; 925 .word store4,ex_unaligned_fixup; 926 .word store5,ex_unaligned_fixup; [all …]
|