Linux Kernel
3.7.1
|
#include <clock-clksrc.h>
Data Fields | |
void __iomem * | reg |
unsigned short | shift |
unsigned short | size |
struct clksrc_reg - register definition for clock control bits : pointer to the register in virtual memory. : the shift in bits to where the bitfield is. : the size in bits of the bitfield.
This specifies the size and position of the bits we are interested in within the register specified by .
Definition at line 36 of file clock-clksrc.h.
Definition at line 37 of file clock-clksrc.h.
unsigned short shift |
Definition at line 38 of file clock-clksrc.h.
unsigned short size |
Definition at line 39 of file clock-clksrc.h.