aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-11staging: vt6655: Rename function MACvSetCurrAC0DescAddrExPhilipp Hortmann1-3/+2
2022-09-11staging: vt6655: Rename function MACvSetCurrTx0DescAddrExPhilipp Hortmann1-3/+2
2022-09-11staging: vt6655: Cleanup and rename function MACvSetCurrTXDescAddrPhilipp Hortmann1-4/+3
2022-09-11staging: vt6655: Rename function MACvSetCurrRx1DescAddrPhilipp Hortmann1-1/+1
2022-09-11staging: vt6655: Rename function MACvSetCurrRx0DescAddrPhilipp Hortmann1-1/+1
2022-09-11staging: vt6655: Rename function MACbSafeStopPhilipp Hortmann1-3/+3
2022-09-11staging: vt6655: Rename function MACbSafeTxOffPhilipp Hortmann1-4/+4
2022-09-11staging: vt6655: Rename function MACbSafeRxOffPhilipp Hortmann1-4/+4
2022-09-11staging: vt6655: Cleanup and rename function MACbSafeSoftwareResetPhilipp Hortmann1-10/+7
2022-09-11staging: vt6655: Cleanup and rename function MACvRestoreContextPhilipp Hortmann1-3/+3
2022-09-11staging: vt6655: Cleanup and rename function MACvSaveContextPhilipp Hortmann1-3/+3
2022-09-11staging: vt6655: Cleanup and rename function MACvSetLoopbackModePhilipp Hortmann1-9/+8
2022-08-30staging: vt6655: Rename function MACvSetShortRetryLimitPhilipp Hortmann1-5/+4
2022-08-30staging: vt6655: Delete function MACbIsIntDisablePhilipp Hortmann1-24/+0
2022-08-30staging: vt6655: Rename function MACbIsRegBitsOffPhilipp Hortmann1-7/+8
2022-08-30staging: vt6655: Rename macro MACvSelectPage1Philipp Hortmann1-2/+2
2022-08-30staging: vt6655: Rename macro MACvSelectPage0Philipp Hortmann1-2/+2
2022-07-28staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to functionPhilipp Hortmann1-0/+9
2022-07-28staging: vt6655: Rename MACvClearStckDSPhilipp Hortmann1-1/+1
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to functionPhilipp Hortmann1-0/+8
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_off to functionPhilipp Hortmann1-0/+8
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to functionPhilipp Hortmann1-0/+8
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_on to functionPhilipp Hortmann1-0/+8
2022-07-14staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann1-5/+5
2022-06-06staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann1-1/+1
2022-06-06staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann1-1/+1
2022-04-20staging: vt6655: Delete tmacro.hPhilipp Hortmann1-1/+0
2021-10-13staging: vt6655: fix camelcase in byLocalIDTommaso Merciai1-2/+2
2021-10-10staging: vt6655: fix camelcase in PortOffsetTommaso Merciai1-23/+23
2021-07-27staging: vt6655: kernel style cleanup of mac.cLucas Henneman1-3/+0
2019-03-18staging: vt6655: Remove unused function prototype and definitionMadhumitha Prabakaran1-24/+0
2019-03-18staging: vt6655: Remove unnecessary blank lineMadhumitha Prabakaran1-1/+0
2017-11-28staging: vt6655: Remove redundant license textGreg Kroah-Hartman1-10/+0
2017-11-28staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman1-0/+1
2017-07-18Staging: vt6655: Fixing coding style warningsSimo Koskinen1-1/+1
2016-10-16staging: vt6655: Adding space around '+'Varsha Rao1-1/+1
2016-10-16staging: vt6655: Removes the FSF mailing address.Varsha Rao1-5/+0
2016-10-16staging: vt6655: Removes unnecessary blank lines.Varsha Rao1-1/+0
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton1-5/+10
2016-03-10staging: vt6655: mac.c replace dwData with data.Malcolm Priestley1-19/+19
2016-03-10staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley1-21/+21
2016-03-10staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley1-16/+16
2016-03-10staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley1-15/+15
2016-03-10staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley1-5/+5
2016-03-10staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley1-5/+2
2016-03-10staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley1-3/+1
2016-03-10staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley1-22/+22
2016-03-10staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley1-10/+10
2016-03-10staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley1-27/+25
2016-03-10staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley1-11/+11