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

  /src/sys/dev/sdmmc/
sdhc.c 148 hwrite2(struct sdhc_host *hp, bus_size_t o, uint16_t val) function in typeref:typename:void
170 #define HWRITE2(hp, reg, val) hwrite2(hp, reg, val)
176 do if ((bits) != 0) HWRITE2((hp), (reg), HREAD2((hp), (reg)) & ~(bits)); while (0)
182 do if ((bits) != 0) HWRITE2((hp), (reg), HREAD2((hp), (reg)) | (bits)); while (0)
685 HWRITE2(hp, SDHC_NINTR_SIGNAL_EN, 0);
808 HWRITE2(hp, SDHC_NINTR_SIGNAL_EN, 0);
842 HWRITE2(hp, SDHC_NINTR_STATUS_EN, sdhcimask);
843 HWRITE2(hp, SDHC_EINTR_STATUS_EN, SDHC_EINTR_STATUS_MASK);
845 HWRITE2(hp, SDHC_NINTR_SIGNAL_EN, sdhcimask)
    [all...]

Completed in 11 milliseconds