Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dindirect_pci.c24 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) macro
/linux-2.4.37.9/arch/ppc/platforms/
Dapus_pci.c61 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) macro
Dchrp_pci.c41 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) macro
Dpmac_pci.c141 #define cfg_read(val, addr, type, op, op2) \ macro
Dprep_pci.c621 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) macro
/linux-2.4.37.9/drivers/message/i2o/
Di2o_config.c194 static ssize_t cfg_read(struct file *file, char *buf, size_t count, loff_t *ptr) in cfg_read() function
897 read: cfg_read,