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

  /src/sys/dev/pci/
pccbb.c 2168 uint8_t start_low = local in function:pccbb_pcmcia_do_io_map
2178 start_low, start_high, stop_low, stop_high, ioctl, enable);
2555 uint8_t start_low, start_high = 0; local in function:pccbb_pcmcia_do_mem_map
2580 start_low = (phys_addr >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
2587 Pcic_write(sc, regbase_win + PCIC_SMM_START_LOW, start_low);
pccbb.c 2168 uint8_t start_low = local in function:pccbb_pcmcia_do_io_map
2178 start_low, start_high, stop_low, stop_high, ioctl, enable);
2555 uint8_t start_low, start_high = 0; local in function:pccbb_pcmcia_do_mem_map
2580 start_low = (phys_addr >> PCIC_MEMREG_LSB_SHIFT) & 0xff;
2587 Pcic_write(sc, regbase_win + PCIC_SMM_START_LOW, start_low);

Completed in 25 milliseconds