Searched refs:cfg_read (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/pci/ |
| H A D | pci_indirect.c | 17 #define cfg_read(val, addr, type, op) *val = op((type)(addr)) macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf5445x/ |
| H A D | pci.c | 22 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); macro
|
| /OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf547x_8x/ |
| H A D | pci.c | 22 #define cfg_read(val, addr, type, op) *val = op((type)(addr)); macro
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/ |
| H A D | pcie.c | 76 #define cfg_read(val, addr, type, op) \ macro
|