Searched refs:cfg_write (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/arch/ppc/kernel/ |
D | indirect_pci.c | 25 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) macro
|
/linux-2.4.37.9/arch/ppc/platforms/ |
D | apus_pci.c | 62 #define cfg_write(val, addr, type, op) op((val), (type *)(addr)); DEFW() macro
|
D | chrp_pci.c | 42 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) macro
|
D | pmac_pci.c | 143 #define cfg_write(val, addr, type, op, op2) \ macro
|
D | prep_pci.c | 622 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) macro
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_config.c | 186 static ssize_t cfg_write(struct file *file, const char *buf, size_t count, loff_t *ppos) in cfg_write() function 898 write: cfg_write,
|