Home
last modified time | relevance | path

Searched full:words (Results 1 – 25 of 2489) sorted by relevance

12345678910>>...100

/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Ddisasm.c56 state->words[0] = (word1 << 16) | word0; in disasm_instr()
59 state->words[0] = word1; in disasm_instr()
65 state->words[1] = (word1 << 16) | word0; in disasm_instr()
72 fieldA = (IS_BIT(state->words[0], 16)) ? in disasm_instr()
73 FIELD_s25(state->words[0]) : in disasm_instr()
74 FIELD_s21(state->words[0]); in disasm_instr()
76 state->delay_slot = IS_BIT(state->words[0], 5); in disasm_instr()
82 if (IS_BIT(state->words[0], 16)) { in disasm_instr()
85 fieldA = (IS_BIT(state->words[0], 17)) ? in disasm_instr()
86 (FIELD_s25(state->words[0]) & ~0x3) : in disasm_instr()
[all …]
/OK3568_Linux_fs/u-boot/board/socrates/
H A Dupm_table.h21 0x00fcec00, 0x00fcec00, 0x00fcec00, 0x00fcec00, /* Words 0 to 3 */
22 0x00fcec00, 0x00fcfc00, 0x00fcfc00, 0x00fcec05, /* Words 4 to 7 */
23 0x00fcec00, 0x00fcec00, 0x00fcec04, 0x00fcec04, /* Words 8 to 11 */
24 0x00fcec04, 0x00fcec04, 0x00fcec04, 0x00fcec04, /* Words 12 to 15 */
25 0x00fcec04, 0x00fcec04, 0x0fffec00, 0xffffec00, /* Words 16 to 19 */
26 0xffffec00, 0xffffec00, 0xffffec00, 0xffffec01, /* Words 20 to 23 */
27 0x00ffec00, 0x00ffec00, 0x00f3ec00, 0x0fffec00, /* Words 24 to 27 */
28 0x0ffffc04, 0xffffec00, 0xffffec00, 0xffffec01, /* Words 28 to 31 */
29 0x00ffec00, 0x00ffec00, 0x00f3ec04, 0x00f3ec04, /* Words 32 to 35 */
30 0x00f3ec04, 0x00f3ec04, 0x00f3ec04, 0x00f3ec04, /* Words 36 to 39 */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/prestera/
H A Dprestera_dsa.c37 u32 words[4]; in prestera_dsa_parse() local
40 words[0] = ntohl(dsa_words[0]); in prestera_dsa_parse()
41 words[1] = ntohl(dsa_words[1]); in prestera_dsa_parse()
42 words[2] = ntohl(dsa_words[2]); in prestera_dsa_parse()
43 words[3] = ntohl(dsa_words[3]); in prestera_dsa_parse()
46 cmd = (enum prestera_dsa_cmd)FIELD_GET(PRESTERA_DSA_W0_CMD, words[0]); in prestera_dsa_parse()
52 if (FIELD_GET(PRESTERA_DSA_W0_EXT_BIT, words[0]) == 0) in prestera_dsa_parse()
54 if (FIELD_GET(PRESTERA_DSA_W1_EXT_BIT, words[1]) == 0) in prestera_dsa_parse()
56 if (FIELD_GET(PRESTERA_DSA_W2_EXT_BIT, words[2]) == 0) in prestera_dsa_parse()
59 field = FIELD_GET(PRESTERA_DSA_W3_VID, words[3]); in prestera_dsa_parse()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_nvm.c29 /* Switching to words (sr_size contains power of 2KB) */ in i40e_init_nvm()
211 * @module_pointer: module pointer location in words from the NVM beginning
212 * @offset: offset in words from module start
213 * @words: number of words to write
214 * @data: buffer with words to write to the Shadow RAM
217 * Writes a 16 bit words buffer to the Shadow RAM using the admin command.
221 u16 words, void *data, in i40e_read_nvm_aq() argument
235 if ((offset + words) > hw->nvm.sr_size) in i40e_read_nvm_aq()
238 (offset + words), hw->nvm.sr_size); in i40e_read_nvm_aq()
239 else if (words > I40E_SR_SECTOR_SIZE_IN_WORDS) in i40e_read_nvm_aq()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/can/
H A Dbosch,m_can.yaml69 11-bit Filter 0-128 elements / 0-128 words
70 29-bit Filter 0-64 elements / 0-128 words
71 Rx FIFO 0 0-64 elements / 0-1152 words
72 Rx FIFO 1 0-64 elements / 0-1152 words
73 Rx Buffers 0-64 elements / 0-1152 words
74 Tx Event FIFO 0-32 elements / 0-64 words
75 Tx Buffers 0-32 elements / 0-576 words
86 - description: 11-bit Filter 0-128 elements / 0-128 words
89 - description: 29-bit Filter 0-64 elements / 0-128 words
92 - description: Rx FIFO 0 0-64 elements / 0-1152 words
[all …]
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/bash-completion/
H A Dbpftool8 # Takes a list of words in argument; each one of them is added to COMPREPLY if
15 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do
16 if [[ $w == ${words[idx]} ]]; then
26 # Takes a list of words as argument; if any of those words is present on the
32 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do
33 [[ $w == ${words[idx]} ]] && return 0
39 # Takes a list of words in argument; adds them all to COMPREPLY if none of them
140 for (( idx=3; idx < ${#words[@]}-1; idx++ )); do
141 case "${words[$((idx-2))]}" in
143 keyword=${words[$((idx-1))]}
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe.h141 #define PCH_GBE_RH_ALM_EMP_4 0x00000000 /* 4 words */
142 #define PCH_GBE_RH_ALM_EMP_8 0x00004000 /* 8 words */
143 #define PCH_GBE_RH_ALM_EMP_16 0x00008000 /* 16 words */
144 #define PCH_GBE_RH_ALM_EMP_32 0x0000C000 /* 32 words */
146 #define PCH_GBE_RH_ALM_FULL_4 0x00000000 /* 4 words */
147 #define PCH_GBE_RH_ALM_FULL_8 0x00001000 /* 8 words */
148 #define PCH_GBE_RH_ALM_FULL_16 0x00002000 /* 16 words */
149 #define PCH_GBE_RH_ALM_FULL_32 0x00003000 /* 32 words */
151 #define PCH_GBE_RH_RD_TRG_4 0x00000000 /* 4 words */
152 #define PCH_GBE_RH_RD_TRG_8 0x00000200 /* 8 words */
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Ddecode_stacktrace.sh160 local words
163 read -a words <<<"$1"
170 local last=$(( ${#words[@]} - 1 ))
172 for i in "${!words[@]}"; do
174 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then
175 unset words[$i]
179 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then
180 unset words[$i]
181 words[$i+1]=$(printf "[%13s\n" "${words[$i+1]}")
185 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then
[all …]
/OK3568_Linux_fs/kernel/drivers/rkflash/
H A Dsfc.c157 u32 i, words, count, bytes; in sfc_request() local
162 words = (size + 3) >> 2; in sfc_request()
164 while (words) { in sfc_request()
168 count = words < fifostat.b.txlevel ? in sfc_request()
169 words : fifostat.b.txlevel; in sfc_request()
174 words--; in sfc_request()
177 if (words == 0) in sfc_request()
193 words = size >> 2; in sfc_request()
195 while (words) { in sfc_request()
201 count = words < fifostat.b.rxlevel ? in sfc_request()
[all …]
/OK3568_Linux_fs/u-boot/drivers/rkflash/
H A Dsfc.c156 u32 i, words, count, bytes; in sfc_request() local
161 words = (size + 3) >> 2; in sfc_request()
163 while (words) { in sfc_request()
167 count = words < fifostat.b.txlevel ? in sfc_request()
168 words : fifostat.b.txlevel; in sfc_request()
173 words--; in sfc_request()
176 if (words == 0) in sfc_request()
192 words = size >> 2; in sfc_request()
194 while (words) { in sfc_request()
200 count = words < fifostat.b.rxlevel ? in sfc_request()
[all …]
/OK3568_Linux_fs/kernel/drivers/spi/
H A Dspi-sh-msiof.c388 u32 bits, u32 words) in sh_msiof_spi_set_mode_regs() argument
390 u32 dr2 = SIMDR2_BITLEN1(bits) | SIMDR2_WDLEN1(words); in sh_msiof_spi_set_mode_regs()
408 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_8() argument
413 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_8()
418 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16() argument
423 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16()
428 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_16u() argument
433 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_16u()
438 const void *tx_buf, int words, int fs) in sh_msiof_spi_write_fifo_32() argument
443 for (k = 0; k < words; k++) in sh_msiof_spi_write_fifo_32()
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmicrocode-tool24 words: List of hex words containing the microcode. The first 16 words
29 # Convert data into a list of hex words
30 self.words = []
34 self.words.append(int(hexval, 0))
37 self.model = '%x' % self.words[3]
116 words = line.split(',')[:-1]
117 data += [word + ',' for word in words]
204 words = ''
208 words += '\n/* %s */' % mcode.name
209 for i in range(len(mcode.words)):
[all …]
H A Dmicrocode-tool.py24 words: List of hex words containing the microcode. The first 16 words
29 # Convert data into a list of hex words
30 self.words = []
34 self.words.append(int(hexval, 0))
37 self.model = '%x' % self.words[3]
116 words = line.split(',')[:-1]
117 data += [word + ',' for word in words]
204 words = ''
208 words += '\n/* %s */' % mcode.name
209 for i in range(len(mcode.words)):
[all …]
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-io-std.c171 unsigned int words = (len + 1) >> 1; in ide_input_data() local
183 words >>= 1; in ide_input_data()
185 __ide_mm_insl((void __iomem *)data_addr, buf, words); in ide_input_data()
187 insl(data_addr, buf, words); in ide_input_data()
196 words = 1; in ide_input_data()
200 __ide_mm_insw((void __iomem *)data_addr, buf, words); in ide_input_data()
202 insw(data_addr, buf, words); in ide_input_data()
215 unsigned int words = (len + 1) >> 1; in ide_output_data() local
227 words >>= 1; in ide_output_data()
229 __ide_mm_outsl((void __iomem *)data_addr, buf, words); in ide_output_data()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
90 u32 words[4]; in c2p_iplan2() member
112 c2p_16x8(d.words); in c2p_iplan2()
113 store_iplan2_masked(p, bpp, d.words, first); in c2p_iplan2()
116 /* Multiple destination words */ in c2p_iplan2()
124 c2p_16x8(d.words); in c2p_iplan2()
125 store_iplan2_masked(p, bpp, d.words, first); in c2p_iplan2()
133 c2p_16x8(d.words); in c2p_iplan2()
134 store_iplan2(p, bpp, d.words); in c2p_iplan2()
143 c2p_16x8(d.words); in c2p_iplan2()
[all …]
H A Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
92 u32 words[8]; in c2p_planar() member
112 c2p_32x8(d.words); in c2p_planar()
113 store_planar_masked(p, dst_nextplane, bpp, d.words, in c2p_planar()
117 /* Multiple destination words */ in c2p_planar()
125 c2p_32x8(d.words); in c2p_planar()
127 d.words, first); in c2p_planar()
135 c2p_32x8(d.words); in c2p_planar()
136 store_planar(p, dst_nextplane, bpp, d.words); in c2p_planar()
145 c2p_32x8(d.words); in c2p_planar()
[all …]
/OK3568_Linux_fs/kernel/drivers/atm/
H A Deni.c136 * xxPMOK operating on a circular buffer of "c" words
185 eni_dev->tx[i].send,eni_dev->tx[i].words*4); in dump()
191 ENI_VCC(eni_dev->rx_map[i])->words*4); in dump()
322 printk(KERN_ALERT " VCI %d, rxing %d, words %ld\n",vcc->vci, in rx_ident_err()
323 eni_vcc->rxing,eni_vcc->words); in rx_ident_err()
368 here = (eni_vcc->descr+skip) & (eni_vcc->words-1); in do_rx_dma()
373 here = (eni_vcc->descr+size+skip) & (eni_vcc->words-1); in do_rx_dma()
376 unsigned long words; in do_rx_dma() local
383 words = eff; in do_rx_dma()
388 if (init > words) init = words; in do_rx_dma()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dsbsprom.h35 /* number of 2-byte words in srom */
74 /* Words 1-2, ClassCode */
107 /* Words 4-5, Bar0 Sonics value */
109 /* Words 6-7, CIS Pointer */
113 /* Words 36-38: iLine MAC address */
118 /* Words 36-38: wireless0 MAC address on 43xx */
123 /* Words 39-41: enet0 MAC address */
128 /* Words 42-44: enet1 MAC address */
135 /* Words 47-51 wl0 PA bx */
145 /* Words 53-55 wl1 PA bx */
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_i225.c180 * @words: number of words to read
186 static s32 igc_read_nvm_srrd_i225(struct igc_hw *hw, u16 offset, u16 words, in igc_read_nvm_srrd_i225() argument
196 for (i = 0; i < words; i += IGC_EERD_EEWR_MAX_COUNT) { in igc_read_nvm_srrd_i225()
197 count = (words - i) / IGC_EERD_EEWR_MAX_COUNT > 0 ? in igc_read_nvm_srrd_i225()
198 IGC_EERD_EEWR_MAX_COUNT : (words - i); in igc_read_nvm_srrd_i225()
217 * @words: number of words to write
225 static s32 igc_write_nvm_srwr(struct igc_hw *hw, u16 offset, u16 words, in igc_write_nvm_srwr() argument
233 /* A check for invalid values: offset too large, too many words, in igc_write_nvm_srwr()
234 * too many words for the offset, and not enough words. in igc_write_nvm_srwr()
236 if (offset >= nvm->word_size || (words > (nvm->word_size - offset)) || in igc_write_nvm_srwr()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_nvm.c300 * @words: number of words to read
305 s32 igb_read_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_spi() argument
313 /* A check for invalid values: offset too large, too many words, in igb_read_nvm_spi()
314 * and not enough words. in igb_read_nvm_spi()
316 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_read_nvm_spi()
317 (words == 0)) { in igb_read_nvm_spi()
344 for (i = 0; i < words; i++) { in igb_read_nvm_spi()
360 * @words: number of words to read
365 s32 igb_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in igb_read_nvm_eerd() argument
371 /* A check for invalid values: offset too large, too many words, in igb_read_nvm_eerd()
[all …]
H A De1000_i210.c181 * @words: number of words to read
187 static s32 igb_read_nvm_srrd_i210(struct e1000_hw *hw, u16 offset, u16 words, in igb_read_nvm_srrd_i210() argument
197 for (i = 0; i < words; i += E1000_EERD_EEWR_MAX_COUNT) { in igb_read_nvm_srrd_i210()
198 count = (words - i) / E1000_EERD_EEWR_MAX_COUNT > 0 ? in igb_read_nvm_srrd_i210()
199 E1000_EERD_EEWR_MAX_COUNT : (words - i); in igb_read_nvm_srrd_i210()
219 * @words: number of words to write
227 static s32 igb_write_nvm_srwr(struct e1000_hw *hw, u16 offset, u16 words, in igb_write_nvm_srwr() argument
235 /* A check for invalid values: offset too large, too many words, in igb_write_nvm_srwr()
236 * too many words for the offset, and not enough words. in igb_write_nvm_srwr()
238 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in igb_write_nvm_srwr()
[all …]
/OK3568_Linux_fs/kernel/tools/perf/
H A Dperf-completion.sh16 # re-assemble words to complete.
77 words)
78 words=("${words_[@]}")
132 if [[ ${words[i]} == $1 ]]; then
136 if [[ ${words[i]} == $cmd_ ]]; then
137 prev_skip_opts=${words[i]}
149 cmd=${words[0]}
263 cur=${words[CURRENT]}
264 prev=${words[CURRENT-1]}
288 local cur words cword prev
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dhost1x.h98 u32 words, u32 offset, void *cmdbuf),
100 TP_ARGS(name, bo, words, offset, cmdbuf),
105 __field(u32, words)
108 __dynamic_array(u32, cmdbuf, words)
114 words * sizeof(u32));
119 __entry->words = words;
123 TP_printk("name=%s, bo=%p, words=%u, offset=%d, contents=[%s]",
125 __entry->words, __entry->offset,
127 __entry->cmdbuf ? __entry->words * 4 : 0))
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dnvm.c286 * @words: number of words to read
291 s32 e1000e_read_nvm_eerd(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_read_nvm_eerd() argument
297 /* A check for invalid values: offset too large, too many words, in e1000e_read_nvm_eerd()
298 * too many words for the offset, and not enough words. in e1000e_read_nvm_eerd()
300 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) || in e1000e_read_nvm_eerd()
301 (words == 0)) { in e1000e_read_nvm_eerd()
306 for (i = 0; i < words; i++) { in e1000e_read_nvm_eerd()
327 * @words: number of words to write
335 s32 e1000e_write_nvm_spi(struct e1000_hw *hw, u16 offset, u16 words, u16 *data) in e1000e_write_nvm_spi() argument
341 /* A check for invalid values: offset too large, too many words, in e1000e_write_nvm_spi()
[all …]
/OK3568_Linux_fs/u-boot/board/keymile/km83xx/
H A Dkm83xx.c101 0x1ffedc00, 0x0ffcdc80, 0x0ffcdc80, 0x0ffcdc04, /* Words 0 to 3 */
102 0x0ffcdc00, 0xffffcc00, 0xffffcc01, 0xfffffc01, /* Words 4 to 7 */
103 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 8 to 11 */
104 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 12 to 15 */
105 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 16 to 19 */
106 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 20 to 23 */
107 0x9cfffc00, 0x00fffc80, 0x00fffc80, 0x00fffc00, /* Words 24 to 27 */
108 0xffffec04, 0xffffec01, 0xfffffc01, 0xfffffc01, /* Words 28 to 31 */
109 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 32 to 35 */
110 0xfffffc01, 0xfffffc01, 0xfffffc01, 0xfffffc01, /* Words 36 to 39 */
[all …]

12345678910>>...100