Searched refs:INI_RA (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_phy.h529 REG_WRITE(ah, INI_RA((iniarray), r, 0), (regData)[r]); \
546 (_bank)[i] = INI_RA((_iniarray), i, _col); \
H A Darn_hw.h768 #define INI_RA(iniarray, row, column) \ macro
988 REG_WRITE(ah, INI_RA((iniarray), (r), 0), \
989 INI_RA((iniarray), r, (column))); \
H A Darn_hw.c995 INI_RA(&ahp->ah_iniModes, i, 0);
999 = INI_RA(&ahp->ah_iniModes, i, j);
1001 INI_RA(&ahp->ah_iniModes, i, j) =
1476 uint32_t reg = INI_RA(&ahp->ah_iniModes, i, 0);
1477 uint32_t val = INI_RA(&ahp->ah_iniModes, i, modesIndex);
1503 uint32_t reg = INI_RA(&ahp->ah_iniCommon, i, 0);
1504 uint32_t val = INI_RA(&ahp->ah_iniCommon, i, 1);
2967 REG_WRITE(ah, INI_RA(&ahp->ah_iniPcieSerdes, i, 0),
2968 INI_RA(&ahp->ah_iniPcieSerdes, i, 1));
H A Darn_phy.c237 INI_RA(&ahp->ah_iniBank6TPC, i, modesIndex);
H A Darn_eeprom.c2148 INI_RA(&ahp->ah_iniAddac, 7, 1) =
2149 (INI_RA(&ahp->ah_iniAddac, 7, 1) &
2152 INI_RA(&ahp->ah_iniAddac, 6, 1) =
2153 (INI_RA(&ahp->ah_iniAddac, 6, 1) &
2178 INI_RA(&ahp->ah_iniAddac, 7, 1) =
2179 (INI_RA(&ahp->ah_iniAddac, 7, 1) & (~0x18)) |

Completed in 95 milliseconds