Searched refs:QSYS_PORT_MODE_DEQUEUE_DIS (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_port.c | 70 QSYS_PORT_MODE_DEQUEUE_DIS, in lan966x_port_link_down() 98 QSYS_PORT_MODE_DEQUEUE_DIS, in lan966x_port_link_down()
|
H A D | lan966x_regs.h | 1274 #define QSYS_PORT_MODE_DEQUEUE_DIS BIT(1) macro 1276 FIELD_PREP(QSYS_PORT_MODE_DEQUEUE_DIS, x) 1278 FIELD_GET(QSYS_PORT_MODE_DEQUEUE_DIS, x)
|
/openbmc/linux/include/soc/mscc/ |
H A D | ocelot_qsys.h | 13 #define QSYS_PORT_MODE_DEQUEUE_DIS BIT(1) macro
|
/openbmc/linux/drivers/net/ethernet/mscc/ |
H A D | ocelot.c | 767 ocelot_rmw_rix(ocelot, QSYS_PORT_MODE_DEQUEUE_DIS, in ocelot_port_flush() 768 QSYS_PORT_MODE_DEQUEUE_DIS, in ocelot_port_flush() 798 ocelot_rmw_rix(ocelot, 0, QSYS_PORT_MODE_DEQUEUE_DIS, QSYS_PORT_MODE, in ocelot_port_flush()
|