Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/mgmt/osdp/src/
Dosdp_common.c157 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_get_sc_status_mask()
Dosdp_cp.c1002 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_cp_send_command_keyset()
1014 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_cp_send_command_keyset()
1025 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_cp_send_command_keyset()
1053 for (i = 0; i < NUM_PD(ctx); i++) { in osdp_update()
1090 if (pd < 0 || pd >= NUM_PD(ctx)) { in osdp_cp_send_command()
Dosdp_common.h40 #define NUM_PD(ctx) ((ctx)->num_pd) macro
Dosdp_pd.c1030 if (NUM_PD(ctx) != 1) { in osdp_setup()
/Zephyr-latest/arch/x86/core/
Dx86_mmu.c236 #define NUM_PD ((PD_END - PD_START) / PD_AREA) macro
239 #define NUM_PD 1 macro
254 #define NUM_TABLE_PAGES (NUM_PT + NUM_PD + NUM_PDPT + 1)
257 #define NUM_TABLE_PAGES (NUM_PT + NUM_PD)