Lines Matching refs:IO_MASK
147 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma6); in start_port()
152 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma8); in start_port()
157 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma2); in start_port()
159 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma3); in start_port()
165 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma4); in start_port()
167 genconfig_shadow &= ~IO_MASK(R_GEN_CONFIG, dma5); in start_port()
294 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
299 while (!(*port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in console_write_direct()
350 } while (!(readval & IO_MASK(R_SERIAL0_READ, data_avail))); in getDebugChar()
352 return (readval & IO_MASK(R_SERIAL0_READ, data_in)); in getDebugChar()
363 while (!(*kgdb_port->read & IO_MASK(R_SERIAL0_READ, tr_ready))) in putDebugChar()