Home
last modified time | relevance | path

Searched refs:TIMER_CNT_MASK (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/
H A Dnsp32.h133 # define TIMER_CNT_MASK (0xff) macro
H A Dnsp32.c430 if (time & (~TIMER_CNT_MASK)) {
434 nsp32_write2(base, TIMER_SET, time & TIMER_CNT_MASK);
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32.h133 # define TIMER_CNT_MASK (0xff) macro
H A Dnsp32.c437 if (time & (~TIMER_CNT_MASK)) {
441 nsp32_write2(base, TIMER_SET, time & TIMER_CNT_MASK);

Completed in 10 milliseconds