Searched refs:sft (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/arch/evbarm/g42xxeb/
H A Dobio.c295 int regidx, sft; local
314 sft = 3 * irq;
317 sft -= 3*5;
329 (reg & ~(7<<sft)) | (ist_code[type] << sft));
/netbsd-current/sys/arch/evbarm/stand/boot2440/
H A Dmain.c615 int sft, i, v; local
618 sft = (grp != 'A') ? 2 : 1;
636 con = (con << sft) | v;

Completed in 173 milliseconds