dptx: Synchronized argument naming between function declarations/definitions.
Signed-off-by: Andrei-Liviu Simion <andrei.simion@xilinx.com>
This commit is contained in:
parent
dde2a43ce3
commit
de578f8a0e
1 changed files with 2 additions and 2 deletions
|
@ -756,9 +756,9 @@ void XDptx_CfgTxVsLevel(XDptx *InstancePtr, u8 Level, u8 TxLevel);
|
||||||
void XDptx_CfgTxPeLevel(XDptx *InstancePtr, u8 Level, u8 TxLevel);
|
void XDptx_CfgTxPeLevel(XDptx *InstancePtr, u8 Level, u8 TxLevel);
|
||||||
|
|
||||||
/* xdptx.c: AUX transaction functions. */
|
/* xdptx.c: AUX transaction functions. */
|
||||||
u32 XDptx_AuxRead(XDptx *InstancePtr, u32 Address, u32 BytesToRead,
|
u32 XDptx_AuxRead(XDptx *InstancePtr, u32 DpcdAddress, u32 BytesToRead,
|
||||||
void *ReadData);
|
void *ReadData);
|
||||||
u32 XDptx_AuxWrite(XDptx *InstancePtr, u32 Address, u32 BytesToWrite,
|
u32 XDptx_AuxWrite(XDptx *InstancePtr, u32 DpcdAddress, u32 BytesToWrite,
|
||||||
void *WriteData);
|
void *WriteData);
|
||||||
u32 XDptx_IicRead(XDptx *InstancePtr, u8 IicAddress, u16 Offset,
|
u32 XDptx_IicRead(XDptx *InstancePtr, u8 IicAddress, u16 Offset,
|
||||||
u16 BytesToRead, void *ReadData);
|
u16 BytesToRead, void *ReadData);
|
||||||
|
|
Loading…
Add table
Reference in a new issue