HomeSort by: relevance | last modified time | path
    Searched refs:PKTPG_IND_ADDR (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/evbarm/smdk2xx0/
if_cs_smdk24x0.c 138 for (i = 0; i <= PKTPG_IND_ADDR; i += 2) {
  /src/sys/arch/hpcmips/stand/lcboot/
if_cs.c 180 CS_WRITE_PACKET_PAGE(PKTPG_IND_ADDR + (i << 1), myea[i]);
  /src/sys/dev/ic/
cs89x0reg.h 145 #define PKTPG_IND_ADDR 0x0158
cs89x0.c 452 v = CS_READ_PACKET_PAGE(sc, PKTPG_IND_ADDR + j);
823 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR, &myea[0])
826 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR + 2, &myea[1])
829 if (cs_read_pktpg_from_eeprom(sc, PKTPG_IND_ADDR + 4, &myea[2])
1133 CS_WRITE_PACKET_PAGE(sc, PKTPG_IND_ADDR + i, v);

Completed in 38 milliseconds