/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/sparc/kernel/ |
H A D | urtt_fill.S | 28 .word 661b 49 .word 661b 55 .word 661b
|
/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/u-boot/doc/ |
H A D | README.fsl_iim | 14 A fuse word contains 8 fuse bit slots, as explained in 30.4.2.2.1. 16 A bank contains 256 fuse word slots, as shown by the memory map in 30.3.1. 18 Some fuse bit or word slots may not have the corresponding fuses actually
|
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/riscv/kvm/ |
H A D | aia_aplic.c | 336 static u32 aplic_read_input_word(struct aplic *aplic, u32 word) in aplic_read_input_word() argument 341 ret |= aplic_read_input(aplic, word * 32 + i) ? BIT(i) : 0; in aplic_read_input_word() 346 static u32 aplic_read_pending_word(struct aplic *aplic, u32 word) in aplic_read_pending_word() argument 351 ret |= aplic_read_pending(aplic, word * 32 + i) ? BIT(i) : 0; in aplic_read_pending_word() 356 static void aplic_write_pending_word(struct aplic *aplic, u32 word, in aplic_write_pending_word() argument 363 aplic_write_pending(aplic, word * 32 + i, pending); in aplic_write_pending_word() 367 static u32 aplic_read_enabled_word(struct aplic *aplic, u32 word) in aplic_read_enabled_word() argument 372 ret |= aplic_read_enabled(aplic, word * 32 + i) ? BIT(i) : 0; in aplic_read_enabled_word() 377 static void aplic_write_enabled_word(struct aplic *aplic, u32 word, in aplic_write_enabled_word() argument 384 aplic_write_enabled(aplic, word * 32 + i, enabled); in aplic_write_enabled_word()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest/ |
H A D | userfaultfd.patch | 152 + int32_t word; 171 + word = seed; 178 + long int hi = word / 127773; 179 + long int lo = word % 127773; 180 + word = 16807 * lo - 2836 * hi; 181 + if (word < 0) 182 + word += 2147483647; 183 + *++dst = word; 271 + location into the zeroth word of the state information. Note that due
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | wakeup.S | 70 .word 0x0000 73 .word 0x0000
|
/openbmc/u-boot/arch/x86/cpu/i386/ |
H A D | call64.S | 91 .word gdt_end - gdt - 1 93 .word 0
|
/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/linux/arch/arm/mach-shmobile/ |
H A D | headsmp.S | 76 .word RWTCSRA_ADDRESS 78 .word BOOTROM_ADDRESS 81 .word 0x00000000
|
/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/i2c/busses/ |
H A D | i2c-pasemi-core.c | 224 TXFIFO_WR(smbus, data->word & MTXFIFO_DATA_M); in pasemi_smb_xfer() 225 TXFIFO_WR(smbus, MTXFIFO_STOP | (data->word >> 8)); in pasemi_smb_xfer() 251 TXFIFO_WR(smbus, data->word & MTXFIFO_DATA_M); in pasemi_smb_xfer() 252 TXFIFO_WR(smbus, (data->word >> 8) & MTXFIFO_DATA_M); in pasemi_smb_xfer() 301 data->word = rd & MRXFIFO_DATA_M; in pasemi_smb_xfer() 307 data->word |= (rd & MRXFIFO_DATA_M) << 8; in pasemi_smb_xfer()
|
H A D | i2c-sibyte.c | 75 csr_out32(V_SMB_LB(data->word & 0xff), in smbus_xfer() 77 csr_out32(V_SMB_MB(data->word >> 8), in smbus_xfer() 100 data->word = csr_in32(SMB_CSR(adap, R_SMB_DATA)) & 0xffff; in smbus_xfer()
|
/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/media/platform/samsung/s5p-jpeg/ |
H A D | jpeg-core.c | 770 unsigned int word; in exynos4_jpeg_parse_decode_h_tbl() local 781 if (word < 2) in exynos4_jpeg_parse_decode_h_tbl() 810 unsigned int word; in exynos4_jpeg_parse_huff_tbl() local 819 word = 0; in exynos4_jpeg_parse_huff_tbl() 838 word = 0; in exynos4_jpeg_parse_huff_tbl() 842 word = 0; in exynos4_jpeg_parse_huff_tbl() 852 word = 0; in exynos4_jpeg_parse_huff_tbl() 859 word = 0; in exynos4_jpeg_parse_huff_tbl() 909 word = 0; in exynos4_jpeg_parse_q_tbl() 928 word = 0; in exynos4_jpeg_parse_q_tbl() [all …]
|
/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/Documentation/devicetree/bindings/spi/ |
H A D | spi-sifive.yaml | 58 sifive,max-bits-per-word: 60 Maximum bits per word; defaults to 8 84 sifive,max-bits-per-word = <8>;
|
/openbmc/linux/arch/arm/lib/ |
H A D | delay-loop.S | 17 .LC0: .word loops_per_jiffy 18 .LC1: .word UDELAY_MULT
|
/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/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/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/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/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/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()
|