Home
last modified time | relevance | path

Searched defs:SHIFTIN (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/mii/
H A Dmcommphy.c65 #define SHIFTIN(x, mask) ((x) * LOWEST_SET_BIT(mask)) macro
/freebsd/sys/arm64/rockchip/
H A Drk3399_emmcphy.c113 #define SHIFTIN(x, mask) ((x) * LOWEST_SET_BIT(mask)) macro
/freebsd/sys/netgraph/
H A Dng_frame_relay.c112 #define SHIFTIN(segment, byte, dlci) \ macro
/freebsd/sys/dev/sdhci/
H A Dsdhci_fdt.c113 #define SHIFTIN(x, mask) ((x) * LOWEST_SET_BIT(mask)) macro