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

  /src/sys/arch/newsmips/newsmips/
news4000.c 211 volatile uint32_t *status_port = (uint32_t *)NEWS4000_IDROM_STATUS; local in function:news4000_readidrom
215 while ((*status_port & 1) == 0)
221 while ((*status_port & 1) == 0)
news4000.c 211 volatile uint32_t *status_port = (uint32_t *)NEWS4000_IDROM_STATUS; local in function:news4000_readidrom
215 while ((*status_port & 1) == 0)
221 while ((*status_port & 1) == 0)

Completed in 21 milliseconds