/openbmc/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_QPSK), in mt7603_mcu_set_eeprom() [all …]
|
/openbmc/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, 0, 0, SKIP | OPT, 0, NULL}, [all …]
|
H A D | nf_conntrack_h323_asn1.c | 62 #define WORD 10 macro 326 case WORD: /* 257 <= Range <= 64K */ in decode_int() 389 case WORD: /* 2-byte length */ in decode_bitstr() 669 case WORD: in decode_seqof()
|
/openbmc/linux/Documentation/sound/cards/ |
H A D | multisound.sh | 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 *irq) 707 X WORD wmem; 711 X wmem = (WORD)mem; 744 static int msnd_write_cfg_logical(int cfg, int num, WORD io0, WORD io1, WORD irq, int mem) [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_scan.l | 70 WORD [A-Za-z_][-A-Za-z_0-9]* 289 <MACRODEF>{WORD}{SPACE} { 302 <MACRODEF>{WORD}\( { 315 <MACROARGLIST>{WORD} { 398 {WORD}\( { 435 {WORD} {
|
H A D | aicasm_macro_scan.l | 68 WORD [A-Za-z_][-A-Za-z_0-9]* 130 {WORD}[(] {
|
/openbmc/linux/include/linux/ |
H A D | cciss_ioctl.h | 14 WORD buf_size; /* size in bytes of the buf */
|
/openbmc/ipmitool/src/plugins/imb/ |
H A D | imbapi.h | 64 typedef unsigned short WORD; typedef 73 typedef WORD near *PWORD; 74 typedef WORD far *LPWORD;
|
/openbmc/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
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | bootconfig.rst | 28 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|
/openbmc/qemu/target/hexagon/imported/ |
H A D | alu.idef | 1212 RMINMAX(w,WORD,WORD,2,2) 1213 RMINMAX(uw,WORD,UWORD,2,2) 1250 MINMAX(w,WORD,WORD,2) 1251 MINMAX(uw,WORD,UWORD,2)
|
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 484 WORD = 'WORD' variable in Token
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | bootconfig.rst | 26 KEY[.WORD[...]] = VALUE[, VALUE2[...]][;]
|
/openbmc/linux/Documentation/arch/s390/ |
H A D | vfio-ccw.rst | 319 similar to how STORE CHANNEL REPORT WORD works.
|
/openbmc/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_`).
|
/openbmc/openbmc/poky/meta/recipes-bsp/v86d/v86d/ |
H A D | Update-x86emu-from-X.org.patch | 7042 DECODE_PRINTF("WORD PTR "); 7063 DECODE_PRINTF("WORD PTR "); 7084 DECODE_PRINTF("WORD PTR "); 7240 DECODE_PRINTF("WORD PTR "); 7261 DECODE_PRINTF("WORD PTR "); 7282 DECODE_PRINTF("WORD PTR "); 9333 DECODE_PRINTF("WORD PTR "); 9343 DECODE_PRINTF("WORD PTR "); 9353 DECODE_PRINTF("WORD PTR "); 9487 DECODE_PRINTF("WORD PTR "); [all …]
|
/openbmc/qemu/qga/ |
H A D | commands-win32.c | 1634 WORD wsa_version; in qmp_guest_network_get_interfaces()
|
/openbmc/qemu/target/hexagon/imported/mmvec/ |
H A D | ext.idef | 971 /* WORD TO HALF*/ 995 /* WORD TO HALF*/ 1617 * WORD BY BYTE 1637 * WORD BY HALF
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | insn-data.h.inc | 1261 /* VECTOR SUM ACROSS WORD */
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 4352 # so, the least significant WORD of the stacked effective address got
|
H A D | fplsp.S | 511 set WORD, 2 # len(word) == 2 bytes
|