Home
last modified time | relevance | path

Searched refs:NUM_PD (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-2.7.6/subsys/mgmt/osdp/src/
Dosdp_common.c191 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_get_sc_status_mask()
Dosdp_cp.c877 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_cp_send_command_keyset()
896 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_update()
944 if (pd < 0 || pd >= NUM_PD(ctx)) { in osdp_cp_send_command()
Dosdp_common.h42 #define NUM_PD(ctx) (TO_CP(ctx)->num_pd) macro
/Zephyr-Core-2.7.6/arch/x86/core/
Dx86_mmu.c235 #define NUM_PD ((PD_END - PD_START) / PD_AREA) macro
238 #define NUM_PD 1 macro
253 #define NUM_TABLE_PAGES (NUM_PT + NUM_PD + NUM_PDPT + 1)
256 #define NUM_TABLE_PAGES (NUM_PT + NUM_PD)