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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dhvcserver.h29 #define HVCS_CLC_LENGTH 79 macro
48 char location_code[HVCS_CLC_LENGTH + 1]; /* CLC + 1 null-term char */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvcs.c117 * on the changelog. Removed local CLC_LENGTH and used HVCS_CLC_LENGTH from
302 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
732 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1);
887 if (clclength > HVCS_CLC_LENGTH)
888 clclength = HVCS_CLC_LENGTH;

Completed in 88 milliseconds