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