Searched refs:BTWREG (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/sys/dev/ic/ |
H A D | bt463.c | 158 #define BTWREG(data, addr, val) do { bt463_wraddr((data), (addr)); \ macro 265 BTWREG(data, BT463_IREG_COMMAND_0, 0x40); in bt463_init() 266 BTWREG(data, BT463_IREG_COMMAND_1, 0x48); in bt463_init() 267 BTWREG(data, BT463_IREG_COMMAND_2, 0x40); in bt463_init() 287 BTWREG(data, BT463_IREG_TEST, 0); in bt463_init()
|