Searched refs:PDEV_ARCHDATA_FLAG_INIT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Ddevice.h17 #define PDEV_ARCHDATA_FLAG_INIT 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/shmobile/
H A Dpm_runtime.c160 if (test_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags)) {
215 if (!test_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags) &&
223 clear_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags);
278 __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags);
289 __set_bit(PDEV_ARCHDATA_FLAG_INIT, &pdev->archdata.flags);

Completed in 100 milliseconds