Searched refs:tcvr_type (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunbmac.c | 270 if (bp->tcvr_type == internal) { in write_tcvr_bit() 278 } else if (bp->tcvr_type == external) { in write_tcvr_bit() 295 if (bp->tcvr_type == internal) { in read_tcvr_bit() 302 } else if (bp->tcvr_type == external) { in read_tcvr_bit() 318 if (bp->tcvr_type == internal) { in read_tcvr_bit2() 324 } else if (bp->tcvr_type == external) { in read_tcvr_bit2() 355 switch(bp->tcvr_type) { in bigmac_tcvr_write() 372 ((bp->tcvr_type == internal) ? in bigmac_tcvr_write() 394 switch(bp->tcvr_type) { in bigmac_tcvr_read() 411 ((bp->tcvr_type == internal) ? in bigmac_tcvr_read() [all …]
|
D | sunhme.c | 400 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 402 retval |= 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() 405 (void) BB_GET_BIT2(hp, tregs, (hp->tcvr_type == internal)); in happy_meal_bb_read() 462 if (hp->tcvr_type == none) { in happy_meal_tcvr_read() 574 if (hp->tcvr_type == external) in display_link_mode() 596 if (hp->tcvr_type == external) in display_forced_link_mode() 1000 if (hp->tcvr_type == external) { in happy_meal_tcvr_reset() 1003 hp->tcvr_type = internal; in happy_meal_tcvr_reset() [all …]
|
D | sunbmac.h | 306 enum bigmac_transceiver tcvr_type; member
|
D | sunhme.h | 435 enum happy_transceiver tcvr_type; /* Kind of transceiver in use */ member
|