Searched refs:nfc (Results 1 - 7 of 7) sorted by relevance

/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-lib.c263 struct timing_threshod *nfc = &timing_default_threshold; local
303 clock_frequency_in_hz = nfc->clock_frequency_in_hz;
381 if (clock_period_in_ns > (nfc->max_dll_clock_period_in_ns >> 1)) {
394 if (clock_period_in_ns > nfc->max_dll_clock_period_in_ns)
402 (nfc->max_sample_delay_factor * clock_period_in_ns) >>
409 if (max_sample_delay_in_ns > nfc->max_dll_delay_in_ns)
410 max_sample_delay_in_ns = nfc->max_dll_delay_in_ns;
423 nfc->internal_data_setup_in_ns;
436 (data_setup_in_cycles < nfc->max_data_setup_cycles)) {
460 if (sample_delay_factor > nfc
708 struct timing_threshod *nfc = &timing_default_threshold; local
[all...]
/drivers/
H A DMakefile47 obj-y += base/ block/ misc/ mfd/ nfc/
128 obj-$(CONFIG_NFC) += nfc/
/drivers/nfc/
H A Dnfcwilink.c33 #include <linux/nfc.h>
34 #include <net/nfc/nci.h>
35 #include <net/nfc/nci_core.h>
H A Dpn533.c29 #include <linux/nfc.h>
31 #include <net/nfc/nfc.h>
H A Dpn544.c31 #include <linux/nfc/pn544.h>
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2634 struct ethtool_rxnfc *nfc)
2642 if (nfc->data & ~(RXH_IP_SRC | RXH_IP_DST |
2646 switch (nfc->flow_type) {
2649 if (!(nfc->data & RXH_IP_SRC) ||
2650 !(nfc->data & RXH_IP_DST) ||
2651 !(nfc->data & RXH_L4_B_0_1) ||
2652 !(nfc->data & RXH_L4_B_2_3))
2656 if (!(nfc->data & RXH_IP_SRC) ||
2657 !(nfc->data & RXH_IP_DST))
2659 switch (nfc
2633 ixgbe_set_rss_hash_opt(struct ixgbe_adapter *adapter, struct ethtool_rxnfc *nfc) argument
[all...]
/drivers/net/ethernet/sun/
H A Dniu.c7085 static int niu_get_hash_opts(struct niu *np, struct ethtool_rxnfc *nfc) argument
7089 nfc->data = 0;
7091 if (!niu_ethflow_to_class(nfc->flow_type, &class))
7096 nfc->data = RXH_DISCARD;
7098 nfc->data = niu_flowkey_to_ethflow(np->parent->flow_key[class -
7180 struct ethtool_rxnfc *nfc)
7184 struct ethtool_rx_flow_spec *fsp = &nfc->fs;
7189 idx = tcam_get_index(np, (u16)nfc->fs.location);
7194 parent->index, (u16)nfc->fs.location, idx);
7255 nfc
7179 niu_get_ethtool_tcam_entry(struct niu *np, struct ethtool_rxnfc *nfc) argument
7260 niu_get_ethtool_tcam_all(struct niu *np, struct ethtool_rxnfc *nfc, u32 *rule_locs) argument
7323 niu_set_hash_opts(struct niu *np, struct ethtool_rxnfc *nfc) argument
7440 niu_add_ethtool_tcam_entry(struct niu *np, struct ethtool_rxnfc *nfc) argument
[all...]

Completed in 245 milliseconds