Changeset abbc16e in mainline for arch/ia64/include/asm.h


Ignore:
Timestamp:
2006-06-16T11:17:54Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
62939f7
Parents:
b6529ae
Message:

Fix some broken doxygen comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia64/include/asm.h

    rb6529ae rabbc16e  
    8383/** Write IVA (Interruption Vector Address) register.
    8484 *
    85  * @param New location of interruption vector table.
     85 * @param v New location of interruption vector table.
    8686 */
    8787static inline void iva_write(__u64 v)
     
    106106/** Write ITC (Interval Timer Counter) register.
    107107 *
    108  * @param New counter value.
     108 * @param v New counter value.
    109109 */
    110110static inline void itc_write(__u64 v)
     
    128128/** Write ITM (Interval Timer Match) register.
    129129 *
    130  * @param New match value.
     130 * @param v New match value.
    131131 */
    132132static inline void itm_write(__u64 v)
     
    163163/** Write ITV (Interval Timer Vector) register.
    164164 *
    165  * @param New vector and mask bit.
     165 * @param v New vector and mask bit.
    166166 */
    167167static inline void itv_write(__u64 v)
     
    172172/** Write EOI (End Of Interrupt) register.
    173173 *
    174  * @param This value is ignored.
     174 * @param v This value is ignored.
    175175 */
    176176static inline void eoi_write(__u64 v)
     
    194194/** Write TPR (Task Priority Register).
    195195 *
    196  * @param New value of TPR.
     196 * @param v New value of TPR.
    197197 */
    198198static inline void tpr_write(__u64 v)
Note: See TracChangeset for help on using the changeset viewer.