Lines Matching refs:nsr

222     uint8_t pq, nsr, cppr;  in test_hw_irq()  local
240 nsr = reg32 >> 24; in test_hw_irq()
242 g_assert_cmphex(nsr, ==, 0x80); in test_hw_irq()
247 nsr = reg16 >> 8; in test_hw_irq()
249 g_assert_cmphex(nsr, ==, 0x80); in test_hw_irq()
264 nsr = reg32 >> 24; in test_hw_irq()
266 g_assert_cmphex(nsr, ==, 0x00); in test_hw_irq()
280 uint8_t pq, nsr, cppr, ipb; in test_pool_irq() local
299 nsr = reg32 >> 24; in test_pool_irq()
301 g_assert_cmphex(nsr, ==, 0x40); in test_pool_irq()
306 nsr = reg32 >> 24; in test_pool_irq()
309 g_assert_cmphex(nsr, ==, 0); in test_pool_irq()
315 nsr = reg16 >> 8; in test_pool_irq()
317 g_assert_cmphex(nsr, ==, 0x40); in test_pool_irq()
337 nsr = reg32 >> 24; in test_pool_irq()
339 g_assert_cmphex(nsr, ==, 0x00); in test_pool_irq()
406 uint8_t pq, nsr, cppr; in test_hw_group_irq() local
426 nsr = reg32 >> 24; in test_hw_group_irq()
427 if (nsr == 0x82) { in test_hw_group_irq()
433 g_assert_cmphex(nsr, ==, 0x82); in test_hw_group_irq()
438 nsr = reg16 >> 8; in test_hw_group_irq()
440 g_assert_cmphex(nsr, ==, 0x82); in test_hw_group_irq()
455 nsr = reg32 >> 24; in test_hw_group_irq()
457 g_assert_cmphex(nsr, ==, 0x00); in test_hw_group_irq()
471 uint8_t pq, nsr, cppr, lsmfb, i; in test_hw_group_irq_backlog() local
502 nsr = reg32 >> 24; in test_hw_group_irq_backlog()
505 g_assert_cmphex(nsr, ==, 0x0); in test_hw_group_irq_backlog()
515 nsr = reg32 >> 24; in test_hw_group_irq_backlog()
517 g_assert_cmphex(nsr, ==, 0x82); in test_hw_group_irq_backlog()
522 nsr = reg16 >> 8; in test_hw_group_irq_backlog()
524 g_assert_cmphex(nsr, ==, 0x82); in test_hw_group_irq_backlog()
539 nsr = reg32 >> 24; in test_hw_group_irq_backlog()
542 g_assert_cmphex(nsr, ==, 0x00); in test_hw_group_irq_backlog()