Home
last modified time | relevance | path

Searched refs:feature1 (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/
Dalternative.h143 #define ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2)\ argument
146 ALTINSTR_ENTRY(feature1, 1) \
150 ALTINSTR_REPLACEMENT(newinstr1, feature1, 1) \
175 #define alternative_2(oldinstr, newinstr1, feature1, newinstr2, feature2) \ argument
176 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, newinstr2, feature2) ::: "memory")
201 #define alternative_input_2(oldinstr, newinstr1, feature1, newinstr2, \ argument
203 asm volatile(ALTERNATIVE_2(oldinstr, newinstr1, feature1, \
223 #define alternative_call_2(oldfunc, newfunc1, feature1, newfunc2, feature2, \ argument
225 asm volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", feature1,\
Dalternative-asm.h76 .macro ALTERNATIVE_2 oldinstr, newinstr1, feature1, newinstr2, feature2
85 altinstruction_entry 140b,143f,\feature1,142b-140b,144f-143f,142b-141b
Dmpspec_def.h27 unsigned char feature1; /* Standard or configuration ? */ member
/linux-4.4.14/arch/x86/kernel/
Dmpparse.c530 if (mpf->feature1 != 0) { in default_get_smp_config()
539 pr_info("Default MP configuration #%d\n", mpf->feature1); in default_get_smp_config()
540 construct_default_ISA_mptable(mpf->feature1); in default_get_smp_config()
850 if (mpf->feature1 != 0) in update_mp_table()
/linux-4.4.14/drivers/net/ethernet/synopsys/
Ddwc_eth_qos.c351 #define DWCEQOS_MAX_PERFECT_ADDRESSES(feature1) \ argument
352 (1 + (((feature1) & 0x1fc0000) >> 18))
635 u32 feature1; member
1173 lp->feature1 = dwceqos_read(lp, REG_DWCEQOS_MAC_HW_FEATURE1); in dwceqos_get_hwfeatures()
1585 if (lp->feature1 & DWCEQOS_MAC_HW_FEATURE1_TSOEN) in dwceqos_init_hw()
1606 DWCEQOS_MAC_HW_FEATURE1_TXFIFOSIZE(lp->feature1)) | in dwceqos_init_hw()
1612 DWCEQOS_MAC_HW_FEATURE1_RXFIFOSIZE(lp->feature1)) | in dwceqos_init_hw()
2271 max_mac_addr = DWCEQOS_MAX_PERFECT_ADDRESSES(lp->feature1); in dwceqos_set_rx_mode()
2304 for (; reg < DWCEQOS_MAX_PERFECT_ADDRESSES(lp->feature1); reg++) in dwceqos_set_rx_mode()
2869 if (lp->feature1 & DWCEQOS_MAC_HW_FEATURE1_TSOEN) in dwceqos_probe()
/linux-4.4.14/include/pcmcia/
Dcistpl.h360 u_char feature1; member