Searched refs:CTL8_TBLU (Results 1 – 2 of 2) sorted by relevance
1281 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()
368 #define CTL8_TBLU 0x20 /* Transmit Blue signal */ macro