Home
last modified time | relevance | path

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

12345678910>>...50

/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/openbmc/poky/meta/recipes-core/readline/files/
H A Dinputrc43 # # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving
44 # "\e[5C": forward-word
45 # "\e[5D": backward-word
46 # "\e\e[C": forward-word
47 # "\e\e[D": backward-word
/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/x86/purgatory/
H A Dentry64.S90 .word gdt_end - gdt - 1
92 .word 0, 0, 0
95 .word 0xFFFF, 0x0000, 0x9A00, 0x00AF
98 .word 0xFFFF, 0x0000, 0x9200, 0x00CF
/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/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()
300 if (buflen < (hh->hdrlen + hh->payload_len.word)) in parse_hip()
419 hh->payload_len.word); in sierra_net_handle_lsi()
505 if (len != hh.hdrlen + hh.payload_len.word) { in sierra_net_kevent()
[all …]
/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/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/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/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/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/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 …]
/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/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/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/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/arch/sparc/include/asm/
H A Dtsb.h80 .word 661b; \
88 .word 661b; \
95 .word 661b; \
102 .word 661b; \
109 .word 661b; \
116 .word 661b; \
212 .word 700b; \
344 .word 661b; \
367 .word 661b; \
/openbmc/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h1057 const unsigned int word) in rt2x00_rf_read() argument
1059 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_read()
1060 return rt2x00dev->rf[word - 1]; in rt2x00_rf_read()
1064 const unsigned int word, u32 data) in rt2x00_rf_write() argument
1066 BUG_ON(word < 1 || word > rt2x00dev->ops->rf_size / sizeof(u32)); in rt2x00_rf_write()
1067 rt2x00dev->rf[word - 1] = data; in rt2x00_rf_write()
1074 const unsigned int word) in rt2x00_eeprom_addr() argument
1076 return (void *)&rt2x00dev->eeprom[word]; in rt2x00_eeprom_addr()
1080 const unsigned int word) in rt2x00_eeprom_read() argument
1082 return le16_to_cpu(rt2x00dev->eeprom[word]); in rt2x00_eeprom_read()
[all …]
/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/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/drivers/net/ethernet/atheros/atl1c/
H A Datl1c.h233 #define RRS_PACKET_IS_ETH(word) \ argument
234 ((((word) >> RRS_PACKET_TYPE_SHIFT) & RRS_PACKET_TYPE_MASK) == \
236 #define RRS_RXD_IS_VALID(word) \ argument
237 ((((word) >> RRS_RXD_UPDATED_SHIFT) & RRS_RXD_UPDATED_MASK) == 1)
239 #define RRS_PACKET_PROT_IS_IPV4_ONLY(word) \ argument
240 ((((word) >> RRS_PROT_ID_SHIFT) & RRS_PROT_ID_MASK) == 1)
241 #define RRS_PACKET_PROT_IS_IPV6_ONLY(word) \ argument
242 ((((word) >> RRS_PROT_ID_SHIFT) & RRS_PROT_ID_MASK) == 6)
/openbmc/linux/arch/alpha/lib/
H A Dcsum_ipv6_magic.S45 or $0,$21,$0 # .. e1 : 1st src word complete
52 or $1,$22,$1 # .. e1 : 2nd src word complete
60 or $2,$23,$2 # .. e1 : 1st dst word complete
65 or $3,$24,$3 # .. e1 : 2nd dst word complete
/openbmc/linux/arch/sparc/kernel/
H A Drtrap_64.S35 .word 661b
51 .word 661b
77 .word 661b
204 .word 661b
237 .word 661b
247 .word 661b
259 .word 661b
260 .word 0x89880000 ! normalw
267 .word 661b

12345678910>>...50