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

  /src/sys/arch/mips/sibyte/dev/
sbgbusvar.h 40 u_int sga_chipsel; member in struct:sbgbus_attach_args
sbgbus.c 86 if (sga->sga_chipsel != SBGBUS_CHIPSEL_NONE)
87 aprint_normal(" chipsel %u", sga->sga_chipsel);
108 sga.sga_chipsel = cf->cf_loc[SBGBUSCF_CHIPSEL];
119 if (sga.sga_chipsel == SBGBUS_CHIPSEL_NONE &&
124 if (sga.sga_chipsel >= IO_EXT_CFG_COUNT) {
131 if (sga.sga_chipsel == SBGBUS_CHIPSEL_NONE) {
138 A_IO_EXT_CS_BASE(sga.sga_chipsel) +
142 A_IO_EXT_CS_BASE(sga.sga_chipsel) +

Completed in 28 milliseconds