summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/mac.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Rename function MACvSetCurrAC0DescAddrExPhilipp Hortmann2022-09-111-3/+2
* staging: vt6655: Rename function MACvSetCurrTx0DescAddrExPhilipp Hortmann2022-09-111-3/+2
* staging: vt6655: Cleanup and rename function MACvSetCurrTXDescAddrPhilipp Hortmann2022-09-111-4/+3
* staging: vt6655: Rename function MACvSetCurrRx1DescAddrPhilipp Hortmann2022-09-111-1/+1
* staging: vt6655: Rename function MACvSetCurrRx0DescAddrPhilipp Hortmann2022-09-111-1/+1
* staging: vt6655: Rename function MACbSafeStopPhilipp Hortmann2022-09-111-3/+3
* staging: vt6655: Rename function MACbSafeTxOffPhilipp Hortmann2022-09-111-4/+4
* staging: vt6655: Rename function MACbSafeRxOffPhilipp Hortmann2022-09-111-4/+4
* staging: vt6655: Cleanup and rename function MACbSafeSoftwareResetPhilipp Hortmann2022-09-111-10/+7
* staging: vt6655: Cleanup and rename function MACvRestoreContextPhilipp Hortmann2022-09-111-3/+3
* staging: vt6655: Cleanup and rename function MACvSaveContextPhilipp Hortmann2022-09-111-3/+3
* staging: vt6655: Cleanup and rename function MACvSetLoopbackModePhilipp Hortmann2022-09-111-9/+8
* staging: vt6655: Rename function MACvSetShortRetryLimitPhilipp Hortmann2022-08-301-5/+4
* staging: vt6655: Delete function MACbIsIntDisablePhilipp Hortmann2022-08-301-24/+0
* staging: vt6655: Rename function MACbIsRegBitsOffPhilipp Hortmann2022-08-301-7/+8
* staging: vt6655: Rename macro MACvSelectPage1Philipp Hortmann2022-08-301-2/+2
* staging: vt6655: Rename macro MACvSelectPage0Philipp Hortmann2022-08-301-2/+2
* staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to functionPhilipp Hortmann2022-07-281-0/+9
* staging: vt6655: Rename MACvClearStckDSPhilipp Hortmann2022-07-281-1/+1
* staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to functionPhilipp Hortmann2022-07-141-0/+8
* staging: vt6655: Convert macro vt6655_mac_reg_bits_off to functionPhilipp Hortmann2022-07-141-0/+8
* staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to functionPhilipp Hortmann2022-07-141-0/+8
* staging: vt6655: Convert macro vt6655_mac_reg_bits_on to functionPhilipp Hortmann2022-07-141-0/+8
* staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann2022-07-141-5/+5
* staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann2022-06-061-1/+1
* staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann2022-06-061-1/+1
* staging: vt6655: Delete tmacro.hPhilipp Hortmann2022-04-201-1/+0
* staging: vt6655: fix camelcase in byLocalIDTommaso Merciai2021-10-131-2/+2
* staging: vt6655: fix camelcase in PortOffsetTommaso Merciai2021-10-101-23/+23
* staging: vt6655: kernel style cleanup of mac.cLucas Henneman2021-07-271-3/+0
* staging: vt6655: Remove unused function prototype and definitionMadhumitha Prabakaran2019-03-181-24/+0
* staging: vt6655: Remove unnecessary blank lineMadhumitha Prabakaran2019-03-181-1/+0
* staging: vt6655: Remove redundant license textGreg Kroah-Hartman2017-11-281-10/+0
* staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman2017-11-281-0/+1
* Staging: vt6655: Fixing coding style warningsSimo Koskinen2017-07-181-1/+1
* staging: vt6655: Adding space around '+'Varsha Rao2016-10-161-1/+1
* staging: vt6655: Removes the FSF mailing address.Varsha Rao2016-10-161-5/+0
* staging: vt6655: Removes unnecessary blank lines.Varsha Rao2016-10-161-1/+0
* staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton2016-03-281-5/+10
* staging: vt6655: mac.c replace dwData with data.Malcolm Priestley2016-03-101-19/+19
* staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley2016-03-101-21/+21
* staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley2016-03-101-16/+16
* staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley2016-03-101-15/+15
* staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley2016-03-101-5/+5
* staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley2016-03-101-5/+2
* staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley2016-03-101-3/+1
* staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley2016-03-101-22/+22
* staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley2016-03-101-10/+10
* staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley2016-03-101-27/+25
* staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley2016-03-101-11/+11