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

  /src/sys/arch/hpcmips/stand/lcboot/
if_cs.c 46 static void cs_end(struct netif *);
65 .netif_end = cs_end,
259 cs_end(struct netif *nif) function in typeref:typename:void
if_cs.c 46 static void cs_end(struct netif *);
65 .netif_end = cs_end,
259 cs_end(struct netif *nif) function in typeref:typename:void
  /src/sys/arch/evbarm/marvell/
marvell_machdep.c 288 int cs, cs_end, memtag = 0, iotag = 0; local in function:initarm
338 cs_end = MARVELL_TAG_SDRAM_CS3;
359 cs_end = MARVELL_TAG_SDRAM_CS3;
378 cs_end = MARVELL_TAG_SDRAM_CS3;
396 cs_end = MARVELL_TAG_AXI_CS1;
423 cs_end = MARVELL_TAG_DDR3_CS3;
457 for ( ; cs <= cs_end; cs++) {
marvell_machdep.c 288 int cs, cs_end, memtag = 0, iotag = 0; local in function:initarm
338 cs_end = MARVELL_TAG_SDRAM_CS3;
359 cs_end = MARVELL_TAG_SDRAM_CS3;
378 cs_end = MARVELL_TAG_SDRAM_CS3;
396 cs_end = MARVELL_TAG_AXI_CS1;
423 cs_end = MARVELL_TAG_DDR3_CS3;
457 for ( ; cs <= cs_end; cs++) {

Completed in 25 milliseconds