Lines Matching refs:IO_MASK
146 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma6); in start_port()
151 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma8); in start_port()
156 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma2); in start_port()
158 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma3); in start_port()
164 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma4); in start_port()
166 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma5); in start_port()
293 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
298 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
343 } while (!(readval & IO_MASK(R_SERIAL0_READ, data_avail))); in getDebugChar()
345 return (readval & IO_MASK(R_SERIAL0_READ, data_in)); in getDebugChar()
356 while (!(*kgdb_port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in putDebugChar()