Searched refs:reset_type (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/4xx/ |
D | soc.c | 196 u32 reset_type = DBCR0_RST_SYSTEM; in ppc4xx_reset_system() local 210 reset_type = prop[0] << 28; in ppc4xx_reset_system() 213 mtspr(SPRN_DBCR0, mfspr(SPRN_DBCR0) | reset_type); in ppc4xx_reset_system()
|
/arch/x86/platform/efi/ |
D | efi_64.c | 930 efi_thunk_reset_system(int reset_type, efi_status_t status, in efi_thunk_reset_system() argument 940 efi_thunk(reset_system, reset_type, status, data_size, phys_data); in efi_thunk_reset_system() 1013 int *reset_type) in efi_thunk_query_capsule_caps() argument
|
/arch/ia64/kernel/ |
D | efi.c | 201 prefix##_reset_system (int reset_type, efi_status_t status, \ 213 reset_type, status, data_size, adata); \
|