Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/drivers/pci/
H A Dpcie-sh7786.h149 #define BITS_CMD (16) // Rev1.171 macro
150 #define MASK_CMD (0x03<<BITS_CMD) // Rev1.171
H A Dpcie-sh7786.c187 phyaddr = (1 << BITS_CMD) + ((lane & 0xf) << BITS_LANE) + in phy_write_reg()