Searched refs:CMD7 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 527 /* Clear CMD7 */ in amd8111e_init_hw_default() 528 writel(CMD7_CLEAR , mmio + CMD7); in amd8111e_init_hw_default() 1313 buf[7] = readl(mmio + CMD7); in amd8111e_read_regs() 1554 writel( VAL0|MPEN_SW, lp->mmio + CMD7); in amd8111e_enable_magicpkt() 1557 readl(lp->mmio + CMD7); in amd8111e_enable_magicpkt() 1565 writel(VAL0|LCMODE_SW,lp->mmio + CMD7); in amd8111e_enable_link_change() 1568 readl(lp->mmio + CMD7); in amd8111e_enable_link_change()
|
H A D | amd8111e.h | 30 Registers CMD0, CMD2, CMD3,CMD7 and INTEN0 uses a write access technique called command style access. It allows the write to selected bits of this register without altering the bits that are not selected. Command style registers are divided into 4 bytes that can be written independently. Higher order bit of each byte is the value bit that specifies the value that will be written into the selected bits of register. 49 #define CMD7 0x64 /* Command7 register */ macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/amd/ |
H A D | amd8111e.c | 526 /* Clear CMD7 */ in amd8111e_init_hw_default() 527 writel(CMD7_CLEAR, mmio + CMD7); in amd8111e_init_hw_default() 1305 buf[7] = readl(mmio + CMD7); in amd8111e_read_regs() 1546 writel(VAL0 | MPEN_SW, lp->mmio + CMD7); in amd8111e_enable_magicpkt() 1549 readl(lp->mmio + CMD7); in amd8111e_enable_magicpkt() 1557 writel(VAL0 | LCMODE_SW, lp->mmio + CMD7); in amd8111e_enable_link_change() 1560 readl(lp->mmio + CMD7); in amd8111e_enable_link_change()
|
H A D | amd8111e.h | 30 Registers CMD0, CMD2, CMD3,CMD7 and INTEN0 uses a write access technique called command style access. It allows the write to selected bits of this register without altering the bits that are not selected. Command style registers are divided into 4 bytes that can be written independently. Higher order bit of each byte is the value bit that specifies the value that will be written into the selected bits of register. 49 #define CMD7 0x64 /* Command7 register */ macro
|
Completed in 9 milliseconds