Lines Matching defs:_sc
72 #define BCM_PWM_MEM_WRITE(_sc, _off, _val) \ argument
74 #define BCM_PWM_MEM_READ(_sc, _off) \ argument
76 #define BCM_PWM_CLK_WRITE(_sc, _off, _val) \ argument
78 #define BCM_PWM_CLK_READ(_sc, _off) \ argument
81 #define W_CTL(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x00, _val) argument
82 #define R_CTL(_sc) BCM_PWM_MEM_READ(_sc, 0x00) argument
83 #define W_STA(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x04, _val) argument
84 #define R_STA(_sc) BCM_PWM_MEM_READ(_sc, 0x04) argument
85 #define W_RNG(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x10, _val) argument
86 #define R_RNG(_sc) BCM_PWM_MEM_READ(_sc, 0x10) argument
87 #define W_DAT(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x14, _val) argument
88 #define R_DAT(_sc) BCM_PWM_MEM_READ(_sc, 0x14) argument
89 #define W_RNG2(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x20, _val) argument
90 #define R_RNG2(_sc) BCM_PWM_MEM_READ(_sc, 0x20) argument
91 #define W_DAT2(_sc, _val) BCM_PWM_MEM_WRITE(_sc, 0x24, _val) argument
92 #define R_DAT2(_sc) BCM_PWM_MEM_READ(_sc, 0x24) argument