Home
last modified time | relevance | path

Searched refs:HVCS_CLC_LENGTH (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/powerpc/include/asm/
Dhvcserver.h29 #define HVCS_CLC_LENGTH 79 macro
48 char location_code[HVCS_CLC_LENGTH + 1]; /* CLC + 1 null-term char */
/Linux-v4.19/drivers/tty/hvc/
Dhvcs.c286 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
713 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1); in hvcs_destruct_port()