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

  /src/sys/dev/sdmmc/
sdmmc_cis.c 54 uint32_t cisptr = 0; local in function:sdmmc_cisptr
58 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 0) << 0;
59 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 1) << 8;
60 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 2) << 16;
65 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 9) << 0;
66 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 10) << 8;
67 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 11) << 16;
69 return cisptr;
sdmmc_cis.c 54 uint32_t cisptr = 0; local in function:sdmmc_cisptr
58 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 0) << 0;
59 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 1) << 8;
60 cisptr |= sdmmc_io_read_1(sf, SD_IO_CCCR_CISPTR + 2) << 16;
65 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 9) << 0;
66 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 10) << 8;
67 cisptr |= sdmmc_io_read_1(sf0, SD_IO_FBR(num) + 11) << 16;
69 return cisptr;

Completed in 22 milliseconds