Lines Matching refs:bus_width
1754 uint32_t bus_width; local
1758 bus_width = RTSX_BUS_WIDTH_1;
1761 bus_width = RTSX_BUS_WIDTH_4;
1764 bus_width = RTSX_BUS_WIDTH_8;
1769 RTSX_BITOP(sc, RTSX_SD_CFG1, RTSX_BUS_WIDTH_MASK, bus_width);
1777 device_printf(sc->rtsx_dev, "Setting bus width to %s\n", busw[bus_width]);
3003 ios->bus_width = new_ios->bus_width;
3006 device_printf(sc->rtsx_dev, "rtsx_set_tran_settings() - bus width: %d\n", ios->bus_width);
3075 *result = sc->rtsx_host.ios.bus_width;
3144 sc->rtsx_host.ios.bus_width = value;
3205 sc->rtsx_ios_bus_width = ios->bus_width;
3206 if ((error = rtsx_set_bus_width(sc, ios->bus_width)))