Searched refs:tcvr_type (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/sun/ |
D | sunbmac.c | 269 if (bp->tcvr_type == internal) { in write_tcvr_bit() 277 } else if (bp->tcvr_type == external) { in write_tcvr_bit() 294 if (bp->tcvr_type == internal) { in read_tcvr_bit() 301 } else if (bp->tcvr_type == external) { in read_tcvr_bit() 317 if (bp->tcvr_type == internal) { in read_tcvr_bit2() 323 } else if (bp->tcvr_type == external) { in read_tcvr_bit2() 354 switch(bp->tcvr_type) { in bigmac_tcvr_write() 371 ((bp->tcvr_type == internal) ? in bigmac_tcvr_write() 393 switch(bp->tcvr_type) { in bigmac_tcvr_read() 410 ((bp->tcvr_type == internal) ? in bigmac_tcvr_read() [all …]
|
D | sunhme.c | 399 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 401 retval |= BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 402 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 403 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 404 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 461 if (hp->tcvr_type == none) { in happy_meal_tcvr_read() 573 if (hp->tcvr_type == external) in display_link_mode() 595 if (hp->tcvr_type == external) in display_forced_link_mode() 999 if (hp->tcvr_type == external) { in happy_meal_tcvr_reset() 1002 hp->tcvr_type = internal; in happy_meal_tcvr_reset() [all …]
|
D | sunbmac.h | 305 enum bigmac_transceiver tcvr_type; member
|
D | sunhme.h | 436 enum happy_transceiver tcvr_type; /* Kind of transceiver in use */ member
|