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

  /src/sys/dev/pci/
pccbb.c 2172 uint8_t stop_low = local in function:pccbb_pcmcia_do_io_map
2178 start_low, start_high, stop_low, stop_high, ioctl, enable);
2556 uint8_t stop_low, stop_high; local in function:pccbb_pcmcia_do_mem_map
2594 stop_low = (phys_end >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
2599 Pcic_write(sc, regbase_win + PCIC_SMM_STOP_LOW, stop_low);
pccbb.c 2172 uint8_t stop_low = local in function:pccbb_pcmcia_do_io_map
2178 start_low, start_high, stop_low, stop_high, ioctl, enable);
2556 uint8_t stop_low, stop_high; local in function:pccbb_pcmcia_do_mem_map
2594 stop_low = (phys_end >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
2599 Pcic_write(sc, regbase_win + PCIC_SMM_STOP_LOW, stop_low);

Completed in 58 milliseconds