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