coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pwm.h File Reference
#include <types.h>
Include dependency graph for pwm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  pwm_reg
 
struct  pwm_controller
 

Macros

#define NV_PWM_CSR_ENABLE_SHIFT   31
 
#define NV_PWM_CSR_PULSE_WIDTH_SHIFT   16
 

Macro Definition Documentation

◆ NV_PWM_CSR_ENABLE_SHIFT

#define NV_PWM_CSR_ENABLE_SHIFT   31

Definition at line 9 of file pwm.h.

◆ NV_PWM_CSR_PULSE_WIDTH_SHIFT

#define NV_PWM_CSR_PULSE_WIDTH_SHIFT   16

Definition at line 10 of file pwm.h.