Lines Matching refs:htole
99 primaryTiming(htole(timeRegWithDecodeEn)),
100 secondaryTiming(htole(timeRegWithDecodeEn)),
142 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
143 bmEnabled = (config.command & htole(PCI_CMD_BME));
194 pkt->setLE<uint8_t>(bits(htole(primaryTiming), 15, 8));
197 pkt->setLE<uint8_t>(bits(htole(secondaryTiming), 15, 8));
200 pkt->setLE<uint8_t>(bits(htole(ideConfig), 7, 0));
203 pkt->setLE<uint8_t>(bits(htole(ideConfig), 15, 8));
360 ioEnabled = (config.command & htole(PCI_CMD_IOSE));
361 bmEnabled = (config.command & htole(PCI_CMD_BME));
476 bmiRegs.bmidtp = htole(*(uint32_t *)data & ~0x3);