Home
last modified time | relevance | path

Searched defs:amd_smn_write (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-smn.h19 static inline int amd_smn_write(u16 node, u32 address, u32 value) in amd_smn_write() function
/linux/arch/x86/include/asm/amd/
H A Dnode.h40 static inline int __must_check amd_smn_write(u16 node, u32 address, u32 value) { return -ENODEV; } in amd_smn_write() function
/linux/arch/x86/kernel/
H A Damd_node.c128 int __must_check amd_smn_write(u16 node, u32 address, u32 value) in amd_smn_write() function