Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.h151 #define BITS_LANE (8) macro
152 #define MASK_LANE (0x0f<<BITS_LANE)
H A Dpcie-sh7786.c187 phyaddr = (1 << BITS_CMD) + ((lane & 0xf) << BITS_LANE) + in phy_write_reg()