Home
last modified time | relevance | path

Searched refs:PUSHPULL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/nfp6000/
H A Dnfp6000.h30 #define PUSHPULL(_pull, _push) ((_pull) << 4 | (_push) << 0) macro
/openbmc/linux/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_target.c31 return PUSHPULL((_pull), (_push))