Home
last modified time | relevance | path

Searched defs:pwm_ctrl (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/m68k/include/asm/coldfire/
H A Dpwm.h13 typedef struct pwm_ctrl { struct
15 u8 cr0;
16 u8 res1[3];
17 u8 cr1;
18 u8 res2[3];
19 u8 cr2;
20 u8 res3[7];
21 u8 pwr0;
22 u8 res4[3];
23 u8 pwr1;
[all …]
/openbmc/u-boot/arch/m68k/include/asm/
H A Dimmap_5301x.h99 typedef struct pwm_ctrl { struct
100 u8 en; /* 0x00 PWM Enable */
101 u8 pol; /* 0x01 Polarity */
102 u8 clk; /* 0x02 Clock Select */
103 u8 prclk; /* 0x03 Prescale Clock Select */
104 u8 cae; /* 0x04 Center Align Enable */
105 u8 ctl; /* 0x05 Ctrl */
106 u8 res1[2]; /* 0x06 - 0x07 */
107 u8 scla; /* 0x08 Scale A */
108 u8 sclb; /* 0x09 Scale B */
[all …]