Lines Matching +full:5 +full:gbit
25 #define RTL8366RB_PORT_NUM_CPU 5
58 #define RTL8366RB_PMC0_SRAM_DIAG BIT(5)
83 /* bits 0..7 = port 4, bits 8..15 = port 5 */
90 #define RTL8366RB_PAACR_TX_PAUSE BIT(5)
104 /* bits 0..7 = port 4, bits 8..15 = port 5 */
141 #define RTL8366RB_PHY_PAGE_OFFSET 5
142 #define RTL8366RB_PHY_PAGE_MASK (0xf << 5)
226 #define RTL8366RB_PORT_CPU BIT(5) /* CPU port */
260 #define RTL8366RB_VLAN_STAG_IDX_SHIFT 5
303 /* bits 0..5 enable force when cleared */
406 * 6..11 with link up in bits 0..5 into one interrupt. in rtl8366rb_get_irqmask()
460 * 6..11 with link up in bits 0..5 into one interrupt. in rtl8366rb_irq()
462 if (line < 12 && line > 5) in rtl8366rb_irq()
463 line -= 5; in rtl8366rb_irq()
585 addr[0], addr[1], addr[2], addr[3], addr[4], addr[5]); in rtl8366rb_set_addr()
594 val = addr[4] << 8 | addr[5]; in rtl8366rb_set_addr()
999 /* Force the fixed CPU port into 1Gbit mode, no autonegotiation */ in rtl8366rb_mac_link_up()
1003 dev_err(smi->dev, "failed to force 1Gbit on CPU port\n"); in rtl8366rb_mac_link_up()