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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dhvcserver.h29 #define HVCS_CLC_LENGTH 79 macro
48 char location_code[HVCS_CLC_LENGTH + 1]; /* CLC + 1 null-term char */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvcs.c120 * on the changelog. Removed local CLC_LENGTH and used HVCS_CLC_LENGTH from
305 char p_location_code[HVCS_CLC_LENGTH + 1]; /* CLC + Null Term */
736 memset(&hvcsd->p_location_code[0], 0x00, HVCS_CLC_LENGTH + 1);
902 if (clclength > HVCS_CLC_LENGTH)
903 clclength = HVCS_CLC_LENGTH;

Completed in 48 milliseconds