Searched defs:ba (Results 1 – 3 of 3) sorted by relevance
/hal_microchip-2.7.6/mec/mec1501/component/ |
D | smb.h | 395 #define MCHP_I2C_SMB_CTRL_WO(ba) REG8(ba) argument 397 #define MCHP_I2C_SMB_STS_RO(ba) REG8(ba) argument 399 #define MCHP_I2C_SMB_CTRL(ba) REG8_OFS(ba, MCHP_I2C_SMB_CTRL_OFS) argument 402 #define MCHP_I2C_SMB_OWN_ADDR(ba) \ argument 405 #define MCHP_I2C_SMB_OWN_ADDR1(ba) \ argument 408 #define MCHP_I2C_SMB_OWN_ADDR2(ba) \ argument 412 #define MCHP_I2C_SMB_DATA(ba) \ argument 416 #define MCHP_I2C_SMB_MCMD(ba) REG32_OFS(ba, MCHP_I2C_SMB_MSTR_CMD_OFS) argument 417 #define MCHP_I2C_SMB_MCMD_MRP(ba) \ argument 419 #define MCHP_I2C_SMB_MCMD_CTRL(ba) \ argument [all …]
|
D | i2c.h | 296 #define MCHP_I2C_CTRL_WO(ba) REG8(ba) argument 298 #define MCHP_I2C_STS_RO(ba) REG8(ba) argument 300 #define MCHP_I2C_CTRL(ba) REG8_OFS(ba, MCHP_I2C_CTRL_OFS) argument 303 #define MCHP_I2C_OWN_ADDR(ba) REG16_OFS(ba, MCHP_I2C_OWN_ADDR_OFS) argument 305 #define MCHP_I2C_OWN_ADDR1(ba) REG8_OFS(ba, MCHP_I2C_OWN_ADDR_OFS) argument 307 #define MCHP_I2C_OWN_ADDR2(ba) REG8_OFS(ba, (MCHP_I2C_OWN_ADDR_OFS + 1)) argument 310 #define MCHP_I2C_DATA(ba) REG8_OFS(ba, MCHP_I2C_DATA_OFS) argument 313 #define MCHP_I2C_RSHT(ba) REG8_OFS(ba, MCHP_I2C_RSHT_OFS) argument 316 #define MCHP_I2C_CMPL(ba) REG32_OFS(ba, MCHP_I2C_CMPL_OFS) argument 318 #define MCHP_I2C_CMPL_B0(ba) REG8_OFS(ba, MCHP_I2C_CMPL_OFS) argument [all …]
|
D | uart.h | 253 #define MCHP_UART_TXB_WO(ba) REG8_OFS((ba), MCHP_UART_RTXB_OFS) argument 254 #define MCHP_UART_RXB_RO(ba) REG8_OFS((ba), MCHP_UART_RTXB_OFS) argument 255 #define MCHP_UART_BRGD_LSB(ba) REG8_OFS((ba), MCHP_UART_BRGD_LSB_OFS) argument 256 #define MCHP_UART_BRGD_MSB(ba) REG8_OFS((ba), MCHP_UART_BRGD_MSB_OFS) argument 257 #define MCHP_UART_FCR_WO(ba) REG8_OFS((ba), MCHP_UART_FCR_OFS) argument 258 #define MCHP_UART_IIR_RO(ba) REG8_OFS((ba), MCHP_UART_IIR_OFS) argument 259 #define MCHP_UART_LCR(ba) REG8_OFS((ba), MCHP_UART_LCR_OFS) argument 260 #define MCHP_UART_MCR(ba) REG8_OFS((ba), MCHP_UART_MCR_OFS) argument 261 #define MCHP_UART_LSR_RO(ba) REG8_OFS((ba), MCHP_UART_LSR_OFS) argument 262 #define MCHP_UART_MSR_RO(ba) REG8_OFS((ba), MCHP_UART_MSR_OFS) argument [all …]
|