Lines Matching defs:alignment
215 int alignment;
218 if (!com_hpcio_common_probe(iot, iobase, &alignment)) {
222 if (alignment == COM_HPCIO_HALFWORD_ALIGNMENT) {
242 com_hpcio_common_probe(bus_space_tag_t iot, int iobase, int *alignment)
251 *alignment = COM_HPCIO_BYTE_ALIGNMENT;
263 *alignment = COM_HPCIO_HALFWORD_ALIGNMENT;
278 int addr, alignment;
291 return com_hpcio_common_probe(iot, addr, &alignment);
303 int addr, port, mode, alignment, *loc;
317 com_hpcio_common_probe(haa->haa_iot, addr, &alignment);
318 if (alignment == COM_HPCIO_HALFWORD_ALIGNMENT) {