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

  /src/sys/arch/mips/sibyte/dev/
sbgbus.c 84 struct sbgbus_attach_args *sga = aux; local in function:sbgbusprint
86 if (sga->sga_chipsel != SBGBUS_CHIPSEL_NONE)
87 aprint_normal(" chipsel %u", sga->sga_chipsel);
88 if (sga->sga_offset != 0)
89 aprint_normal(" offset 0x%x", sga->sga_offset);
90 if (sga->sga_intr[0] != SBGBUS_INTR_NONE) {
91 aprint_normal(" intr %u", sga->sga_intr[0]);
92 if (sga->sga_intr[1] != SBGBUS_INTR_NONE) {
93 aprint_normal(",%u", sga->sga_intr[1]);
103 struct sbgbus_attach_args sga; local in function:sbgbussearch
    [all...]
sbgbus.c 84 struct sbgbus_attach_args *sga = aux; local in function:sbgbusprint
86 if (sga->sga_chipsel != SBGBUS_CHIPSEL_NONE)
87 aprint_normal(" chipsel %u", sga->sga_chipsel);
88 if (sga->sga_offset != 0)
89 aprint_normal(" offset 0x%x", sga->sga_offset);
90 if (sga->sga_intr[0] != SBGBUS_INTR_NONE) {
91 aprint_normal(" intr %u", sga->sga_intr[0]);
92 if (sga->sga_intr[1] != SBGBUS_INTR_NONE) {
93 aprint_normal(",%u", sga->sga_intr[1]);
103 struct sbgbus_attach_args sga; local in function:sbgbussearch
    [all...]

Completed in 23 milliseconds