Home
last modified time | relevance | path

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

/trueos/usr.sbin/lmcconfig/
HDlmcconfig.c1281 printf("Transmit BLUE: \t\t%s\n", ctl8 & CTL8_TBLU ? yes : no); in print_t3_dsu()
1331 read_framer(T3CSR_CTL8) & ~CTL8_TBLU); in t3_cmd()
1373 read_framer(T3CSR_CTL8) | CTL8_TBLU); in t3_cmd()
/trueos/sys/dev/lmc/
HDif_lmc.h368 #define CTL8_TBLU 0x20 /* Transmit Blue signal */ macro