Lines Matching defs:slave
755 u64 slave;
760 slave = ((u64)slave1 << 32) | slave0;
764 mask = (slave >> (i * CDNS_MCP_SLAVE_STATUS_NUM)) &
925 * To update slave status in a work since we will need to handle
926 * other interrupts eg. CDNS_MCP_INT_RX_WL during the update slave
984 * sdw_cdns_enable_slave_interrupt() - Enable SDW slave interrupts
1018 /* enable detection of all slave state changes */
1042 /* clear slave interrupt status before enabling interrupt */
1410 struct sdw_slave *slave;
1436 list_for_each_entry(slave, &cdns->bus.slaves, node) {
1437 if (slave->status == SDW_SLAVE_ATTACHED ||
1438 slave->status == SDW_SLAVE_ALERT) {