Home
last modified time | relevance | path

Searched refs:word (Results 776 – 800 of 1248) sorted by relevance

1...<<31323334353637383940>>...50

/openbmc/linux/arch/arm/crypto/
H A Dsha1-armv4-large.S501 .LK_00_19: .word 0x5a827999
502 .LK_20_39: .word 0x6ed9eba1
503 .LK_40_59: .word 0x8f1bbcdc
504 .LK_60_79: .word 0xca62c1d6
/openbmc/linux/drivers/dma/ti/
H A Dcppi41.c889 unsigned word; in init_sched() local
892 word = 0; in init_sched()
901 cppi_writel(reg, cdd->sched_mem + DMA_SCHED_WORD(word)); in init_sched()
902 word++; in init_sched()
/openbmc/linux/Documentation/driver-api/firmware/
H A Dfallback-mechanisms.rst294 word-address + 32-bit value pairs. With the word-address incrementing 4
295 bytes (1 word) for each pair until a page is complete. A complete page is
296 followed by a new page-address, followed by more word + value pairs. This
/openbmc/linux/arch/x86/crypto/
H A Dchacha-ssse3-x86_64.S233 # algorithm performs each operation on the corresponding word of each
234 # state matrix, hence requires no word shuffling. For final XORing step
236 # which allows us to do XOR in SSE registers. 8/16-bit word rotation is
238 # 7/12-bit word rotation uses traditional shift+OR.
/openbmc/linux/drivers/media/pci/pt1/
H A Dpt1.c1145 u32 word; in pt1_i2c_xfer() local
1173 word = pt1_read_reg(pt1, 2); in pt1_i2c_xfer()
1175 next_msg->buf[len] = word; in pt1_i2c_xfer()
1176 word >>= 8; in pt1_i2c_xfer()
/openbmc/linux/drivers/net/ethernet/sgi/
H A Dioc3-eth.c589 u16 word; in ioc3_mii_init() local
593 word = ioc3_mdio_read(ip->mii.dev, i, MII_PHYSID1); in ioc3_mii_init()
595 if (word != 0xffff && word != 0x0000) { in ioc3_mii_init()
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c148 uint32_t word = (addr - plic->pending_base) >> 2; in sifive_plic_read() local
150 return plic->pending[word]; in sifive_plic_read()
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DOPUBL-1.072 Send E-mail to opal-request@opencontent.org with the word "subscribe" in the body.
78 Send E-mail to opal-request@opencontent.org with the word "unsubscribe" in the body.
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dstart.S384 .word __rel_dyn_start - pie_fixup
386 .word __rel_dyn_end - pie_fixup
/openbmc/linux/arch/sh/lib/
H A Dcopy_page.S104 ! Copy bytes to long word align src
332 ! Read longword, write byte, word, byte per iteration
H A Dudivsi3_i4i.S295 .word 128
312 .word 0xff00
/openbmc/linux/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c371 data->word = val; in xgene_slimpro_i2c_xfer()
373 val = data->word; in xgene_slimpro_i2c_xfer()
/openbmc/linux/arch/xtensa/include/asm/
H A Dasmmacro.h158 .word 97f, handler; \
/openbmc/linux/Documentation/hwmon/
H A Dnsa320.rst34 Following each chip select pulse the chip will generate a single 32 bit word
/openbmc/linux/arch/arc/lib/
H A Dstrchr-700.S68 ; Found searched-for character. r0 has already advanced to next word.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-luma.rst163 its padding located in the most significant bits of the 16 bit word.
/openbmc/linux/arch/sparc/include/asm/
H A Dwinmacro.h113 .word 661b; \
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c330 static int chcr_set_tcb_field(struct chcr_ktls_info *tx_info, u16 word, in chcr_set_tcb_field() argument
344 req->word_cookie = htons(TCB_WORD_V(word)); in chcr_set_tcb_field()
746 u32 tid, void *pos, u16 word, in __chcr_write_cpl_set_tcb_ulp() argument
773 cpl->word_cookie = htons(TCB_WORD_V(word)); in __chcr_write_cpl_set_tcb_ulp()
803 void *pos, u16 word, u64 mask, in chcr_write_cpl_set_tcb_ulp() argument
814 __chcr_write_cpl_set_tcb_ulp(tx_info, tid, buf, word, q, in chcr_write_cpl_set_tcb_ulp()
822 pos = __chcr_write_cpl_set_tcb_ulp(tx_info, tid, pos, word, q, in chcr_write_cpl_set_tcb_ulp()
/openbmc/u-boot/drivers/video/
H A Dipu_disp.c260 static void ipu_dc_write_tmpl(int word, u32 opcode, u32 operand, int map, in ipu_dc_write_tmpl() argument
271 __raw_writel(reg, ipu_dc_tmpl_reg + word * 2); in ipu_dc_write_tmpl()
276 __raw_writel(reg, ipu_dc_tmpl_reg + word * 2 + 1); in ipu_dc_write_tmpl()
/openbmc/linux/drivers/staging/pi433/Documentation/
H A Dpi433.txt125 optionOn - a sync word will be automatically added to
127 optionOff - no sync word will be added
152 length of the sync word. Allowed values: 0...8
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fusion.h808 u32 word; member
1087 u64 word; member
1360 __le64 word; member
/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Dich8lan.c3442 u16 i, word; in e1000_read_nvm_ich8lan() local
3469 &word); in e1000_read_nvm_ich8lan()
3472 data[i] = word; in e1000_read_nvm_ich8lan()
3650 u16 word = 0; in e1000_read_flash_byte_ich8lan() local
3658 ret_val = e1000_read_flash_data_ich8lan(hw, offset, 1, &word); in e1000_read_flash_byte_ich8lan()
3663 *data = (u8)word; in e1000_read_flash_byte_ich8lan()
4177 u16 word; in e1000_validate_nvm_checksum_ich8lan() local
4195 word = NVM_COMPAT; in e1000_validate_nvm_checksum_ich8lan()
4199 word = NVM_FUTURE_INIT_WORD1; in e1000_validate_nvm_checksum_ich8lan()
4204 ret_val = e1000_read_nvm(hw, word, 1, &data); in e1000_validate_nvm_checksum_ich8lan()
[all …]
/openbmc/linux/arch/m68k/ifpsp060/
H A Diskeleton.S193 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
259 | d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
/openbmc/u-boot/arch/sh/lib/
H A Dudivsi3_i4i.S293 .word 128
310 .word 0xff00
/openbmc/linux/drivers/hwmon/pmbus/
H A Ducd9000.c120 int reg, u16 word) in ucd90320_write_word_data() argument
127 ret = pmbus_write_word_data(client, page, reg, word); in ucd90320_write_word_data()

1...<<31323334353637383940>>...50