summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/mac.c
AgeCommit message (Expand)Author
2022-09-11staging: vt6655: Rename function MACvSetCurrAC0DescAddrExPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACvSetCurrTx0DescAddrExPhilipp Hortmann
2022-09-11staging: vt6655: Cleanup and rename function MACvSetCurrTXDescAddrPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACvSetCurrRx1DescAddrPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACvSetCurrRx0DescAddrPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACbSafeStopPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACbSafeTxOffPhilipp Hortmann
2022-09-11staging: vt6655: Rename function MACbSafeRxOffPhilipp Hortmann
2022-09-11staging: vt6655: Cleanup and rename function MACbSafeSoftwareResetPhilipp Hortmann
2022-09-11staging: vt6655: Cleanup and rename function MACvRestoreContextPhilipp Hortmann
2022-09-11staging: vt6655: Cleanup and rename function MACvSaveContextPhilipp Hortmann
2022-09-11staging: vt6655: Cleanup and rename function MACvSetLoopbackModePhilipp Hortmann
2022-08-30staging: vt6655: Rename function MACvSetShortRetryLimitPhilipp Hortmann
2022-08-30staging: vt6655: Delete function MACbIsIntDisablePhilipp Hortmann
2022-08-30staging: vt6655: Rename function MACbIsRegBitsOffPhilipp Hortmann
2022-08-30staging: vt6655: Rename macro MACvSelectPage1Philipp Hortmann
2022-08-30staging: vt6655: Rename macro MACvSelectPage0Philipp Hortmann
2022-07-28staging: vt6655: Convert macro vt6655_mac_clear_stck_ds to functionPhilipp Hortmann
2022-07-28staging: vt6655: Rename MACvClearStckDSPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_off to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_off to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_word_reg_bits_on to functionPhilipp Hortmann
2022-07-14staging: vt6655: Convert macro vt6655_mac_reg_bits_on to functionPhilipp Hortmann
2022-07-14staging: vt6655: Rename MACvRegBitsOffPhilipp Hortmann
2022-06-06staging: vt6655: Replace VNSvOutPortD with iowrite32Philipp Hortmann
2022-06-06staging: vt6655: Replace MACvIntDisable with VNSvOutPortDPhilipp Hortmann
2022-04-20staging: vt6655: Delete tmacro.hPhilipp Hortmann
2021-10-13staging: vt6655: fix camelcase in byLocalIDTommaso Merciai
2021-10-10staging: vt6655: fix camelcase in PortOffsetTommaso Merciai
2021-07-27staging: vt6655: kernel style cleanup of mac.cLucas Henneman
2019-03-18staging: vt6655: Remove unused function prototype and definitionMadhumitha Prabakaran
2019-03-18staging: vt6655: Remove unnecessary blank lineMadhumitha Prabakaran
2017-11-28staging: vt6655: Remove redundant license textGreg Kroah-Hartman
2017-11-28staging: vt6655: add SPDX identifiers to all vt6655 driver filesGreg Kroah-Hartman
2017-07-18Staging: vt6655: Fixing coding style warningsSimo Koskinen
2016-10-16staging: vt6655: Adding space around '+'Varsha Rao
2016-10-16staging: vt6655: Removes the FSF mailing address.Varsha Rao
2016-10-16staging: vt6655: Removes unnecessary blank lines.Varsha Rao
2016-03-28staging: vt6655: fix style violations for lines over 80 charactersKathryn Hampton
2016-03-10staging: vt6655: mac.c replace dwData with data.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace wOffset with offset.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace byOrgDMACtl with org_dma_ctlMalcolm Priestley
2016-03-10staging: vt6655: mac Replace dwCurrDescAddr with curr_desc_addr.Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvInPortB with ioread8Malcolm Priestley
2016-03-10staging: vt6655: MACvSetLoopbackMode replace byOrgValue with ioread8Malcolm Priestley
2016-03-10staging: vt6655: MACbPSWakeup replace VNSvInPortB byOrgValue with ioread8Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortB with iowrite8Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortW with iowrite16Malcolm Priestley
2016-03-10staging: vt6655: mac.c replace VNSvOutPortD with iowrite32.Malcolm Priestley
2016-03-10staging: vt6655: mac.c/h resize all unsigned long to u32Malcolm Priestley