Searched refs:core99_tb_gpio (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
D | smp.c | 644 static unsigned int core99_tb_gpio; /* Timebase freeze GPIO */ variable 649 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 4); in smp_core99_gpio_tb_freeze() 651 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 652 pmac_call_feature(PMAC_FTR_READ_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 722 core99_tb_gpio = KL_GPIO_TB_ENABLE; /* default value */ in smp_core99_setup() 727 core99_tb_gpio = *tbprop; in smp_core99_setup() 732 " GPIO 0x%02x\n", core99_tb_gpio); in smp_core99_setup()
|