Searched refs:mca (Results 1 – 21 of 21) sorted by relevance
3 obj-y := mca-bus.o mca-device.o mca-driver.o5 obj-$(CONFIG_MCA_PROC_FS) += mca-proc.o6 obj-$(CONFIG_MCA_LEGACY) += mca-legacy.o
10 bool "Support for the mca entry in /proc"13 If you want the old style /proc/mca directory in addition to the
14 this have been added in include/linux/mca.h and arch/i386/kernel/mca.c.19 #include <linux/mca.h>47 code (actually, smc-mca.c has a slightly more complex example that can63 User level drivers (such as the AGX X server) can use /proc/mca/pos to91 /proc/mca94 /proc/mca is a directory containing various files for adapters and97 /proc/mca/pos Straight listing of POS registers98 /proc/mca/slot[1-8] Information on adapter in specific slot99 /proc/mca/video Same for integrated video100 /proc/mca/scsi Same for integrated SCSI[all …]
223 mca.txt
12 obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \
440 u8 *mca; in ixgb_mc_addr_list_update() local460 mca = mc_addr_list; in ixgb_mc_addr_list_update()463 pr_debug("MC Addr #%d = %pM\n", i, mca); in ixgb_mc_addr_list_update()469 ixgb_rar_set(hw, mca, rar_used_count); in ixgb_mc_addr_list_update()473 hash_value = ixgb_hash_mc_addr(hw, mca); in ixgb_mc_addr_list_update()480 mca += IXGB_ETH_LENGTH_OF_ADDRESS + pad; in ixgb_mc_addr_list_update()
90 obj-$(CONFIG_MCA) += mca/
14 unwind.o mca.o mca_asm.o topology.o dma-mapping.o
52 See Documentation/mca.txt.
53 2.12 /proc/mca-Filesystem Information363 2.12 /proc/mca-Filesystem Information
143 #define IS_SINGLE_MODE(mca) ((mca) & (1 << 14)) argument
30 setup-y += early_serial_console.o edd.o header.o main.o mca.o memory.o
138 obj-$(CONFIG_ULTRAMCA) += smc-mca.o 8390.o
814 will be called smc-mca.
165 mca.c:::ia64_mca_modify_original_stack(). That identifies and
119 static int __init smctr_get_boardid(struct net_device *dev, int mca);1156 static int __init smctr_get_boardid(struct net_device *dev, int mca) in smctr_get_boardid() argument1165 if(mca) in smctr_get_boardid()1177 if(!mca) in smctr_get_boardid()
33 <file:Documentation/mca.txt> (and especially the web page given
2048 <file:Documentation/mca.txt> (and especially the web page given2051 source "drivers/mca/Kconfig"
4175 F: Documentation/ia64/mca.txt4176 F: Documentation/mca.txt4177 F: drivers/mca/4178 F: include/linux/mca*
104 <file:Documentation/mca.txt> (and especially the web page given
886 <file:Documentation/mca.txt>.