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