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

/netbsd-current/sys/dev/ic/
H A Dsl811hsreg.h139 #define SL11_BUFFER_END (0xff) /* End of buffer memory */ macro
H A Dsl811hs.c2309 spipe->tregs[ADR] = SL11_BUFFER_END -
2843 slhci_write(sc, SL11_E1ADDR, SL11_BUFFER_END - 8);
2852 t->current_tregs[1][ADR] = SL11_BUFFER_END - 8;
2882 const int low = SL11_BUFFER_START, high = SL11_BUFFER_END;
3438 if (alen && aaddr >= SL11_BUFFER_START && aaddr < SL11_BUFFER_END &&
3439 alen <= SL11_MAX_PACKET_SIZE && aaddr + alen <= SL11_BUFFER_END) {
3446 if (blen && baddr >= SL11_BUFFER_START && baddr < SL11_BUFFER_END &&
3447 blen <= SL11_MAX_PACKET_SIZE && baddr + blen <= SL11_BUFFER_END) {

Completed in 191 milliseconds