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