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

  /src/sys/arch/x86/pci/imcsmb/
imcsmb.c 244 uint32_t stat_val; local in function:imcsmb_exec
352 stat_val = pci_conf_read(sc->sc_pci_chipset_tag,
354 if (! (stat_val & IMCSMB_STATUS_BUSY_BIT)) {
377 stat_val = pci_conf_read(sc->sc_pci_chipset_tag,
390 if (stat_val & IMCSMB_STATUS_WRITE_DATA_DONE) {
394 if (stat_val & IMCSMB_STATUS_READ_DATA_VALID) {
409 if (stat_val & IMCSMB_STATUS_BUS_ERROR_BIT) {
426 lword = (uint16_t) (stat_val & 0xffff);
431 lbyte = (uint8_t) (stat_val & 0xff);

Completed in 126 milliseconds