Searched refs:zpc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-zx.c | 41 static inline u32 zx_pwm_readl(struct zx_pwm_chip *zpc, unsigned int hwpwm, in zx_pwm_readl() argument 44 return readl(zpc->base + (hwpwm + 1) * 0x10 + offset); in zx_pwm_readl() 47 static inline void zx_pwm_writel(struct zx_pwm_chip *zpc, unsigned int hwpwm, in zx_pwm_writel() argument 50 writel(value, zpc->base + (hwpwm + 1) * 0x10 + offset); in zx_pwm_writel() 53 static void zx_pwm_set_mask(struct zx_pwm_chip *zpc, unsigned int hwpwm, in zx_pwm_set_mask() argument 58 data = zx_pwm_readl(zpc, hwpwm, offset); in zx_pwm_set_mask() 61 zx_pwm_writel(zpc, hwpwm, offset, data); in zx_pwm_set_mask() 67 struct zx_pwm_chip *zpc = to_zx_pwm_chip(chip); in zx_pwm_get_state() local 73 value = zx_pwm_readl(zpc, pwm->hwpwm, ZX_PWM_MODE); in zx_pwm_get_state() 86 rate = clk_get_rate(zpc->wclk); in zx_pwm_get_state() [all …]
|
| /OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/src/ |
| H A D | itest.S | 4569 # mulu.l (EAMEM-0x10.w,%zpc,%a4.l*1),%d2:%d3 5893 mulu.l ([%zpc,%d4.l*1],0x1000.l),%d2:%d3 5920 mulu.l ([0x10.l,%zpc,%d4.l*1],0x1000.l),%d2:%d3 5944 mulu.l ([EASTORE.l,%zpc,%zd4.l*1]),%d2:%d3 6293 mulu.l ([EASTORE.l,%zpc],%d4.l*8),%d2:%d3
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | as.info | 13924 relative to the program counter ('%zpc'), a suppressed address register 13988 relative to the program counter ('%zpc'), or a suppressed address
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | as.info | 13924 relative to the program counter ('%zpc'), a suppressed address register 13988 relative to the program counter ('%zpc'), or a suppressed address
|