Searched refs:core99_tb_gpio (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/powerpc/platforms/powermac/ |
D | smp.c | 645 static unsigned int core99_tb_gpio; /* Timebase freeze GPIO */ variable 650 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 4); in smp_core99_gpio_tb_freeze() 652 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 653 pmac_call_feature(PMAC_FTR_READ_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 724 core99_tb_gpio = KL_GPIO_TB_ENABLE; /* default value */ in smp_core99_setup() 729 core99_tb_gpio = *tbprop; in smp_core99_setup() 734 " GPIO 0x%02x\n", core99_tb_gpio); in smp_core99_setup()
|