Searched refs:slot_space (Results 1 – 2 of 2) sorted by relevance
115 unsigned long slot_space = (unsigned long)*ptr & 0xFF000000; in nubus_move() local122 if (((unsigned long)*ptr & 0xFF000000) != slot_space) in nubus_move()
661 int slot_space = VCHIQ_SLOT_SIZE - (tx_pos & VCHIQ_SLOT_MASK); in reserve_space() local663 if (space > slot_space) { in reserve_space()670 header->size = slot_space - sizeof(struct vchiq_header); in reserve_space()672 tx_pos += slot_space; in reserve_space()