Home | Sort by: relevance | last modified time | path |
/src/sys/arch/arm/marvell/ | |
kirkwood.c | 211 uint32_t causelow = read_mlmbreg(KIRKWOOD_MLMB_MICLR); local in function:kirkwood_find_pending_irqs 214 pendinglow &= causelow; 218 if ((causelow & (1 << KIRKWOOD_IRQ_HIGH)) == (1 << KIRKWOOD_IRQ_HIGH)) { |
kirkwood.c | 211 uint32_t causelow = read_mlmbreg(KIRKWOOD_MLMB_MICLR); local in function:kirkwood_find_pending_irqs 214 pendinglow &= causelow; 218 if ((causelow & (1 << KIRKWOOD_IRQ_HIGH)) == (1 << KIRKWOOD_IRQ_HIGH)) { |