Home
last modified time | relevance | path

Searched refs:cfg_write (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/drivers/pci/
Dpci_indirect.c17 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)) macro
/external/u-boot/arch/m68k/cpu/mcf547x_8x/
Dpci.c22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); macro
/external/u-boot/arch/m68k/cpu/mcf5445x/
Dpci.c22 #define cfg_write(val, addr, type, op) op((type *)(addr), (val)); macro
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c77 #define cfg_write(val, addr, type, op) \ macro