Searched refs:core99_tb_gpio (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/powermac/ |
H A D | smp.c | 647 static unsigned int core99_tb_gpio; /* Timebase freeze GPIO */ variable 652 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 4); in smp_core99_gpio_tb_freeze() 654 pmac_call_feature(PMAC_FTR_WRITE_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 655 pmac_call_feature(PMAC_FTR_READ_GPIO, NULL, core99_tb_gpio, 0); in smp_core99_gpio_tb_freeze() 726 core99_tb_gpio = KL_GPIO_TB_ENABLE; /* default value */ in smp_core99_setup() 731 core99_tb_gpio = *tbprop; in smp_core99_setup() 736 " GPIO 0x%02x\n", core99_tb_gpio); in smp_core99_setup()
|