rtsx.c | 1184 rtsx_hostcmd_send(struct rtsx_softc *sc, int ncmd) 1195 ((ncmd * 4) & 0x00ffffff) | RTSX_START_CMD | RTSX_HW_AUTO_RSP); 1207 int ncmd, remain; local in function:rtsx_read_ppbuf 1219 ncmd = 0; 1221 rtsx_hostcmd(cmdbuf, &ncmd, RTSX_READ_REG_CMD, reg++, 1224 error = rtsx_hostcmd_send(sc, ncmd); 1236 ncmd = 0; 1238 rtsx_hostcmd(cmdbuf, &ncmd, RTSX_READ_REG_CMD, reg++, 1241 error = rtsx_hostcmd_send(sc, ncmd); 1259 int ncmd, remain local in function:rtsx_write_ppbuf 1304 int ncmd; local in function:rtsx_exec_short_xfer 1382 int ncmd, dma_dir, error, tmode; local in function:rtsx_xfer 1487 int ncmd; local in function:rtsx_exec_command [all...] |