Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcserver.h16 #define HVCS_CLC_LENGTH 79 macro
35 char location_code[HVCS_CLC_LENGTH + 1]; /* CLC + 1 null-term char */
/openbmc/linux/drivers/tty/hvc/
H A Dhvcs.c286 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
696 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1); in hvcs_destruct_port()