Home
last modified time | relevance | path

Searched refs:MAC_GPIOSR (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/axgbe/
H A Dxgbe-dev.c992 reg = XGMAC_IOREAD(pdata, MAC_GPIOSR); in xgbe_clr_gpio()
995 XGMAC_IOWRITE(pdata, MAC_GPIOSR, reg); in xgbe_clr_gpio()
1008 reg = XGMAC_IOREAD(pdata, MAC_GPIOSR); in xgbe_set_gpio()
1011 XGMAC_IOWRITE(pdata, MAC_GPIOSR, reg); in xgbe_set_gpio()
H A Dif_axgbe_pci.c1196 axgbe_printf(1, "MAC GPIOSR Reg (%08x) = %08x\n", MAC_GPIOSR, in xgbe_dump_mac_registers()
1197 XGMAC_IOREAD(pdata, MAC_GPIOSR)); in xgbe_dump_mac_registers()
H A Dxgbe-common.h341 #define MAC_GPIOSR 0x027c macro