Home
last modified time | relevance | path

Searched refs:word (Results 201 – 225 of 1260) sorted by relevance

12345678910>>...51

/openbmc/linux/drivers/mtd/maps/
H A Dl440gx.c65 __u16 word; in init_l440gx() local
126 pci_read_config_word(dev, 0x4e, &word); in init_l440gx()
127 word |= 0x4; in init_l440gx()
128 pci_write_config_word(dev, 0x4e, word); in init_l440gx()
/openbmc/u-boot/arch/arm/lib/
H A Drelocate.S140 .word __image_copy_start - relocate_code
142 .word __image_copy_end - relocate_code
144 .word __rel_dyn_start - relocate_code
146 .word __rel_dyn_end - relocate_code
/openbmc/u-boot/board/socrates/
H A Dnand.c76 u16 word; in sc_nand_read_word() local
77 sc_nand_read_buf(mtd, (uchar *)&word, sizeof(word)); in sc_nand_read_word()
78 return word; in sc_nand_read_word()
/openbmc/u-boot/include/linux/
H A Dbitops.h171 static inline unsigned long __ffs64(u64 word) in __ffs64() argument
174 if (((u32)word) == 0UL) in __ffs64()
175 return __ffs((u32)(word >> 32)) + 32; in __ffs64()
179 return __ffs((unsigned long)word); in __ffs64()
/openbmc/u-boot/arch/x86/lib/
H A Dbios_interrupts.c113 u16 word; in int1a_handler() local
181 dm_pci_read_config16(dev, reg, &word); in int1a_handler()
182 M.x86.R_ECX = word; in int1a_handler()
193 word = M.x86.R_ECX; in int1a_handler()
194 dm_pci_write_config16(dev, reg, word); in int1a_handler()
/openbmc/u-boot/board/renesas/MigoR/
H A Dlowlevel_init.S189 SBSCR_D: .word 0x0044
190 PSCR_D: .word 0x0000
191 RWTCSR_D_1: .word 0xA507
192 RWTCSR_D_2: .word 0xA504
193 RWTCNT_D: .word 0x5A00
/openbmc/openbmc/meta-phosphor/recipes-devtools/i2c-tools/i2c-tools/
H A D0001-4-byte-read-support-466.patch37 + " d (double word)\n"
55 + size == I2C_SMBUS_DWORD ? "double word" :
56 size == I2C_SMBUS_BYTE_DATA ? "byte" : "word");
63 + /* handle mode 'd' (double word read) */
79 + "double word. %s\n", strerror(errno));
/openbmc/linux/arch/mips/cavium-octeon/crypto/
H A Docteon-sha1.c36 u32 word[2]; in octeon_sha1_store_hash() member
43 memzero_explicit(&hash_tail.word[0], sizeof(hash_tail.word[0])); in octeon_sha1_store_hash()
50 u32 word[2]; in octeon_sha1_read_hash() member
57 sctx->state[4] = hash_tail.word[0]; in octeon_sha1_read_hash()
/openbmc/phosphor-webui/app/access-control/styles/
H A Dcertificate.scss61 word-wrap: break-word;
70 word-wrap: break-word;
79 word-wrap: break-word;
/openbmc/linux/tools/testing/selftests/move_mount_set_group/
H A Dmove_mount_set_group_test.c142 static void null_endofword(char *word) in null_endofword() argument
144 while (*word && *word != ' ' && *word != '\t') in null_endofword()
145 word++; in null_endofword()
146 *word = '\0'; in null_endofword()
/openbmc/linux/arch/powerpc/kernel/
H A Dvecemu.c265 unsigned int i, word; in emulate_altivec() local
272 word = ppc_inst_val(instr); in emulate_altivec()
275 vd = (word >> 21) & 0x1f; in emulate_altivec()
276 va = (word >> 16) & 0x1f; in emulate_altivec()
277 vb = (word >> 11) & 0x1f; in emulate_altivec()
278 vc = (word >> 6) & 0x1f; in emulate_altivec()
281 switch (word & 0x3f) { in emulate_altivec()
/openbmc/linux/arch/m68k/fpsp040/
H A Dbinstr.S40 | upper word of d0. If it is the ls digit, write the word
56 | d7: byte digit formation word;digit count {0,1}
99 swap %d6 |put 0 in d6 lower word
109 swap %d6 |with d6 = 0; put 0 in upper word
116 swap %d7 |bring first digit to word d7b
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
127 swap %d7 |put LEN counter in word d7a
/openbmc/u-boot/board/mpr2/
H A Dlowlevel_init.S71 FRQCR_D: .word 0x1103 /* I:B:P=8:4:2 */
72 WTCNT_D: .word 0x5A00 /* start counting at zero */
73 WTCSR_D: .word 0xA507 /* divide by 4096 */
/openbmc/linux/arch/arm/mach-at91/
H A Dpm_suspend.S1116 .word 0
1118 .word 0
1120 .word 0
1122 .word 0
1124 .word 0
1126 .word 0
1128 .word 0
1130 .word 0
1132 .word 0
1134 .word 0
[all …]
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_reg.c127 ASD_READ_SW(swa, u16, word);
131 ASD_READ_SW(swb, u16, word);
135 ASD_READ_SW(swc, u16, word);
139 ASD_WRITE_SW(swa, u16, word);
143 ASD_WRITE_SW(swb, u16, word);
147 ASD_WRITE_SW(swc, u16, word);
222 ASD_WRITE_REG(u16,word);
274 ASD_READ_REG(u16,word);
/openbmc/linux/drivers/s390/net/
H A Dqeth_l2_sys.c19 char *word; in qeth_bridge_port_role_state_show() local
33 word = "inactive"; break; in qeth_bridge_port_role_state_show()
35 word = "standby"; break; in qeth_bridge_port_role_state_show()
37 word = "active"; break; in qeth_bridge_port_role_state_show()
44 word = "none"; break; in qeth_bridge_port_role_state_show()
46 word = "primary"; break; in qeth_bridge_port_role_state_show()
48 word = "secondary"; break; in qeth_bridge_port_role_state_show()
56 rc = sysfs_emit(buf, "%s\n", word); in qeth_bridge_port_role_state_show()
/openbmc/u-boot/arch/arm/cpu/armv7/
H A Dnonsec_virt.S22 .word 0 /* reset */
23 .word 0 /* undef */
25 .word 0
26 .word 0
27 .word 0
28 .word 0
29 .word 0
/openbmc/linux/drivers/net/usb/
H A Dsierra_net.c88 u16 word; member
236 p->word = get_unaligned_be16(datap); in save16bit()
237 return datap + sizeof(p->word); in save16bit()
283 hh->payload_len.word &= 0x3FFF; /* 14 bits */ in parse_hip()
286 hh->extmsgid.word &= 0x03FF; /* 10 bits */ in parse_hip()
290 hh->payload_len.word &= 0x07FF; /* 11 bits */ in parse_hip()
296 hh->payload_len.word--; in parse_hip()
419 hh->payload_len.word); in sierra_net_handle_lsi()
508 hh.hdrlen + hh.payload_len.word); in sierra_net_kevent()
538 "extmsgid 0x%04x\n", hh.extmsgid.word); in sierra_net_kevent()
[all …]
/openbmc/u-boot/arch/arm/include/asm/arch-bcm235xx/
H A Dboot0.h9 .word 0xbabeface
10 .word _end - _start
/openbmc/u-boot/arch/arm/include/asm/arch-bcm281xx/
H A Dboot0.h9 .word 0xbabeface
10 .word _end - _start
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dst,stm32-mdma.yaml32 0x1: half-word (16bit)
33 0x2: word (32bit)
34 0x3: double-word (64bit)
37 0x1: half-word (16bit)
38 0x2: word (32bit)
39 0x3: double-word (64bit)
/openbmc/linux/include/asm-generic/bitops/
H A Dbuiltin-__ffs.h11 static __always_inline unsigned long __ffs(unsigned long word) in __ffs() argument
13 return __builtin_ctzl(word); in __ffs()
/openbmc/linux/tools/bootconfig/samples/
H A Dbad-keyerror.bconf1 # key word can not contain ","
2 key,word
/openbmc/linux/arch/powerpc/sysdev/xics/
H A Dicp-native.c29 u32 word; member
33 u32 word; member
38 u32 word; member
58 return in_be32(&icp_native_regs[cpu]->xirr.word); in icp_native_get_xirr()
65 out_be32(&icp_native_regs[cpu]->xirr.word, value); in icp_native_set_xirr()
/openbmc/linux/arch/m68k/ifpsp060/
H A Dos.S68 | Linux/68k: The _060_[id]mem_{read,write}_{byte,word,long} functions
163 | Read a data word from user memory.
169 | d0 - data word in d0
174 | Read an instruction word from user memory.
180 | d0 - instruction word in d0
191 dmrwuae:movs.w (%a0), %d0 | fetch user word
193 dmrws: move.w (%a0), %d0 | fetch super word
256 | Write a data word to user memory.
260 | d0 - data word in d0
271 dmwwuae:movs.w %d0,(%a0) | store user word
[all …]

12345678910>>...51