/linux/drivers/net/wireless/mediatek/mt76/mt7603/ |
H A D | mcu.c | 239 #define WORD(_start) \ in mt7603_mcu_set_eeprom() macro 243 WORD(_start), \ in mt7603_mcu_set_eeprom() 244 WORD(_start + 2), \ in mt7603_mcu_set_eeprom() 245 WORD(_start + 4) in mt7603_mcu_set_eeprom() 248 WORD(MT_EE_NIC_CONF_1), in mt7603_mcu_set_eeprom() 256 WORD(MT_EE_TX_POWER_CCK), in mt7603_mcu_set_eeprom() 257 WORD(MT_EE_TX_POWER_OFDM_2G_6M), in mt7603_mcu_set_eeprom() 258 WORD(MT_EE_TX_POWER_OFDM_2G_24M), in mt7603_mcu_set_eeprom() 259 WORD(MT_EE_TX_POWER_OFDM_2G_54M), in mt7603_mcu_set_eeprom() 260 WORD(MT_EE_TX_POWER_HT_BPSK_QPS in mt7603_mcu_set_eeprom() [all...] |
/linux/net/netfilter/ |
H A D | nf_conntrack_h323_types.c | 10 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 24 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 40 {FNAME("port") INT, WORD, 0, 0, SKIP, 0, NULL}, 46 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL}, 80 {FNAME("url-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 82 {FNAME("email-ID") IA5STR, WORD, 1, 0, SKIP, 0, NULL}, 221 {FNAME("item") INT, WORD, 0, 0, SKIP, 0, NULL}, 259 {FNAME("manufacturerCode") INT, WORD, 0, 0, SKIP, 0, NULL}, 279 {FNAME("maxBitRate") INT, WORD, 1, 0, SKIP, 0, NULL}, 299 {FNAME("samplesPerLine") INT, WORD, [all...] |
/linux/Documentation/sound/cards/ |
H A D | multisound.sh | 613 #define HIBYTE(w) ((BYTE)(((WORD)(w) >> 8) & 0xFF)) 615 #define MAKEWORD(low,hi) ((WORD)(((BYTE)(low))|(((WORD)((BYTE)(hi)))<<8))) 619 typedef __u16 WORD; 640 static int msnd_write_cfg_io0(int cfg, int num, WORD io) 651 static int msnd_read_cfg_io0(int cfg, int num, WORD *io) 662 static int msnd_write_cfg_io1(int cfg, int num, WORD io) 673 static int msnd_read_cfg_io1(int cfg, int num, WORD *io) 684 static int msnd_write_cfg_irq(int cfg, int num, WORD irq) 695 static int msnd_read_cfg_irq(int cfg, int num, WORD *ir [all...] |
/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 73 WORD [A-Za-z_][-A-Za-z_0-9]* 292 <MACRODEF>{WORD}{SPACE} { 305 <MACRODEF>{WORD}\( { 318 <MACROARGLIST>{WORD} { 401 {WORD}\( { 438 {WORD} {
|
H A D | aicasm_macro_scan.l | 68 WORD [A-Za-z_][-A-Za-z_0-9]* 130 {WORD}[(] {
|
/linux/include/linux/ |
H A D | cciss_ioctl.h | 14 WORD buf_size; /* size in bytes of the buf */
|
/linux/include/uapi/linux/ |
H A D | cciss_ioctl.h | 45 WORD buf_size; /* size in bytes of the buf */
|
H A D | cciss_defs.h | 45 #define WORD __u16 macro
|
/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|
/linux/Documentation/translations/zh_TW/admin-guide/ |
H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|
/linux/Documentation/admin-guide/ |
H A D | bootconfig.rst | 26 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 167 { 0x2060, 0x2064 }, /* WORD JOINER - INVISIBLE PLUS */ 230 { 0x10EFC, 0x10EFF }, /* ARABIC COMBINING ALEF OVERLAY - ARABIC SMALL LOW WORD MADDA */
|
H A D | ucs_fallback_table.h_shipped | 3085 { 0x31, 0x2E }, /* WORD SEPARATOR MIDDLE DOT -> '.' */
|
/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 319 similar to how STORE CHANNEL REPORT WORD works.
|
/linux/Documentation/dev-tools/ |
H A D | checkpatch.rst | 205 - --kconfig-prefix=WORD 207 Use WORD as a prefix for Kconfig symbols (default is `CONFIG_`).
|
/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 531 set WORD, 2 # len(word) == 2 bytes 4352 # so, the least significant WORD of the stacked effective address got 18200 # <WORD 1> <WORD2> # 19734 # WORD: can be either NORM or ZERO... 19740 fbeq.w opd_word_zero # WORD is a ZERO 19851 # load a WORD into %fp0: #
|
H A D | fplsp.S | 511 set WORD, 2 # len(word) == 2 bytes
|