Home
last modified time | relevance | path

Searched refs:TL_HR_WRITE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/pci/
Dif_tl.c480 TL_HR_WRITE(sc, TL_HOST_CMD, in tl_reset()
484 TL_HR_WRITE(sc, TL_HOST_CMD, HOST_CMD_IntOff); in tl_reset()
500 TL_HR_WRITE(sc, TL_HOST_CMD, 0x3 | HOST_CMD_LdTmr); in tl_reset()
502 TL_HR_WRITE(sc, TL_HOST_CMD, 0x0 | HOST_CMD_LdThr); in tl_reset()
530 TL_HR_WRITE(sc, TL_HOST_CMD, HOST_CMD_IntOff); in tl_stop()
532 TL_HR_WRITE(sc, TL_HOST_CMD, in tl_stop()
534 TL_HR_WRITE(sc, TL_HOST_CMD, HOST_CMD_STOP); in tl_stop()
751 TL_HR_WRITE(sc, TL_HOST_CH_PARM, sc->Rx_list[0].hw_listaddr); in tl_init()
752 TL_HR_WRITE(sc, TL_HOST_CMD, in tl_init()
769 TL_HR_WRITE(sc, TL_HOST_INTR_DIOADR, reg & TL_HOST_DIOADR_MASK); in tl_intreg_read()
[all …]
Dif_tlvar.h95 #define TL_HR_WRITE(sc, reg, data) \ macro